Skip to content

Releases: maestrith/AHK-Studio

1.003.10

01 Jan 17:06
Compare
Choose a tag to compare
1.003.10 Pre-release
Pre-release

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

30 Dec 03:56
Compare
Choose a tag to compare
1.003.9 Pre-release
Pre-release

Fixed: Reported by michaelbeijer
-Setting AHK Studio as the default editor was not working on the compiled version

1.003.8

05 Dec 21:26
Compare
Choose a tag to compare
1.003.8 Pre-release
Pre-release

Fixed: Reported by jpack
-Code Explorer: Clicking on an item that you have already selected was not working again

1.003.7

21 Nov 20:13
Compare
Choose a tag to compare
1.003.7 Pre-release
Pre-release

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

04 Nov 21:23
Compare
Choose a tag to compare
1.003.6 Pre-release
Pre-release

Added: Requested by Joe Glines
-Adding a file called HotStrings.ahk and adding all the hotstrings you want to it will make them work in AHK Studio (ONLY WORKS IN UN-COMPILED VERSION)

1.003.5

24 Oct 16:05
Compare
Choose a tag to compare
1.003.5 Pre-release
Pre-release

Fixed (hopefully): Reported by huckleberry
-Tracked Notes: Sometimes changing to the code that you select from the Project Explorer
Fixed: Reported by Joe Glines
-Export: Having trouble with FileInstall

1.003.4

25 Sep 15:13
Compare
Choose a tag to compare
1.003.4 Pre-release
Pre-release

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

30 Aug 02:46
Compare
Choose a tag to compare
1.003.3 Pre-release
Pre-release

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

24 Jul 17:25
Compare
Choose a tag to compare
1.003.2 Pre-release
Pre-release

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.

1.003.1

23 Jul 22:51
Compare
Choose a tag to compare
1.003.1 Pre-release
Pre-release

Changed:
-Previous Scripts: Search feature only works in the filename not the entire path
-Editing Hotkeys: You now must hit enter, or click the button to set/change the hotkey