开发者

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

开发者 https://www.devze.com 2022-12-28 06:18 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消