Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Since Delphi 2005 Borland/CodeGear introduced the regions in the IDE. It is good idea but in some casses I want my reginos to be unfolded by default in other folded. If there argument or options that will do the job? I'm using Delphi 2007.

share|improve this question

2 Answers

up vote 5 down vote accepted

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

Check these links

share|improve this answer
Thanks both answers are good for me ;) – Nik Apr 28 '10 at 18:03

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.