Skip to content

Releases: maestrith/AHK-Studio

1.002.21

08 Jan 17:45
Compare
Choose a tag to compare
1.002.21 Pre-release
Pre-release

Changed:
-Delete Matching Brace: Was causing errors from time to time in adding extra text
-New File Dialog: Was not creating the file properly
Fixed: Reported by huckleberry
-Duplicate plugin items were displaying.
Fixed: Reported by Raspen
-Non-Standard Characters not working properly in #Include dialog
-Adding Includes with Non-Standard characters not working properly

1.002.20

06 Jan 17:58
Compare
Choose a tag to compare
1.002.20 Pre-release
Pre-release

Fixed: Reported by haxxurtje
-Search Using Google was not working
Added:
-Options New File Dialog: Will ask where to put the new file
Changed: Jump To First Available: Now shows a list if there is more than one type
-this references in classes will bring up a method list
Fixed: Reported by raspen
-Hotkeys were not being captured correctly
-Plugins were not running properly
Added: Requested by raspen
-Delete Line

1.002.19

03 Jan 23:02
Compare
Choose a tag to compare
1.002.19 Pre-release
Pre-release

Fixed: Reported by Driedman
-Adding a )>}]% with a selection was causing a 0 to be inserted

1.002.18

16 Dec 17:37
Compare
Choose a tag to compare
1.002.18 Pre-release
Pre-release

Fixed:
-Scintilla Information: Was downloading the wrong xml file. (Delete your lib\scintilla.xml file)

1.002.17

13 Dec 10:00
Compare
Choose a tag to compare
1.002.17 Pre-release
Pre-release

Fixed: Reported by gallaxhar
-Selecting text from the bottom to the top and splitting the code into segments was causing an issue
-Scroll Position: Messing up from time to time
-Changing hotkeys then updating the script would cause all changes to be lost
-File encoding was odd
Added: Suggested by gallaxar
-Auto Project Explorer Width: Changes the width of the project explorer to match the content
-File Explorer: Folder items were not populating items below them
-Left Click outside of Omni-Search: Closes Omni-Search

1.002.16

10 Dec 17:34
Compare
Choose a tag to compare
1.002.16 Pre-release
Pre-release

Fixed: Reported by number1nub
-New menu items will now come up in a menu called "New Menu Items" and not create any menus that are not in your current setup
-Hotkeys not launching all functions
Added: Requested by noticz
-Shift+Enter: at the end of a contracted fold line will create the new line below the folded text
-End Document At Last Line: Option to make the document stop scrolling when it reaches the end of the screen.
Fixed:
-When you exited AHK Studio and you had unsaved untitled files it was causing it to loop twice for each unsaved file.

1.002.15

09 Dec 23:08
Compare
Choose a tag to compare
1.002.15 Pre-release
Pre-release

Added: Suggested by noticz
-Kill Process: Kills a process created using AHK Studio
-RCM: Notes
-Ctrl+A on folded text: Will select all of the folded text rather than the entire document and then when you paste it will fold the paste
-Compile_AHK SETTINGS: No longer indent

1.002.14

08 Dec 08:25
Compare
Choose a tag to compare
1.002.14 Pre-release
Pre-release

Added:
-Custom Commands: Allows you to add/change the default syntax and auto-fill menus
Changed:
-If you already have AHK Studio open and you run it again, it will now just activate the already running window.
Added:
-Find: Hotkey accelerators for all of the checkboxes

1.002.13

07 Dec 14:45
Compare
Choose a tag to compare
1.002.13 Pre-release
Pre-release

!NOTICE
-This will download a new version of SciLexer.dll
Fixed:
-Command Help: Wasn't updating if it was already open
Improved:
-Command Help: All If statements should be found

1.002.12

06 Dec 17:22
Compare
Choose a tag to compare
1.002.12 Pre-release
Pre-release

Changed:
-New menu items will be added to the top of the parent menu with a separator so that they are easy to spot. You can then use Settings to re-arange them.
-File/New: Now creates a virtual file rather than a file on your hard drive.