Skip to content
Chad Wilson edited this page Apr 9, 2017 · 10 revisions

Add Selected To Personal Variables

Adds the currently selected text to your Personal Variable List.

Copy

Copies the currently selected text to the clipboard. (Ctrl+C)

Create Include From Selection

Adds a new Include to your project using the currently selected text.

Cut

Cuts the currently selected text to the clipboard. (Ctrl+X)

Decrement

Decrements an integer where your Caret is located.

Delete Line

Deletes the current line where your Caret is located.

Duplicate Line

Creates a duplicate of the line that your caret is in, or if you have text selected it will duplicate that.

Edit Hotkeys

Opens a new dialog that allows you to bind a hotkey to any of AHK Studios menu items.

Edit Replacements

Shows a dialog to add replacement text to. Eg. (g,Gui) would replace lower case g with Gui if you type (" ",",",or "(") after it.

Fix Indent

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.

Increment

Increments an integer where your Caret is located.

Insert Current Time

Inserts the current time in YYYYMMDDHH24MISS format.

New Include From Current Word

Creates a new Include (Include) using the current word where your Caret is located. It will also create a function with the same name.

Paste

Pastes the contents of your clipboard into the current Include or Project at the caret position. (Ctrl+V)

Redo

Redoes steps that you have Undone. (Same as Ctrl+Y)

Replace Selected

Shows an InputBox for you to enter the text to replace the currently selected text. Will work with multiple selections.

Select Next Duplicate

Selects the next duplicate word or words that you have selected.

Toggle Comment Line

Adds or removes ; at the beginning of a line. You can use Edit Comment Insert to change it to whatever you like.

Undo

Reverts to a previous point in the document history. (Same as Ctrl+Z)

##Folding

Fold All

Folds all available folds.

Fold Current Level

Folds only the lines that are in the current fold level.

Fold Level X

Allows you to choose what fold level to fold. Each indentation is a fold level.

Unfold All

Unfolds all folded lines.

Unfold Current Level

Unfolds all of the folded lines in the current level.

Unfold Level X

Unfolds the lines from the entered level. ##Spacing

Add Space After Commas

Adds spaces after commas in selected text.

Add Space Before And After Commas

Adds spaces before and after commas in selected text.

Add Space Before Commas

Adds spaces before commas in selected text.

Remove Spaces From Around Commas

Removes all spaces from around commas.

Remove Spaces From Selected

Will remove all spaces from the selected text.

Clone this wiki locally