|
From: <no...@so...> - 2002-06-11 19:51:09
|
Feature Requests item #567572, was opened at 2002-06-11 19:51 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438938&aid=567572&group_id=44253 Category: Definitions (source editor) Group: Medium (< 1 pair-month) Status: Open Priority: 5 Submitted By: Charles Reis (csreis) Assigned to: Nobody/Anonymous (nobody) Summary: "Go to definition" in source Initial Comment: Many editors have a "Go to definition" action for fields and methods, which brings up the code where the field or method is defined. It might be possible to add this without adding too much overhead or full text parsing, maybe using the line numbers in the classfile (if the class has been compiled). This probably depends on a refactoring of the reduced model as well, with more advanced syntax analysis (detecting the defining instance). ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438938&aid=567572&group_id=44253 |