Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Die Delphi-IDE (https://www.delphipraxis.net/62-die-delphi-ide/)
-   -   Shortcuts für Fold/Unfold? (https://www.delphipraxis.net/215992-shortcuts-fuer-fold-unfold.html)

PeterPanino 9. Okt 2024 10:53

Shortcuts für Fold/Unfold?
 
Hallo! Weiß jemand, mit welchen Tastendrücken man in Delphi 12.2 diese Aktionen im Code-Editor aufrufen kann?

• Fold Methods
• Unfold All

Uwe Raabe 9. Okt 2024 11:13

AW: Shortcuts für Fold/Unfold?
 
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.

PeterPanino 9. Okt 2024 18:04

AW: Shortcuts für Fold/Unfold?
 
Hallo Uwe,

vielen herzlichen Dank für den Hinweis.:)

Übrigens: Bei Shift+Ctrl+K+A kam einmal diese Fehlermeldung:

Embarcadero RAD Studio
System. OutOfMemory Exception: Exception of type 'System.OutOfMemoryException' was thrown.


Alle Zeitangaben in WEZ +1. Es ist jetzt 15:51 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz