Delphi 中的区域 - 是否可以定义它们默认展开?
自 Delphi 2005 年起,Borland/CodeGear 在 IDE 中引入了区域。这是个好主意,但在某些情况下,我希望我的区域默认以其他折叠方式展开。是否有参数或选项可以完成这项工作?我正在使用Delphi 2007。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
@ntodorov,您可以按 Ctrl+Shift+K+O 关闭代码折叠
检查这些链接
@ntodorov, you can turn off the code folding pressing Ctrl+Shift+K+O
Check these links
你的意思是代码折叠吗?如果是这样,“项目桌面”自动保存选项控制是否保存当前的折叠信息。使用该选项将使您的代码折叠设置为您上次使用该项目时的状态。
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.