This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 247797 - Bookmarks renaming
Summary: Bookmarks renaming
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-08 13:15 UTC by antoniocs
Modified: 2014-10-08 13:15 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description antoniocs 2014-10-08 13:15:49 UTC
When adding a bookmark you can see in the bookmarks pane something like this:

-Project
--- FileName.ext
------ FileName.ext Line LineNumber

When you rename you get the same structure with the string given at the end like this:

-Project
--- FileName.ext
------ FileName.ext Line LineNumber "Rename String"

My suggesting is to allow the user to remove the redundant Filanem.ext from the list. So when I rename a bookmark it should be like this:

-Project
--- FileName.ext
------ "Rename String" Line LineNumber

If I rename a bookmark from a file I don't need to know the name of the file. That is in the parent node.

Thanks