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

How to collapse all methods in Embarcadero Delphi IDE?

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