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

Summary: Bookmarks renaming
Product: editor Reporter: antoniocs <antoniocs>
Component: NavigationAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 8.0.1   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

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