Code Collapse - Added Feature

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
rickcraft
Posts: 1
Joined: Tue Nov 20, 2007 4:41 pm
Location: Texas

Code Collapse - Added Feature

Post by rickcraft »

It would be nice to have a feature added to code collapse that would allow for automatic collapse of Functions, Procs, Subs, etc.

If this option were selected, whenever a file were opened (PHP, JS, etc.), functions (etc.) would automatically be collapsed. Thus the amount of code to scroll through would greatly be reduced.
Rick Craft
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Post by syrupcore »

Hi and welcome to the forum.

This has been requested before and is on the development team's radar. There is currently no time frame for implementation but it's on the 'great list'.

Will
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

Actually we do plan to include collapse based on each { and } bracket in PHP, maybe in other languages too - you will be able to collapse every { ... } block no matter if it is function, if, else, switch etc. Currently we are fighting with the slow operation of our routine. It seems to lag for files with zillion lines.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply