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 130573

Summary: Go To Declaration
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:15:11 UTC
Implement Go To Declaration.
Comment 1 Martin Ryzl 2008-04-07 14:17:53 UTC
review Apr/7 - can be partly fixed in M2. Missing elements in AST. #### says - find a source, parse it and then use
heuristics
Comment 2 Jiri Prox 2008-04-11 00:31:51 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 3 Petr Nejedly 2008-04-11 07:49:59 UTC
Moving back. This is _JavaFX for 6.1_ M2
Basic infrastructure in place, need better working javafxc to recognize symbol under cursor.
Comment 4 Petr Nejedly 2008-05-26 14:35:19 UTC
Go To Declaration fully works inside a single source file now.
Comment 5 Petr Nejedly 2008-06-23 14:18:26 UTC
Go to Declaration should work across source files 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 6 Alexandr Scherbatiy 2008-06-27 11:19:52 UTC
verified