Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.0 alpha1
-
Fix Version/s: 5.0.0 beta1, 5.0
-
Component/s: Core/Parsing, Viewer RI
-
Labels:None
-
Environment:any
Description
The 5.0 alpha release lacked support for writing annotations back to the file. This bug is to track the changes needed to add write support for text annotation tool.
Activity
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33955 | Fri Mar 15 14:26:17 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/annotations/TextAnnotation.java
MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/utility/annotation/TextAnnotationPanel.java MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/tools/TextAnnotationHandler.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33964 | Mon Mar 18 09:59:34 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/resources/MessageBundle.properties
MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/views/annotations/PopupAnnotationComponent.java MODIFY /icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/views/annotations/AbstractAnnotationComponent.java |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Updated the TextAnnotation so that it can correctly write out annotation appearance stream. It turns out that appearance stream isn't completely necessary as the text name field and colour can be used to paint a the known named icons.
Also updated the TextAnnotation so that the colour is configurable.