Skip to content

Releases: maestrith/AHK-Studio

1.003.0

21 Jul 08:11
Compare
Choose a tag to compare
1.003.0 Pre-release
Pre-release

Added:
-Online Help: Launches the AHK Studio Wiki on Github
-Menu Help: Dialog for brief descriptions of menu items
-Auto Insert: Dialog for editing the {} [] '' "" etc Auto Inserts
Changed: Sorry if this ruins things but if you have setup hotkeys you will need to change them:
-All items with Segment have been changed to Include....I don't know why I started with Segment in the first place.
-Breakpoints can be set and removed while debugging is active
Fixed:
-Edit Hotkeys: Old hotkeys were still in effect after changing them
-Auto Expand Includes
-Find Replace: Single replace was not working properly at all
-OSD and the Varible Browser had the same Window Name

1.002.39

19 Jul 15:30
Compare
Choose a tag to compare

Re-Added:
-Test Plugin (Alt+T)
-Move Selected Word Left/Right
-Tab To Previous/Next Comma
-Compile AHK Studio
Added:
-Buttons to the Variable Browser
-Auto Variable Browser
-Smart Delete: Option to help you stop accidently deleting (){}<>[]""''
-Hovering over the text of a variable in a script that is being debugged will display its current contents if it has any
Changed:
-When running untitled files and it encounters a runtime error it will create a debug window to show what the error is.
Merged:
-This is now the master
Fixed: Reported by Run1e
-By default only certain types of files can be opened

1.002.38

03 Jul 15:13
Compare
Choose a tag to compare

Fixed: Reported by lexikos
-Resizing handles were showing E/W when they should have been showing N/S
-Moving any scrollbar was causing the resize handles to stop working
-Overlap of some controls on resize
-DPIScale was off for all of the child windows
-Error on the Edit Toolbar window dealing with colors
-When you choose File/Save on an untitled document it would ask you if you want to save it even if you did not edit the file
-Closing a file when there are only 2 open was causing the main edit window to keep the text of the file that was closed
-Saving a modified Untitled.ahk was causing a copy of the Untitled.ahk file to be saved in the main Studio directory
-When opening a file and there is only an Untitled file it will close the untitled file
-When you cancel a save of an Untitled item on Exit, it will not exit the program
-When saving an Untitled file, it "should" now close the Untitled item
-Toolbars
--Re-Wrote the code and about 70% working. Some small issues left
Added: Requested by evilC
-Visual difference when debugging
--The caret will change to a width of 3 and will turn red while debugging is active and return to your chosen color/width afterward
-Select Current Debug Line
-Global Debug Hotkeys
-Disable Focus Studio On Debug Breakpoint
Fixed: Based off of some example code by evilC
-Classes that extend other classes were not handled correctly
-Using the Omni Search window while anything other than the main Scintilla control was active caused it to be destroyed
Changed:
-Renamed most items that were "Disable X" to reduce confusion
-Debugging: A lot more useful
--Debugging is now even better than the last time Thanks evilC for the QA help
---If you have an exe in the main AHK-Studio folder it will debug using that version rather than the one that is installed
-File Scanning:
--It is done when you first open a script like normal but now as you edit lines it will scan those lines
-Code Explorer: Along with the new file scanning system it will also update in near real time (as you change lines or a few other things)
--Nested Classes
-Class_Name. <----typing after the . will bring up the list of methods even after you hit escape
-Words In Document: It is now automatic but it can still be refreshed using the menu option
-Omni-Search: Searching by initials now works with capitolized letters in the same word (wid would find WordsInDocument)
-Backspace and Delete: When you do not have a selection and you delete items in/arround () it does something fun
Fixed:
-Word Wrap wasn't staying on
-Context Sensitive Help
-Command Help: If it goes to a "This page can’t be displayed", it will default to the main page
-Select Next Duplicate and Select All when an item is selected that has duplicates
-Removed the ' restriction for files/folders
-when typing a word like "it's" it will only add one ' but when your caret is "it|'s" and you type a ' it will just move to the other side of the '
-Large Single File Scripts:
--Open/Close/Omni/Saving/Exiting/Everything in general has sped up a lot
-Main GUI: The TreeView and Scintilla control in Tracked Notes can be resized
--Total re-write of the backend for future control types
-Fuzzy Search: When searching for files using the . at the end of the filename will give it a higher score
-Remove Control no longer needs matching borders
-Jump To First Available: Added #Include and cleaned up anything that wasn't working (for the most part)
-Just changing the case of a word in the text was not updating the file correctly
Fixed: Reported by Henrik Jensen
-SciLexer.dll not working properly without a direct link to the dll
Fixed: Reported by Run1e
-Dragging the window to the top of the screen to resize was really messing with the positions of the controls
-Made an acceptable file extension list so you can not accidently open a media file
--Manage File Types
Fixed: Reported by Huckleberry
-Alt+F4 closing Studio was not saving position data
Added: Suggested by Joe Glines
-Right Click Menus for all controls are now editable
Improved:
-Delete Line will now remember what column your caret is in
-Most instances (let me know if it doesn't and what causes it) of the edited indicators in the line "should" be a lot better.
-When deleting text sometimes it would delete a )}>'" (in some cases it still will happen)
Added: Suggested by Joe Glines
-Automatically display duplicate words
-Right Click Code: Kill Current Script
-Fixed: Include files in the A_AhkPath\lib
-Hide Tray Icon
Added: Suggested by evilC
-Jump To Matching Brace

