Skip to content

Releases: maestrith/AHK-Studio

1.005.16

23 Jul 22:04
d10faf1
Compare
Choose a tag to compare
1.005.16 Pre-release
Pre-release

1.005.16
Fixed: Programmed by smarq8

  • FIXED - scroll pos after switching file by smarq8

1.005.15

07 Jun 10:36
f711de7
Compare
Choose a tag to compare
1.005.15 Pre-release
Pre-release

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

21 May 01:19
a948252
Compare
Choose a tag to compare
1.005.14 Pre-release
Pre-release

1.005.15
Added: Suggested by Spectrre #175

  • Fold Current Block: Folds the current block at your Carets position

1.005.13

06 Apr 11:25
Compare
Choose a tag to compare
1.005.13 Pre-release
Pre-release

1.005.13
Fixed: Reported by daOlli (Discord)

  • Downloading of control files was happening even after downloading the zip from GitHub

1.005.12

19 Mar 12:44
Compare
Choose a tag to compare
1.005.12 Pre-release
Pre-release

1.005.12
Fixed: Reported by chocnmint

  • Characters like ¿, ¡, ñ, á were getting messed up.

1.005.11

16 Mar 10:49
Compare
Choose a tag to compare
1.005.11 Pre-release
Pre-release

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:
  • Clear History

1.005.10

10 Mar 06:28
Compare
Choose a tag to compare
1.005.10 Pre-release
Pre-release

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

26 Feb 01:58
Compare
Choose a tag to compare
1.005.09 Pre-release
Pre-release

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
  • Tray Icon:
    • Removed Standard Menu
    • Added Double-Click to Activate Stuio
    • Reload
    • Window Spy
    • Exit

1.005.08

23 Feb 11:08
Compare
Choose a tag to compare
1.005.08 Pre-release
Pre-release

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

24 Nov 21:38
Compare
Choose a tag to compare
1.005.00 Pre-release
Pre-release

-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