Einzelnen Beitrag anzeigen

Benutzerbild von Uwe Raabe
Uwe Raabe

Registriert seit: 20. Jan 2006
Ort: Lübbecke
11.453 Beiträge
 
Delphi 12 Athens
 
#2

AW: Shortcuts für Fold/Unfold?

  Alt 9. Okt 2024, 12:13
Fold Methods -> Shift+Ctrl+K+M
Unfold All -> Shift+Ctrl+K+A

In der Doku steht noch mehr dazu:
Zitat:
Shift+Ctrl+K+A Expands all blocks of code.
Shift+Ctrl+K+C Collapses all classes.
Shift+Ctrl+K+E Collapses a block of code.
Shift+Ctrl+K+G Collapses Initializes/finalize and interface/implementation.
Shift+Ctrl+K+M Collapses all methods.
Shift+Ctrl+K+N Collapses a namespace/Unit.
Shift+Ctrl+K+O Toggles between enabling and disabling Code Folding.
Shift+Ctrl+K+P Collapses nested procedures.
Shift+Ctrl+K+T Toggles the current block between collapsed and expanded.
Shift+Ctrl+K+U Expands a block of code.
Uwe Raabe
Certified Delphi Master Developer
Embarcadero MVP
Blog: The Art of Delphi Programming
  Mit Zitat antworten Zitat