Details
Description
A client has asked for the ability to change a popup annotations font size via the mouse scroll wheel. The basic idea is that if the annotation is selected the font size will be changed via the mouse wheel.
Activity
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.3.1 [ 13113 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52330 | Wed Feb 21 13:32:38 MST 2018 | patrick.corless | reset to default. Also added wheel mouse sizing. Any font size change assumed that popup has focus and it just changes the currently focused popup. |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/viewer-awt/src/main/java/org/icepdf/ri/common/SwingController.java
MODIFY /icepdf/trunk/icepdf/viewer/viewer-awt/src/main/java/org/icepdf/ri/common/views/annotations/summary/AnnotationSummaryBox.java MODIFY /icepdf/trunk/icepdf/viewer/viewer-awt/src/main/java/org/icepdf/ri/common/views/annotations/PopupAnnotationComponent.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52335 | Tue Feb 27 14:02:50 MST 2018 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/viewer-awt/src/main/java/org/icepdf/ri/common/views/annotations/summary/AnnotationSummaryPanel.java
|
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
I've added basic support for size changing via the wheel mouse when a popup annotation has focus. I've also added ctrl keys for - and plus + to decrease and increase the size of the text. As well as as ctrl-0 to reset the font size back to the default. I'm going to loop back and add similar support to the summary view.