From 161fb1f28430a4d98808a79ede0960d8fed8c92b Mon Sep 17 00:00:00 2001 From: gurpreetsinghmatharoo Date: Thu, 11 Jul 2024 11:41:50 +0530 Subject: [PATCH] docs(feature): new C2 shortcuts https://github.com/YoYoGames/GameMaker-Bugs/issues/5292 --- .../The_Asset_Editors/Code_Editor_Properties/Editing_Text.htm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Manual/contents/The_Asset_Editors/Code_Editor_Properties/Editing_Text.htm b/Manual/contents/The_Asset_Editors/Code_Editor_Properties/Editing_Text.htm index ce2002fd6..535101027 100644 --- a/Manual/contents/The_Asset_Editors/Code_Editor_Properties/Editing_Text.htm +++ b/Manual/contents/The_Asset_Editors/Code_Editor_Properties/Editing_Text.htm @@ -52,6 +52,8 @@

Navigation Between Documents

  • ALT/OPT + SHIFT + M: Fold all documents. Useful for navigating between events if you have a lot of them.
  • ALT/OPT + SHIFT + U: Unfold all documents.
  • ALT/OPT + M: Fold the currently active document (the one where your text cursor is present).
  • +
  • CTRL/CMD + HOME/END: Go to the first or last line of the active document.
  • +
  • CTRL/CMD + ALT/OPT + HOME/END: Go to the first or last line among all the open documents.
  • Writing Code

    While writing code you will get syntax highlighting and auto-complete for the language you are currently editing.