AHK Studio

Editor for AutoHotkey written completely in AutoHotkey.

Moderator: maestrith

User avatar
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

22 Aug 2014, 14:57

0.101.9
Fixed:
-PLEASE!!! download the update. I had forgotten to add the date to the Commands.xml and it was re-downloading it every time you run the program. Thank you.
0.101.8
Added: Suggested by djvj
-Previous/Next file wraps around.
Fixed:
-Variable %var% and %error state re-added to themes
Added: Reported by GeekDude
-Numput and Numget were not a part of the highlight
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
User avatar
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

24 Aug 2014, 14:19

0.101.10
Fixed:
-Added in proper offsets for utf-8 characters for searches and Code Explorer/Omni-Search
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
User avatar
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

30 Aug 2014, 20:53

0.101.17
Changed:
-Cleaning up the Github class
Fixed:
-Ctrl+H help will popup in front of the window properly
0.101.16
Added:
-The ability to build a version using Ctrl+Up/Down and F1 in the upload window
0.101.15
Added:
-The ability to add version information from the Github Repository window
0.101.14
Changed:
-Both Upload and Github Repository version info has changed.
Fixed:
-Github changed the API
0.101.13
Changed:
-Adding an easy way to update Github
0.101.12
Changed:
-Inputboxes popup in relevant to where they are needed rather than in the center of the main window
0.101.11
Added:
-Options/Warn Overwrite On Export
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
User avatar
oldbrother
Posts: 265
Joined: 23 Oct 2013, 05:08

Re: AHK Studio

31 Aug 2014, 06:13

Thanks a lot!
User avatar
oldbrother
Posts: 265
Joined: 23 Oct 2013, 05:08

Re: AHK Studio

31 Aug 2014, 06:46

Hi maestrith,

My script includes many class AHK files. The Function List is huge, because it lists the functions of all the included files. Since I don't want to modify the classes, I need only my functions and labels being listed. How can I do it?

Thanks!
User avatar
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

31 Aug 2014, 10:28

oldbrother wrote:Hi maestrith,

My script includes many class AHK files. The Function List is huge, because it lists the functions of all the included files. Since I don't want to modify the classes, I need only my functions and labels being listed. How can I do it?

Thanks!
0.101.18
Added: Suggested by oldbrother
-Adding ;* to the end of your include line will cause that file to not be included into the Code Explorer (reboot required)
Last edited by maestrith on 31 Aug 2014, 16:45, edited 2 times in total.
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
User avatar
oldbrother
Posts: 265
Joined: 23 Oct 2013, 05:08

Re: AHK Studio

31 Aug 2014, 14:13

Thanks a lot. But it doesn't work for me.

I modified my script like this,
1.jpg
And then loaded to the updated AHK Studio, but the included files and functions are still there:
2.jpg
User avatar
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

31 Aug 2014, 14:15

OH! sorry
From your images you are using the old, unsupported version.
please download the most recent version of AHK Studio at http://files.maestrith.com/alpha/Studio ... Studio.ahk
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
User avatar
oldbrother
Posts: 265
Joined: 23 Oct 2013, 05:08

Re: AHK Studio

31 Aug 2014, 15:12

Thank you! It works! :D

One problem and one suggestion:

Problem:
Some icos do not show up.

Suggestion:
I think it will be better to keep the included files showing on the tree. When click on the file name, update the Function/label list on the fly.

Thanks again.
1.jpg
User avatar
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

31 Aug 2014, 15:14

oldbrother wrote:Thank you! It works! :D

One problem and one suggestion:

Problem:
Some icos do not show up.

Suggestion:
I think it will be better to keep the included files showing on the tree. When click on the file name, update the Function/label list on the fly.

Thanks again.
Yea, I had the icons set from Windows 8 and I guess they are not the same in 7.
Control+Click on the blank icons and it will allow you to change the icon.

