From: SourceForge.net <no...@so...> - 2005-06-03 13:52:32
|
Feature Requests item #1214279, was opened at 2005-06-03 06:52 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=1214279&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: Project Facility Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Collapse long folder hierarchies into one folder Initial Comment: In the tree view, it's not uncommon to see a long string of nested folders without any branching. For example: src |- edu |- rice |- cs |- drjava |- sub1 |- sub2 I find that such hierarchies, while really not providing much useful information, often cause all the useful folders to be indented more than half of the way across the pane. I deal with this, when file names start running off the pane, by always scrolling as far right as I can. I'd like to see a more elegant presentation of such hierarchies. One solution is the following, although a better one might present itself: src/edu/rice/cs/drjava |- sub1 |- sub2 This is an important problem because most users who develop in Java using the recommended naming conventions will find themselves creating such non-branching strings of nested folders. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1214279&group_id=44253 |