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 130574

Summary: Go To Source
Product: javafx Reporter: David Strupl <dstrupl>
Component: EditorAssignee: Petr Nejedly <pnejedly>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://wiki.netbeans.org/JavaFXEditorFeatureListM2
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 130138    

Description David Strupl 2008-03-19 22:16:42 UTC
Implement Go To Source
Comment 1 Petr Nejedly 2008-04-03 09:13:17 UTC
Basic infrastructure is in place, I'll add identifier highlighting soon, but the body of the functionality is not yet
started as the compiler still doesn't provide correct AST positions...
Comment 2 Martin Ryzl 2008-04-07 14:19:30 UTC
review Apr/7 -  Missing elements in AST. Even worse than Go To Declaration. Re-scheduled for M3
Comment 3 Petr Nejedly 2008-05-26 14:35:39 UTC
Go To Source fully works inside a single source file now.
Comment 4 Petr Nejedly 2008-06-23 14:19:12 UTC
Go to Source should work across source files now, and even into java sources as long at the platform is set up correctly
and few bugs are fixed in the right branch of javafxc.
Then the only broken thing would be go-to .java file inside the same project then.
Comment 5 Alexandr Scherbatiy 2008-06-30 13:00:40 UTC
verified