Since Delphi 2005 Borland/CodeGear introduced the regions in the IDE. It is good idea but in some casses I want my regions to be unfolded by default in other folded. If there argument or options that will do the job? I'm us开发者_开发知识库ing Delphi 2007.
@ntodorov, you can turn off the code folding pressing Ctrl+Shift+K+O
Check these links
- Delphi Tips And Tricks: Turn Off Code Folding
- Keyboarding [Part 3] – Code Folding
Do you mean code folding? If so, the "project desktop" autosave option controls whether your current folding information is saved. With the option on it will keep your code foldings set to how they were when you last used the project.
精彩评论