Page 3 of 59

Re: AHK Studio

Posted: 04 Apr 2014, 20:27
by xZomBie
O.o Should have checked first... Sorry...

Re: AHK Studio

Posted: 04 Apr 2014, 20:29
by maestrith
xZomBie wrote:O.o Should have checked first... Sorry...
No problem :) let me know if everything works ok.

Re: AHK Studio

Posted: 04 Apr 2014, 20:31
by xZomBie
Can you provide the link to the latest AHK Studio? All I got was to the Alpha versions...

Re: AHK Studio

Posted: 04 Apr 2014, 20:33
by maestrith
xZomBie wrote:Can you provide the link to the latest AHK Studio? All I got was to the Alpha versions...
The alpha version is the latest and most featured. but the other can be found Here. It is out of date and I am not going to be supporting it any longer.

Re: AHK Studio

Posted: 05 Apr 2014, 06:15
by smorgasbord
@Maestrith

http://www.autohotkey.com/board/topic/8 ... -variable/

Thanks, it is awesome!

i wish there is similar thread on this forum as well. :)

Re: AHK Studio

Posted: 05 Apr 2014, 09:30
by maestrith
smorgasbord wrote:@Maestrith

http://www.autohotkey.com/board/topic/8 ... -variable/

Thanks, it is awesome!

i wish there is similar thread on this forum as well. :)
UrlDownloadToVar Usually I cross post them :) thanks for the reminder.

Re: AHK Studio

Posted: 05 Apr 2014, 09:44
by maestrith
0.001.9
Added: Suggested by joedf
-Display Style At Caret: Edit/Theme under Options.
0.001.8
Added: Suggested by GeekDude
-Selecting Edit file before the program is open now works.
0.001.7
Fixed:
-Code Vault: Was not pasting into the script.

Re: AHK Studio

Posted: 05 Apr 2014, 11:23
by maestrith
0.001.10
Added: Suggested by Sanctus
-Variable colors %variable% are different to normal text colors, and if you do not define a variable properly there is now an error state
NOTICE!!!
-Scilexer will re-download as I had to update it to get the variable coloring to work :)

Re: AHK Studio

Posted: 05 Apr 2014, 13:51
by maestrith
0.001.12
Changed: Suggested by tomoe_uehara
-Slight GUI Changes for Help/About and Edit/Menu Editor
0.001.11
Changed: Suggested by tomoe_uehara
-Hotkeys pick up the modifier keys

Re: AHK Studio

Posted: 07 Apr 2014, 01:55
by maestrith
0.100.19
Fixed: Reminded by joedf
-Default font has been updated to work with the new scheme
Changed:
-Size and look of the Omni Search box
0.100.18
Added: Suggested by Run1e (but not complete as of yet)
-Hotkeys are Control+Alt+O for the Omni Search,Alt+Shift+O for the Menu Search, and Alt+Shift+O for the File Search
-Special Menu/Omni Search,Menu Search,File Search:Type in a search query for a @menu item or a ^filename and it will find it for you
0.001.17
Merged this project with GitHub. I hope to keep it up to date.
0.001.16
Added: Option to have it off suggested by Run1e
-Options/Center Caret
0.001.15
Changed:
-Special Menu/Split Code: You can select Multiples
0.001.14
Fixed:
-It is no longer required to re-start the program to publish, or upload your scripts. Sorry about that.
0.001.13
Added:
-Split Code: Helps with splitting code

Re: AHK Studio

Posted: 07 Apr 2014, 05:38
by xZomBie
maestrith wrote:[...], and as for side by side editing the fourth icon "New Scintilla Window" will give you another editing window.
Finally have some time to test AHK Studio...
The newly added editing windows shows the same codes as the 1st editing window...
When I edit any Editing window, the rest of the windows will show the same codes...

Re: AHK Studio