1.002.37

19 Apr 19:36
Compare
Choose a tag to compare

Added:
-Tracked Nodes: Fold, Selection, and Scroll positions
-New Segment: When you create a new segment with the word Class as the first word it will ask if you want to create a new class rather than a new function
Added: Suggested by Run1e
-Set Hotkey button on Edit Hotkeys
Fixed: Reported by Run1e
-Right Click on the Project Explorer blank area had extra separators.
-Slightly off resizing
Changed: Requested by Run1e
-No horizontal scrollbars if not necessary in the Scintilla Controls

1.002.36

17 Apr 22:38
Compare
Choose a tag to compare
1.002.36 Pre-release
Pre-release

NOTICE:
-Will download Scilexer.dll
Fixed:
-% issues with coloring
-Other coloring issues
-Hex coloring (Update your Theme plugin)
Added:
-Wrap Word In Quotes: Wrap the current word in ""
-If you press escape to cancel Context Sensitive Help it will not pop up again until you move to another line
-Toolbar Editor:
--Highlight Color
--Next Button
-Project Specific AutoComplete
-Add Selected To Project Specific AutoComplete
Added: Requested by Noticz (and I think a few others)
-All of your %A_MyDocuments%\Autohotkey\Lib and %A_AhkPath%\lib files are now opened/indexed

1.002.35

06 Apr 07:17
Compare
Choose a tag to compare
1.002.35 Pre-release
Pre-release

Fixed:
-Remove Segment: Was causing it to open an additional Untitled file if you only have 1 Project open
-File Encoding: I have had a lot of trouble with this but I think I have a better handle on it now. Files encoded UTF-16 are now working and any file that is encoded in ANSI that you add UTF characters to will be automatically re-encoded into UTF-8
Added: Requested by noticz
-Help/Bug Reports: A quick link to the bug reporting area for AHK Studio (a Github account is not required but is helpful)

1.002.34

03 Apr 02:46
Compare
Choose a tag to compare
1.002.34 Pre-release
Pre-release

Fixed: Reported by tscv11
-When saving an unsaved file to overwrite another file that already exists, it was messing up depending on the encoding. (you can understand why I missed this...)
-Version information was not updating
Added: Requested by tscv11
-Auto Space Before Comma
Fixed: Reported by Huckleberry
-Typo in the window managment error message
Fixed:
-Virtual Scratch Pad
-Insert Current Time: now places the cursor after the inserted %A_Now%
-Options that get checked in menus are now toggling
Added:
-A lot of options that were missing in the Omni-Search
-Option state in Omni-Search
Changed:
-Settings:
--Once again a built in function (the plugin will be removed soon)
--MUCH more stable
--Icons can now be givin to Top Level menu items
-Manage Toolbar: total re-write. Highlighting which toolbar you are working on, and the available icons are in the window.

1.002.33

30 Mar 16:10
Compare
Choose a tag to compare
1.002.33 Pre-release
Pre-release

Changed: Reported by Odylg
-Moving the caret to the bottom of a page was causing it to jump an entire page
Fixed: Reported by Tre4shunter
-Files with literal paths were not being indexed
-Studio opens itself in Unicode automatically
Fixed: Reported by noticz
-Check Edited On Focus: was not returning to the current position when it replaced the text

1.002.32

26 Mar 22:31
Compare
Choose a tag to compare
1.002.32 Pre-release
Pre-release

NOTICE!!!!
-A new version of SciLexer.dll will be downloaded. Fixed some bugs with coloring and added in custom colors for:
--Labels
--Variables
Added: Suggested by Huckleberry
-Increment/Decrement: Increases/Decreases integers
-Re-Wrote a lot of the backend for Context Sensitive Text

1.002.31

13 Mar 18:47
Compare
Choose a tag to compare
1.002.31 Pre-release
Pre-release

Added:
-Auto Complete: Will have your list of Classes, Functions, and Instances as well as the standard list of commands
Fixed:
-Adding #Includes will not cause an Untitled file to be created
-Omni-Search: Some options were not getting populated
Fixed: Reported by BGM
-Some files were not indexing properly
Fixed: Reported by Huckleberry
-Right Click on Project Explorer: Open Folder
Added: Requested by Huckleberry
-Next/Previous Project: Will jump to the Next/Previous Project rather than the Next/Previous include
Fixed: Reported by rogeriodec
-When opening Studio for the first time it will not display any files