Skip to content

Releases: maestrith/AHK-Studio

1.003.21

09 Jun 09:32
Compare
Choose a tag to compare
1.003.21 Pre-release
Pre-release

Added:
-A slight delay for when AutoComplete pops up to help with missing keystrokes Changed to 200ms
-#Include{Space} will bring up a list of your library files
-Set New File Default Folder: Currently works with Create Include From Selection, New Include
Fixed:
-Things like -Redraw were not showing in AutoComplete
-Options: Now opens the settings with Options
-All XML files are now saved as UTF-8
FILE DOWNLOAD!:
-Edited Lib\Studio.ahk to fix the encoding of XML files there too
Changed: Suggested by jpack
-When clicking items in the Code Explorer it will center the text
-Delete Matching Brace: Was causing issues if you did it more than once without moving the caret
Changed: Reported by yawikflame
-Folding: All folding functions are now in the code rather than plugin

1.003.20

01 Jun 05:51
Compare
Choose a tag to compare
1.003.20 Pre-release
Pre-release

Fixed: Reported by megabugman #114
-Close All: Creates 2 new untitled files
Changed: Reported by megabugman #101
-Removed the -Caption so that the window can be moved
Added: Suggested by megabugman #101
-When you bring up the Omni-Search without a pre-entered prefix it will display Fuzzy Search find Check For Update by typing @cfu

1.003.19

29 May 14:46
Compare
Choose a tag to compare

Added:
-RCM/Split Control/Direction/Toolbar
Fixed:
-Adding Toolbars used to cause issues when trying to edit them before reloading the script
-Resizing Toolbars had some issues in some cases
Updated:
-lib\Studio.ahk: Forced files to be encoded in UTF-8

1.003.18

17 May 12:39
Compare
Choose a tag to compare
1.003.18 Pre-release
Pre-release

Fixed:
-Run As U32/U64: was not saving files before running them.
-Settings: Edit Replacements: Enter was not adding in a new line
Updated:
-lib\Studio.ahk: XML was acting up.

1.003.17

04 Apr 23:45
Compare
Choose a tag to compare
1.003.17 Pre-release
Pre-release

Added: Suggested by Run1e
-Adding ;Startup (Case Sensitive) will add a plugin to the startup of Studio
Fixed:
-Smart Delete: I made some changes and broke it.
Fixed: Reported by Run1e
-Some commands were not being colored correctly
Fixed: Reported by Someone I am sure but I forgot who :( sorry
-Right Click: When Studio is the active window and you are right clicking outside of Studio it was giving a Studio menu

1.003.16

20 Mar 14:01
Compare
Choose a tag to compare
1.003.16 Pre-release
Pre-release

Fixed: Reported by megabugman #98
-Right Click Menu: Cut not working
-Split Control then RCM Open Folder not being greyed out in the new control
Fixed: Reported by jsilverstreak #111
-Hide Tray Icon: Was not remembering from run to run
Fixed: Reported by nnnik
-Pressing Delete was not causing the file to be edited

1.003.15

14 Mar 14:17
Compare
Choose a tag to compare
1.003.15 Pre-release
Pre-release

Added:
-Completely re-wrote the Settings dialog
--Auto Insert: You can edit when you add a ( it will add the ) or anything you like
--Edit Replacements: Replaces www with World Wide Web or anything you like
--Manage File Types: AHK Studio can only edit text based files and I have added in a few types but if you wish to have other types, you can add them here
--Menus: You can completely change the menus fonts and order
--Options: AHK Studio had quite a few options and this is a way to quickly set them
--Theme: Completely change the theme of AHK Studio

1.003.13

27 Feb 16:28
Compare
Choose a tag to compare
1.003.13 Pre-release
Pre-release

Changed: Reported by megabugman
-Omni-Search: Removed the Omni-Search option from Omni-Search
-Zoom causing line numbers to get cropped #108
-Context Menu: items that are not applicable are greyed out #98
-Deleting umlaut characters was causing an issue #97
-Inline commands for hotkeys were not displaying parameters #96
-Odd issue with resizing controls when clicking on Omni-Search #95
-Error message when cancelling a plugin download from menus #93
-Run Selected Text
--Added Run Selected Text to the main code and changed how it works with multiple selected lines #92
--Added Run Code Block to the main code Fixed the SingleInstance issue #91
-Ctrl+R and Ctrl+E were adding odd control characters to the script #90
-Right Click: Selection will not change when right clicking #89
-Double Click on anything like #NoEnv and it will now select the # #88
Fixed:
-Delete/Backspace would go letter by letter when using a single caret. Multiple carets will still do this.
-If you add a space in the tab previous to the first word of a line it would crash Studi
Added:
-Command Help (F1):
--Directives now work
--Selected words will also work if it is found by AHK Studio
--No need to have the Caret after the Command

1.003.12

26 Jan 22:31
Compare
Choose a tag to compare
1.003.12 Pre-release
Pre-release

Fixed: Reported by smarq8
-#Include using %A_LineFile% "Should" work

1.003.11

12 Jan 13:19
Compare
Choose a tag to compare
1.003.11 Pre-release
Pre-release

Fixed: Reported by many...
-When moving the window to another screen or position and then maximizing it, it "should" remember what screen it was on and the last position it was in before maximizing
Removed: Reported by smarq8
-New Scintilla Window: Old code that does not work anymore.
Fixed: Reported by jpack
-Hotkeys with - in them were not working with the Code Explorer and Omni
Added:
-Debugging: You can click on a variable and edit its contents when you are in the proper scope.
Fixed: Reported by Run1e
-Shouldn't save positions at -32000