From: SourceForge.net <no...@so...> - 2006-07-15 20:56:06
|
Feature Requests item #1523166, was opened at 2006-07-15 15:56 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1523166&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: Medium (< 1 pair-month) Status: Open Priority: 5 Submitted By: Moez A. Abdel-Gawad (moez) Assigned to: Nobody/Anonymous (nobody) Summary: Collase/Expand Classes Members and Methods Code Initial Comment: When looking at a large Java file, I'd like to see a summary of the whole file in one screen, while having a piece of code of interest in full view. Adding the ability to collapse/expand classes and methods (top-level ones at least) would be very close to what I need. A collapsed class/method would only display its name (and signature for methods) while hiding details like fields and methods, for classes, and code and local variables for methods, while keeping the rest of code in the Java file in its original collapsed or uncollapsed form. A tree (or forest) view of the file (only 2 levels deep) would be enough for most practical purposes. JSwat, a Java debugger, is a good example. It presents very similar functionality to the one I am looking for in DrJava. (This is similar to feature request #1366157) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1523166&group_id=44253 |