Also there are a bunch of new features in that version. If you want to goto a function, press Ctrl+Shift+( and it will bring up the Omni-Search and you can search for the function. Ctrl+{ for classes, Ctrl+Shift+& for hotkeys, and a couple more. All of these can be seen in the Special Menu and you can edit the shortcut keys in Edit/Menu Editor.

I also just realized you only want it to not show up in the right side (Code Explorer) rather than not show up in the program explorer (Left side)...that would be a bit more work on my end but I will see what I can do.
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
User avatar
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

31 Aug 2014, 16:43

0.101.19
Fixed:
-Small error when clicking focus was causing the mouse button to stay clicked
Changed: Suggested by GeekDude
-Copied text is converted from `n to `r`n
Changed: Suggested by oldbrother
-Adding ;* to your include lines will only block it from the Code Explorer.
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
User avatar
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

04 Sep 2014, 14:46

0.101.20
Fixed:
-StatusBar was not displaying proper text
Changed:
-Auto Insert,Icon Browser,Code Vault,Upload,Edit Replacements,Find,FTP Servers,Github Repository,Menu Editor,Personal Variable List,Previous Scripts,Restore Current File,Scintilla Code Lookup,Sort Selected,
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
User avatar
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

06 Sep 2014, 15:15

0.101.23
Added:
-Ctrl+ Add Function Call: Inserts a function using the required variables
Fixed:
-Context Sensitive is a bit more reliable
-When editing functions such as RegExMatch() it should be more accurate
Added: Suggested by GeekDude
-When editing a call to a function it displays the required fields
0.101.22
Changed: Suggested by GeekDude
-Check to see if Studio is Always-On-Top and adjust the dialog windows accordingly
0.101.21
Fixed:
-Error with Previous Scripts
-Error with Sort Selected
Image
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
User avatar
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

09 Sep 2014, 02:13

0.101.25
Changed: Edited by hoppfrosch
-Social corrections that I missed :) thanks!
Removed:
-Backward compatibility for toolbars created in MUCH older versions.
Added: Suggested by hoppfrosch
-Fold All,Unfold All,Fold Current Level,Unfold Current Level,Fold Level X,Unfold Level X
0.101.24
Changed:
-Omni-Search: Changed the fuzzy search a bit.
Added:
-Framework for plugins
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
User avatar
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

10 Sep 2014, 15:56

1.0.0
-Decided to take it out of Alpha.
0.101.27
Added: Suggested by hoppfrosch -Github Releases are automatically added to your repos
0.101.26
Added: -Plugins will be visible to Omni-Search Fixed: -Plugins menu will re-build after using the menu editor Changed: Suggested by hoppfrosch -Things inside of /* */ comments are not indexed (may have to have an option if it causes a slowdown for users) Added: Suggested by hoppfrosch -Menu items can now have icons
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
Miguel7
Posts: 186
Joined: 08 Sep 2014, 07:06

Re: AHK Studio

10 Sep 2014, 17:00

Oh man, this is awesome! I've actually been working on a similar project (well, same project different name), so yeah, I'm definitely interested! :lol:

Don't get me wrong, Notepad++ is great (and I followed the tutorial to get some of the stuff ppl have created for it) but by creating a program like this in AHK, we'll be able to make it do just about anything Notepad++ can do for our scripts and a whole lot more. I'll definitely checking out your program this weekend.
User avatar
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

10 Sep 2014, 17:05

Miguel7 wrote:Oh man, this is awesome! I've actually been working on a similar project (well, same project different name), so yeah, I'm definitely interested! :lol:

Don't get me wrong, Notepad++ is great (and I followed the tutorial to get some of the stuff ppl have created for it) but by creating a program like this in AHK, we'll be able to make it do just about anything Notepad++ can do for our scripts and a whole lot more. I'll definitely checking out your program this weekend.
I would be interested to see what you have, and your thoughts on AHK Studio.
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
toralf
Posts: 868
Joined: 27 Apr 2014, 21:08
Location: Germany

Re: AHK Studio

10 Sep 2014, 18:24

Congrats for version 1.0
I'm impressed by the speed you implement stuff.
ciao
toralf
User avatar
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

10 Sep 2014, 19:26

toralf wrote:Congrats for version 1.0
I'm impressed by the speed you implement stuff.
Thanks :) I try to work as quickly as I can.
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
User avatar
hoppfrosch
Posts: 443
Joined: 07 Oct 2013, 04:05
Location: Rhine-Maine-Area, Hesse, Germany
Contact:

Re: AHK Studio

11 Sep 2014, 00:11

maestrith wrote:
toralf wrote:Congrats for version 1.0
I'm impressed by the speed you implement stuff.
Thanks :) I try to work as quickly as I can.
Toralf - you're more than right! Thanks Maestrith for your lightning fast implementation! I don't even have enough time to formulate my new ideas - the previous one is implemented always faster ;-)

Return to “AHK Studio”

Who is online

Users browsing this forum: No registered users and 36 guests