Posted: 07 Apr 2014, 16:46
by maestrith
xZomBie wrote:
maestrith wrote:[...], and as for side by side editing the fourth icon "New Scintilla Window" will give you another editing window.
Finally have some time to test AHK Studio...
The newly added editing windows shows the same codes as the 1st editing window...
When I edit any Editing window, the rest of the windows will show the same codes...
Sorry it took so long to reply.
When you make another window it will be the same code. you then click on the second window, and then click on the file you wish to have in that second window.
Image

Re: AHK Studio

Posted: 08 Apr 2014, 17:32
by maestrith
0.100.22
Added: Suggested by GeekDude (and others)
-Edit/Auto Insert: Setup which keys will automatically add another eg () {} <> "" ''
0.100.21
Fixed:
-%variables% after a , were not coloring correctly
Added: Suggested by GeekDude
-Class Extensions are found
-File edited notification
0.100.20
Added:
-Duplicate hotkeys will show a messagebox
Changed:
-Color entry in hex mode using RGB rather than BGR
-Change Brace Highlight Color

Re: AHK Studio

Posted: 11 Apr 2014, 23:03
by maestrith
0.100.29
Re-Added:
-Code Explorer: with new features: Right Click to Refresh
0.100.28
Added: Suggested by GeekDude
-Edit/Previous Found:
0.100.27
Fixed: Reported by Run1e
-Launching Omni-Search from Omni-Search was causing an issue.
-Themes were messed up.
Added: Suggested by Run1e
-Control+Backspace in Omni-Search deletes back a word
0.100.26
Added: Suggested by Run1e
-Special Menu/Create Launcher: Creates an exe that you can add to your taskbar.
0.100.25
Removed:
-Code Explorer
Replaced with:
Omni Search:
Hotkeys for Omni Search:
-Control+Alt+O
-Alt+J brings up with ^ preset
-Alt+S brings up with ^ preset (for backward compatability from Jump To Project)
--If your search term starts with a:
---{ it will filter to classes
---( it will filter to functions
---[ it will filter to methods
---@ it will filter to menu items
---^ it will filter to files
---& it will filter to hotkeys
0.100.24
Where to begin:
Fixed: Reported by GeekDude
-Auto Add: was not adding at all.(sorry)
Fixed:
-Edit/Find:Without regex was causing an issue
Added:
-Methods to Classes: Code Explorer now has methods under the classes
0.100.23
Edited: Reported by Andy Anderson
-Version number: I accidently hard coded the version number. Sorry

Re: AHK Studio

Posted: 15 Apr 2014, 18:50
by maestrith
0.100.32
Added:
-OutputDebug support: Not quite as stable as I would like it, but I need some feedback to see if it works for others
0.100.31
Added:
-StdOut support (I hope)
0.100.30
Changed:
-Omni-Search: Search improvements.
-Check For Update:Should only allow updates if there is an update.

Re: AHK Studio

Posted: 20 Apr 2014, 19:18
by maestrith
0.100.34
Added:
-Set Breakpoint: Click to the right of the line number to add/remove a breakpoint for debugging.
0.100.33
Fixed:
-Adding buttons to the toolbars was causing an issue
-Omni_Search:Re-added in the path for ^file search

Re: AHK Studio

Posted: 20 Apr 2014, 19:32
by joedf
Keep up the good (Great) Work!
Really, I mean it :)

Re: AHK Studio

Posted: 20 Apr 2014, 19:43
by maestrith
Thank you joedf :)

Re: AHK Studio

Posted: 27 Apr 2014, 10:05
by maestrith
0.100.36
Changed:
-Pressing Escape when having multiple selections active will clear all selections other than the main.
-Quick Find will select the next match after the caret.
0.100.35
Added:
-File/Debug Current Script
0.100.34
Added:
-Set Breakpoint: Click to the right of the line number to add/remove a breakpoint for debugging.
0.100.33
Fixed:
-Adding buttons to the toolbars was causing an issue
-Omni_Search:Re-added in the path for ^file search

Re: AHK Studio

Posted: 28 Apr 2014, 10:34
by maestrith
0.100.37
Added: Suggested by Ronins
-Options/Hide Code Explorer:Frees up some room.
-File/Previous Scripts:Closed files will appear here