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 211441

Summary: Show scm file status in Go to File dialog
Product: utilities Reporter: jiri_pejchal <jiri_pejchal>
Component: Jump ToAssignee: Jan Becicka <jbecicka>
Status: NEW ---    
Severity: normal CC: markiewb
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description jiri_pejchal 2012-04-19 10:11:45 UTC
It would be nice if the Go to File dialog showed the scm file status similar to the status that is currently displayed in tabs (blue for modified files, green for new files, etc.)

It would help with navigation in a case when one have to choose from a number of files with the same name but only some of them are modified.
Comment 1 Ondrej Vrabec 2012-04-25 12:01:02 UTC
"go to type" must annotate the names: see FileSystem.getStatus ().annotateName (...). Please reassign to proper owner.