About Store Forum Documentation Contact



Post Reply 
collapse methods as intellij IDEA
Author Message
andrake Offline
Member

Post: #1
collapse methods as intellij IDEA
Greetings!
it would be good to possible collapse part of code - for example functions.
or as in Intellij IDEA
//region A
code
//endregion A

i try to use Visual Studio 2013 but there is in code not visible words Class at all and also not visible what is superclass for this class.
anyway it would be very good to support intellij IDEA when it will be native support of C++.

Thank You
01-12-2015 05:06 PM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #2
RE: collapse methods as intellij IDEA
What does this have to do with C++?

http://msdn.microsoft.com/en-us/library/b6xkz944.aspx
01-12-2015 05:22 PM
Find all posts by this user Quote this message in a reply
andrake Offline
Member

Post: #3
RE: collapse methods as intellij IDEA
i am not sure that with it - code will be collapsed in Esenthel Editor. code with 200-300 lines in one file already get additional time for scrolling. also more usable to collapse all methods exclude currently working on
01-13-2015 08:57 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: collapse methods as intellij IDEA
In the meantime please use "View Mode" (Alt+V) which collapses all functions.
01-13-2015 12:17 PM
Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #5
RE: collapse methods as intellij IDEA
Exactly what aceio said. smile
01-13-2015 02:26 PM
Find all posts by this user Quote this message in a reply
andrake Offline
Member

Post: #6
RE: collapse methods as intellij IDEA
(01-13-2015 12:17 PM)Esenthel Wrote:  In the meantime please use "View Mode" (Alt+V) which collapses all functions.


it not allow leave one or two functions uncollapsed :(
01-13-2015 06:22 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #7
RE: collapse methods as intellij IDEA
(01-13-2015 02:22 PM)aceio76 Wrote:  It would be nice if you can select the desired code section you want to jump to while in View Mode, then when toggling out, the cursor is on that code location / line number.
That's a good idea, I'll see if I can do this soon.
01-15-2015 07:59 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #8
RE: collapse methods as intellij IDEA
(01-13-2015 02:22 PM)aceio76 Wrote:  It would be nice if you can select the desired code section you want to jump to while in View Mode, then when toggling out, the cursor is on that code location / line number.
Request granted for the next release.
04-28-2015 02:15 AM
Find all posts by this user Quote this message in a reply
Post Reply