Regions in Delphi - can I deploy them by default?

Since Delphi 2005 Borland / CodeGear introduced regions in the IDE. It's a good idea, but at some checkouts, I want my regions to be expanded by default in other stacked ones. If there is an argument or parameters that will do the job? I am using Delphi 2007.

+2


a source to share


2 answers


@ntodorov you can turn off code folding by pressing Ctrl+ Shift+ K+O

Check these links



+6


a source


Do you mean the code warehouse? If so, the "project desktop" autorun option determines whether the current collapsible information is saved. With an option on it, your code summaries will be saved as they were when you last used the project.



+5


a source







All Articles