Releases: maestrith/AHK-Studio
Releases · maestrith/AHK-Studio
1.005.37
1.005.37
Changed: Fixed by David #234
-Backspace at the beginning of a line was causing issues.
1.005.36
1.005.36
Changed:
-When using Publish or Export it will Refresh Project Explorer so that you don't miss any new #Includes
-Add A_LineFile To Include: When creating an Include using 'Create Include From Selection' this Option will add %A_LineFile%..\ to the #Include line
-When pressing Backspace on a line that it tabbed in and you are at the beginning of a line and you have nothing selected, it will remove all the tabs and go to the end of the previous line
1.005.35
1.005.35
Added:
-Exit: If there is a file called Exit.ahk Studio will run this file on exit
1.005.34
1.005.34
Added:
-Export will save a backup copy of your code that you export
1.005.33
1.005.33
- Changed the default branch to "main" because Github changed it from "master" to "main"
1.005.32
1.005.32
Added: Reported by Hurt Onya (Discord)
-If you have a file called NoUpdate.txt in the main AHK-Studio folder it will not check for updated files on launch
1.005.31
1.005.31
Fixed: Reported by danieldashing
-Clicking the X on Omni-Search: Causes the window to go to the back of the Z-Order
1.005.30
1.005.30
Fixed: Reported by Jhone [BluePumpking]
Omni-Search: When using Omni to jump to Bookmarks it was not finding the right one.
1.005.29
1.005.29
Fixed: Reported by mattcrf
-DebugWindow: Wasn't handling UTF-8 characters
1.005.28
1.005.28
Fixed: Reported by Tigerlily
-Save As: When you save a file over itself bad things happen.