-
Notifications
You must be signed in to change notification settings - Fork 69
Options
Currently Unavailable.
Enables/Disables the Context Sensitive Help.
Gives you the ability to change the default Project folder when creating new Projects.
For those who use a separate compiler. ### Margin Left Adds a margin to the left of the text.
Will show a dialog to create a file rather than create an Untitled.ahk file.
Gives you an edit control to add whatever you want to be pre-populated when you create a new Project.
Shows a small GUI that displays the functions you just used (Mostly for maestrith to make videos with).
Opens the Settings dialog with the Options tab displayed.
Sets AHK Studio as the default editor. May require the script to be ran as administrator.
Allows you to adjust the amount of visual spaces for each tab indentation.
Use this to create, save, export, and import Themes.
Allows you to edit past the end of a line ==Word Wrap Removes the horizontal scroll bar and wraps the lines of text.
Enables Word Wrap.
Shows/Hides the Word Wrap Indicators.
##Auto Indent
Keeps ;Comment Lines indented as well as normal lines.
Keeps track of the indenting of your script. ##Explorer Menu Options
Will not create the folder structure in the Project Explorer.
Displays the full tree in the Project Explorer for includes that are not in the main Projects directory.
Hides the file extensions in the Project Explorer. ##Formatting Options
Shows a list of items that you can then hit enter to have Auto-Completed.
Shows the Auto-Complete list when you are inside "" or also in comments.
Shows the Auto-Complete list while the Context Sensitive Help tips are visible.
When entering a , it will automatically add a space after it.
When entering a , it will automatically add a space before it.
When enabled and you press enter rather than tab to auto complete an item it will add a newline.
When creating comments this option will build another ; on top of any that are already there.
When scrolling down a large document the caret will stay centered vertically.
If you are editing a non-ahk file it will not adjust the indents. ### Disable Auto Insert Complete When you have ( ) { } etc set to auto insert it will not do the Auto Complete.
Shows a Dialog so that you can edit the text that will be inserted when you use Toggle Comment Line (Defaults to ;).
Hides the Indentation Guides (Look like vertical line of dots to show indentation).
Can be buggy! Highlights the current indentation.
Option: When you create an include using Create Include From Selection this will add the #Include line where the text was rather than in the main Project file.
Allows you to indent lines that start with (. , and or) however you like.
Requires you to hold Shift when creating a Breakpoint.
Highlights the current row your caret is in.
Shows EOL characters.
Shows the whitespace characters. ##Program Options
Dialog windows by default do not have margins. This will add them.
Will go to Github and check to see if I have pushed any updates to the program on startup.
When using the Find window this option will close the Find window automatically.
When using the Quick Find hotkey or Edit/Quick Find it will automatically set the selection to search in if you have text selected.
If a file is edited while you are away from AHK Studio and focus is set back to it, it will popup with a dialog asking if you want to update your code to the new contents. ### Custom Version Dialog to change the syntax of the ;auto_version
By default when your cursor is (|) <--- within there and you type ) it will jump to the other side of the ) ()|, this disables that feature.
Disables the auto save feature of AHK Studio on exit.
Stops AHK Studio from creating backups of your changed files.
When entering #Include and selecting the Auto-Complete in the dropdown it will not pop up and ask for a file.
The, by default, red and green rectangles next to the line to show what has been edited will not be visible.
Currently Unavailable.
When you save a program and it is still running it will kill the process.
This will backup all of the files in your project rather than just the include files that Full Backup will do.
Creates global hotkeys for all of the Step operations.
Hides the Horizontal Scrollbars on all of your Scintilla controls.
Hides the System Tray icon for AHK Studio.
Hides the Vertical Scrollbars on all of your Scintilla controls.
When selecting words or your Caret is within a word it will only show/highlight complete matches.
Shows the Fuzzy Search value for the returned items.
Resets the zoom to 0.
Runs scripts as admin (will cause a popup if you do not edit your UAC).
When Debugging this will cause the current line to be selected (Moves the current Caret).
Reduces the size of the icons in the toolbars. Requires a Restart!
When you hit Delete/Backspace and there is something like {text} it will not delete the { or } unless the text inside them is gone. It is to help stop you from accidentally deleting matching braces.
Moves the Quick Find above the Scintilla edit window.
When debugging it will give all of the information returned from the debugger.
Asks if you are sure you want to overwrite the file. ##Quick Find Settings
Makes the search Case Sensitive.
Clears custom search areas created by "Set Selection".
When you hit the hotkey for Quick Find it will automatically populate the edit control with the currently selected text.
Uses the Greed option in regex.
Quick Find: Toggles Multi-Line.
Makes the search a regex search.
Creates a search selection based on what you have selected. Quick Find will only highlight the text that matches your search within this area.