Releases: maestrith/AHK-Studio
1.003.10
Fixed: Reported by Darth_diggler
-Plugins on some systems were not working properly
-Compiled version of AHK Studio, the run command was not working
-Toolbars are not following the main background color
-Toolbars can have external programs in them (was there before but forgot to re-add it)
-Unchecking an external program will remove it from the toolbar
-Shift+Click+Drag icons to re-arrange the icons or DoubleClick on the toolbar to bring up a GUI to sort/arrange them
Changed:
-Cleaned up the code a bit and fixed some of the case issues.
Fixed: Reported by MANY people.
-IfEqual and other things indent.
Added: Requested by Darth_diggler
-Collapse All for the Code Explorer.
1.003.9
1.003.8
1.003.7
Fixed: Reported by Joe Glines and Run1e
-Center Caret: Was not disabling correctly
Fixed: Reported by jpack
-Added -DPIScale to the file Studio.ahk
Fixed: (hopefully) Reported by Run1e
-When you hit enter too quickly in Omni-Search it was causing an error
1.003.6
1.003.5
1.003.4
Fixed: Reported by evilC
-Auto-Complete not stopping when adding (){}<>...etc #84
-When using a hotkey and saying no to downloading a plugin it would throw an error #80
-Having to select single % when deleting a % with Smart Delete enabled #78
-If you are debugging code that is folded and it needs to show a line it should now expand the folds #76
Fixed: Reported by megabugman
-When using Save As on a single file it was creating a new Untitled file #67
Fixed:
-Jump To First Available: Issue with g-labels
1.003.3
Changed:
-Re-Wrote the backend for the GUI
Added:
-Right Click Menus:
--Split Control now has the available controls below them so you can quickly add in whatever type control you want (All but Toolbars)
Fixed: Reported by AfterLemon
-Inline open braces with text after them was causing a major issue
-Fixed an issue with the Omni-Search/Code Explorer
-Position data getting messed up causing incorrect caret positions
-Highlight Current Area: Ability to change it, not yet implemented in the Themes just yet
Fixed:
-Includes In Place
-Position data not updating when using anything other than the Project Explorer to change files
Fixed: Reported by evil-C
-Find Replace: dumb mistake
Re-Added: Requested by Joe Glines
-Edit Proxy Server
1.003.2
Added:
-Require Enter For Search: When you have larger files and you start to use a search string with a common letter it can take a bit of time for the highlighting to complete.
This helps a lot with that.
-Added a delay on the quick find text entry to help with the above issue as well.
-Multiple Selection: The cursor will change to reflect the fact that you have multiple selections active.
Changed:
-Settings:
--Menu Editor: Where you can edit the Main Menus for AHK-Studio.
--Options: A ListView where you can quickly set all of the Options in AHK Studio.
--Auto Insert: Control of what characters get automatically inserted () {} [] <> etc.
--Edit Replacements: Allows you to setup replacements for text (eg. gab -> Gui, Add, Button)
Fixed:
-Closing the About window was causing the program to stop responding.
-If you have multiple Projects that use the same Includes they will show edited markers and also the same file when editing them.
Fixed: Reported by Run1e
-Setting Studio as the Default Editor was causing an error with the variable name.
-Oddities with Alt+Gr.
Fixed: Reported by tscv11
-Word Wrap: Checkmark out of phase with the option.
Changed: Suggested by Run1e, evilC, and I am sure others.
-Windows that are out of bounds of the monitor (hopefully even with multiple monitor setups) will be centered into the main monitor.
Fixed: Reported by Graushwein
-Double Selections: This is caused when you have the mouse near the selection and hit Ctrl+C.
Fixed: Reported by Run1e
-Having multiple instances of the same Include in more than 1 Project and then removing it from a project was causing issues.