Search code examples
delphiidecode-regions

Regions in Delphi - is it possible to define them unfold by default?


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 using Delphi 2007.


Solution

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

    Check these links