-
Notifications
You must be signed in to change notification settings - Fork 68
Edit
Adds the currently selected text to your Personal Variable List.
Copies the currently selected text to the clipboard. (Ctrl+C)
Adds a new Include to your project using the currently selected text.
Cuts the currently selected text to the clipboard. (Ctrl+X)
Decrements an integer where your Caret is located.
Deletes the current line where your Caret is located.
Creates a duplicate of the line that your caret is in, or if you have text selected it will duplicate that.
Opens a new dialog that allows you to bind a hotkey to any of AHK Studios menu items.
Shows a dialog to add replacement text to. Eg. (g,Gui) would replace lower case g with Gui if you type (" ",",",or "(") after it.
This option is mainly used for those who decide to turn off Full Auto. It indents your code by Blocks (code between { and }) but will also move all indentations of anything outside of code blocks to the left.
Increments an integer where your Caret is located.
Inserts the current time in YYYYMMDDHH24MISS format.
Creates a new Include (Include) using the current word where your Caret is located. It will also create a function with the same name.
Pastes the contents of your clipboard into the current Include or Project at the caret position. (Ctrl+V)
Redoes steps that you have Undone. (Same as Ctrl+Y)
Shows an InputBox for you to enter the text to replace the currently selected text. Will work with multiple selections.
Selects the next duplicate word or words that you have selected.
Adds or removes ; at the beginning of a line. You can use Edit Comment Insert to change it to whatever you like.
Reverts to a previous point in the document history. (Same as Ctrl+Z)
##Folding
Folds all available folds.
Folds only the lines that are in the current fold level.
Allows you to choose what fold level to fold. Each indentation is a fold level.
Unfolds all folded lines.
Unfolds all of the folded lines in the current level.
Unfolds the lines from the entered level. ##Spacing
Adds spaces after commas in selected text.
Adds spaces before and after commas in selected text.
Adds spaces before commas in selected text.
Removes all spaces from around commas.
Will remove all spaces from the selected text.