delphi-2010 - 如何折叠 Embarcadero Delphi IDE 中的所有方法?

标签 delphi-2010

Ctrl+Shift+K+A展开所有折叠的方法,但是我找不到一种折叠文件中所有方法的方法。

最佳答案

来自 Delphi Wikia 网站:

Default IDE Shortcut Keys

Ctrl+Shift+K+O
Toggles Code folding between On and Off
Delphi 2006 and up

Ctrl+Shift+K+A
Code folding: Expands All blocks of code
Delphi 2006 and up

Ctrl+Shift+K+E
Code folding: Collapse current block of code
Delphi 2006 and up

Ctrl+Shift+K+U
Code folding: Expand current block of code
Delphi 2006 and up

Ctrl+Shift+K+T
Code folding: Toggle Current block (expand & collapse)

Ctrl+Shift+K+R
Code folding: Collapses all regions {$region 'comment'}..{$endregion}
Delphi 2006 and up

Ctrl+Shift+K+P
Code folding: Collapse nested procedures

Ctrl+Shift+K+M
Code folding: Collapse all methods

Ctrl+Shift+K+C
Code folding: Collapse all classes

Ctrl+Shift+K+G
Code folding: Collapses down to primary Groups [Interface/Implementation]
Delphi 2006 and up

Ctrl+Shift+K+N
Code folding: Collapses Namespace/Unit
Delphi 2006 and up

关于delphi-2010 - 如何折叠 Embarcadero Delphi IDE 中的所有方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42953643/

相关文章:

delphi - 如何将 TMemo 组件中的多行添加到 MS Access 数据库?

delphi - 为什么我的通用匿名方法类型不兼容?

FreeOnTerminate = True 的 TThread 的 Delphi 单元测试

delphi - 使用 MSBuild 构建 EXE 时如何指定文件版本?

delphi - Delphi如何输入分数?

delphi - 枚举实现给定接口(interface)的所有 Delphi 类?

delphi - 按 Alt 键清除嵌入的 TWebBrowser

multithreading - 如何在不调用 .Sync 的情况下处理 AsyncCalls 函数中抛出的异常?

delphi - 如何在 embarcadero delphi 2010 中卸载组件?

delphi - TListView.Items.ItemData 偶尔出现 DFM 损坏