Code collapee for nested arrays

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
Tecktron
Posts: 27
Joined: Wed Apr 10, 2013 5:17 am

Code collapee for nested arrays

Post by Tecktron »

Would love to have an option to be able to do a code collapse in nested arrays and objects.

EG:

Code: Select all

+	'one' => array(
+		'nested' => array(
+			'in' => array(
+				'another' => array(
+					array(
|						'item' => "item",
|						'item' => "N/S",
|						'item' => "Not Seen"
-					)
-				 )
-			)
-		)
-	);
I would also like to see a faint vertical line to match the open on closing braces, brackets, etc. similar to that found in Notepad++ and another of other editors It's really useful when dealing with long displays (several screens) of tabulated arrays and such, as well as writing and reading easily readable code.
Thanks!
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Code collapee for nested arrays

Post by Aivars »

Thanks for the suggestions. The guidelines suggestion has been asked for several times before, I'll +1 it.
Blumentals Software Programmer
Post Reply