View previous topic :: View next topic |
Author |
Message |
canero
Joined: 22 Apr 2018 Posts: 13
|
How to Stop Auto-Expand of Tabs on New Project Open |
Posted: Tue Dec 11, 2018 3:39 am |
|
|
Hello,
I have a rather strange question about IDE options. I have this auto expand option Unticked in Editor options. But when I reopen a project, all the tabs open expanded all the time. So i keep closing the void statements from the Plus sign all over again.
Is there a way to save the project in collapsed mode?
This is rather important when you have long lines of code and you dont want to scroll down for hours.
Any help would be appreciated.
Caner. _________________ Regards;
Caner. |
|
|
jeremiah
Joined: 20 Jul 2010 Posts: 1349
|
|
Posted: Sat Dec 15, 2018 8:22 pm |
|
|
Try unchecking "Recall Open Files" |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19515
|
|
Posted: Sun Dec 16, 2018 1:06 am |
|
|
I don't think this can be done.
The 'expanded' project, _is_ the project.
When you compress sections, the IDE does this 'in memory', but does not
store this data.
When you next open the project the compression is lost.
To have these 'kept' would require the IDE to save this data.
I must admit I never compress. After all search allows you to jump straight
to sections in the source code, no matter how many thousands of lines in
they are, and (of course), using separate files for separate parts of the code,
provides an organised layout. |
|
|
|