Changes between Version 3 and Version 4 of ANNOTATIONS_STICKIES_R1
- Timestamp:
- 06/18/09 14:14:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ANNOTATIONS_STICKIES_R1
v3 v4 11 11 * Add Hot Text to stickies so they can be edited. 12 12 * Only basic text editing functionality is required. 13 * When removing a sticky, confirmation dialog should be displayed only for non-empty stickies. 13 14 14 15 * Create a halo button for moving stickies with the mouse. 15 * Use the same icon as the frame move button.16 * Use the same button as the frame move button. 16 17 * Place the button to the left of the remove button. 18 19 * Reuse as much as possible of the same functionality for frames. 17 20 18 21 == Task result == … … 22 25 * The halo button should be of type {{{MoveHaloButton}}}. 23 26 * Add it to {{{StickyHaloMenu}}}. 27 28 * In {{{StickyRemoveButton}}} change the condition to {{{if (sticky.text().get().length() > 0)}}}. 24 29 25 30 == Related ==