Bug 13360 - [Bookmarks] bookmark: cannot edit in the vertical ruler
Summary: [Bookmarks] bookmark: cannot edit in the vertical ruler
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Chris McLaren CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2002-04-10 11:44 EDT by Adam Kiezun CLA
Modified: 2003-03-18 17:25 EST (History)
0 users

See Also:


Attachments
change name via dialog or inline editing (14.65 KB, patch)
2002-12-03 08:50 EST, Sebastian Davids CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2002-04-10 11:44:37 EDT
20020409
i cannot edit a bookmark in the editor vertical ruler
there should be an action that would take me to the bookmark view
or, there should be a 'bookmark properties...' action 
(quite like the one for breakpoints)
Comment 1 Adam Kiezun CLA 2002-04-10 11:45:44 EDT
just saw - you cannot edit them at all!
even in the bookmark view
once you set a name for one - you're stuck with it
Comment 2 Erich Gamma CLA 2002-04-10 17:15:40 EDT
moving to platform UI. Pls move bug back to JDT UI when there is a solution to 
editing bookmarks in the book mark view. We will likely leverage this action.
Comment 3 Nick Edgar CLA 2002-04-10 21:30:19 EDT
Defer
Comment 4 Randy Giffen CLA 2002-08-09 16:16:25 EDT
Reopen to investigate
Comment 5 Sebastian Davids CLA 2002-12-03 08:50:06 EST
Created attachment 2622 [details]
change name via dialog or inline editing

Implementation notes:

RenameBookmarkAction
- adjusted code from org.eclipse.ui.actions.RenameResourceAction
- constructor RenameBookmarkAction(BookmarkNavigator) will open a dialog on
run()
- constructor RenameBookmarkAction(BookmarkNavigator, Tree) will use inline
editing on run() [used in BookmarkNavigator]
- visibility could be changed to public if desired
Comment 6 Chris McLaren CLA 2003-03-18 17:25:04 EST
bookmark names can now be changed