Releases: maestrith/AHK-Studio
1.005.16
1.005.15
1.005.15
Added: Suggested by Spectrre #175
- Toggle Fold Current Block: Folds the current block at your Carets position
Changed: Suggested by sl5net #174 - Open Folder -> Show Folder In Explorer: Made more sense. The former implied that it would open the folders contents in Studio which is not what it did.
1.005.14
1.005.13
1.005.12
1.005.11
1.005.11
Fixed:
- Sometimes when you pressed Alt+F it would select the entire document (Still not sure why it does it, or when it would do it)
Changed: - Refresh Code/Project Explorer: Default {Enter} action is now Refresh Current Project
Added: Suggested by Kelvin - Duplicate Line: If you have a selection that spans multiple lines it will duplicate those lines
-
- Works with Multiple Carets
Added:
- Works with Multiple Carets
- Clear History
1.005.10
1.005.10
Added: Suggested by Scr1pter
- Highlight Selected Area: Select an area and it will highlight it
- Clear Selected Highlight: Select an area with highlights and it will remove them
- Edit_Highlight_Colors: Change the highlight colors
Fixed: Reported by DaveT1 - Breakpoints for Debugging were not working
Changed: Requested by autocart - Added Start Select Character: You can add in extra characters that start words to have double click select include them in the selection
- Hopefully fixed the UTF character issue
1.005.09
1.005.09
Added: Requested by Run1e #160
- Project Properties:
-
- You can add a default AutoHotkey.exe to use for each Project
-
- You can add Command Line Parameters for each Project
-
- Add your own Exe files to launch scripts from
Added: Requested by derz
- Add your own Exe files to launch scripts from
- Tray Icon:
-
- Removed Standard Menu
-
- Added Double-Click to Activate Stuio
-
- Reload
-
- Window Spy
-
- Exit
1.005.08
1.005.08
Changed:
- Code Explorer:
-
- Libraries now have their own Tree
- Libraries: Will not Re-Index every time you open Studio
- Refresh Code/Project Explorer: Will ask if you want to refresh your Projects, Libraries, or Both
- Version Tracker: Github Commits will soon create Releases
1.005.00
-Regex Replace Selected Dialog: A small GUI to use Regex to replace the selected text
-Regex Replace Selected: Use the saved Regex items from the above dialog
Save As and Save: Reported by derz00 #144
-Saving with . selected still adds .ahk to the file extension
-Refresh Current File:
-Refresh Current Project:
--Re-Scans the current File/Project and updates the Code Explorer/Omni-Search
--Quick Find Ignore: A list of Styles that will be ignored by Quick Find
-Edit Hotkeys: Now with a better search feature
-Check For Updates: Development Branch Switch
-Create Comment: For Making Comments.
-SplashScreen -Publish: Now does Additional Publish
-Words In Document: Changed the backend so that it only will add the words related to the first 2 letters you typed rather than the entire list to improve performance
-Find:
--Changed how found items are displayed
--Auto Show Selected
--Up and Down arrows will navigate between found items
-Restore Current File:
--Made it a part of Studio
-Jump To First Available: Numbered multiple items in the list
-Creates:
-%A_MyDocuments%\Lib\DebugWindow.ahk: For the function DebugWindow(Text,Clear:=0,LineBreak:=0,Sleep:=0,AutoHide:=0) to display text in the Debug Window -Omni-Search: Title now contains instructions -Set_New_File_Default_Folder: Now keeps track of a Global folder and Project Specific folders
-Changed the backup folder to AHK-Studio Backup to make it easier to find -Selections: When you have multiple selections it will show how many you have
-Total Replaced: When using Replace Selected it will show how many items you replaced
-New Language Setup
-New Theme Setup to include multiple programming languages
-Words In Document: Fixed -DebugWindow(Text,Clear:=0,LineBreak:=0,Sleep:=0) Plugin method to display text in the debug window in Studio - ;~ { was causing indent. Only ;{ and ; -Full Tree
-Exemption error causing a scroll
-Refresh Current Project: Was leaving orphaned items in the Project/Code Explorer -Find: Clicking on the + to expand an item was causing it to quickly show then hide the information
-Right Click on Project Explorer was not showing the information for the file you right clicked on
-Moved the Debug Tip from the main GUI to the Debug Panel (where it should be) -Show Type Prefix: I never used it. -Disable Exemption Handling