AHK Studio

Editor for AutoHotkey written completely in AutoHotkey.

Moderator: maestrith

User avatar
joedf
Posts: 8937
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: AHK Studio

23 Jan 2014, 18:13

and join Ahkscript on github! :D
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
User avatar
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

30 Jan 2014, 13:30

0.001.59
Fixed:
-Hotkeys for Special Functions were not working properly
-# commands were not coming up with help info
Changed:
-Auto Complete
-Scintilla Code Lookup
-Updated the commands.xml file. It will ask you to update.
0.001.58
Changed:
-Hosting
0.001.57
Changed:
-Inserting functions will add .ahk to the file
0.001.56
Fixed:
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
Guest10
Posts: 578
Joined: 01 Oct 2013, 02:50

Re: AHK Studio

30 Jan 2014, 14:22

thanks, this time i was able to launch the script without any problems or making any changes to the script! :D
User avatar
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

30 Jan 2014, 14:24

Guest10 wrote:thanks, this time i was able to launch the script without any problems or making any changes to the script! :D
Nice! I am glad to hear it.

I added

Code: Select all

if (A_PtrSize=8){
	SplitPath,A_AhkPath,,dir
	correct:=dir "\AutoHotkeyU32.exe"
	run,"%correct%" "%A_ScriptName%",%A_ScriptDir%
	ExitApp
	return
}
to the code so that any AHK 1.1 install can run it.
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 Jan 2014, 07:16

0.001.61
Added:
-Multiple upload accounts can now be entered
0.001.60
Added:
-Theme Author displayed in the theme page
-When exporting a theme it will ask you what author you would like to use

If you have created a theme and you would like for me to add it to the list of download themes please send it to me. Make sure to add whatever author information you like.
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
Guest10
Posts: 578
Joined: 01 Oct 2013, 02:50

Re: AHK Studio

31 Jan 2014, 07:41

thanks, very fast start! :D
User avatar
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

31 Jan 2014, 07:45

Guest10 wrote:thanks, very fast start! :D
You are welcome :)
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

21 Mar 2014, 02:39

I know it has been a while, but I have been working on a few projects. One of which is a new version of AHK Studio. There is an Alpha build here Let me know what you think. It is nowhere near complete and there are quite a few features that are missing from the original Studio, but I think it is worth a look. Download it into a separate directory and copy your lib\settings.xml file to the new directory and create a lib folder. You do not have to do this but it will read most of the old data.
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 Mar 2014, 08:58

Alpha:
New GUI design and updated indent system.
I am still working on getting all of the functionality back into it from the previous version but it is stable enough to use.
Image

Currently it is only in AHK 1.1 un-compiled but if I get enough interest I will compile it.

PLEASE let me know if there is anything I should work on getting back in.
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

25 Mar 2014, 10:56

Alpha Update:
-Menu editor works properly.
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
smorgasbord
Posts: 493
Joined: 30 Sep 2013, 09:34

Re: AHK Studio

25 Mar 2014, 11:16

@maestrith

Sheer Awesome!!
John ... you working ?
User avatar
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

25 Mar 2014, 11:19

smorgasbord wrote:@maestrith

Sheer Awesome!!
Thank you very much :) let me know if you find any bugs.
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

25 Mar 2014, 12:56

0.000.001.53
Added:
-Run Selected Text
0.000.001.52
Fixed: Reported by GeekDude
-You could try to move top level menu items up higher
0.000.001.51
Added: With a lot of input from GeekDude
-Scratch Pad
0.000.001.50
Fixed:
-Menu Creator
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

29 Mar 2014, 19:30

0.000.001.67
Added:
-Exporting of themes
-Importing of themes
0.000.001.66
Added:
-Special Menu/Code Vault: A place to store your code snippets
0.000.001.65
Added: Suggested by halfblake
-Double Clicking on the Systray Icon will show the main GUI
0.000.001.64
Re-Ordered:
-Changed the way that the code is layed out.
0.000.001.63
Added:
-Special/Sort Selected: Select some text, tell it how to sort it, and replace the selected when you have it the way you want it.
Fixed:
-Commands were not showing up in the drop down lists
0.000.001.62
Changed:
-Highlight Colors
0.000.001.61
Fixed:
-Quick Search will work if your search area starts at 0
-Renamed Quick Search to Quick Find
-Edit/Replace Selected will now convery `r,`n,\r,\n to actual Chr(13)
0.000.001.60
More in the changelog.
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

02 Apr 2014, 10:46

0.001.2
Fixed:
-When adding a { on a line by itself it was causing an issue.
0.001.1
Added: Suggested by budRich
-Notification when exporting themes.
0.001.0
Moving from Alpha to Beta:
-I think it is time. Let me know if you find any issues
0.000.001.71
Changed: Suggested by GeekDude
-Quick Find requires an enter to do the search
0.000.001.70
Changed:
-Special Menu/Code Vault: Resized the window a bit
0.000.001.69
Fixed: Reported by GeekDude
-Using arrow keys while using Quick Find was causing an issue
0.000.001.68
Added: Suggested by tomoe_uehara
-Matching Brace Highlighting
-Highlight Nearest Brace
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
jsmain
Posts: 62
Joined: 07 Feb 2014, 08:21

Re: AHK Studio

02 Apr 2014, 11:23

Found this today, and may I say AWESOME!

I love how you can select a function or label in the right column, and fins it in code immediately!

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

Re: AHK Studio

02 Apr 2014, 15:31

jsmain wrote:Found this today, and may I say AWESOME!

I love how you can select a function or label in the right column, and fins it in code immediately!

Thanks!
No problem :) I am working on an update for this. I do not have that in there yet but I will work on putting that back in :)

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
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

04 Apr 2014, 13:43

Image
0.001.6
Added:
-Code Explorer: Displays functions, labels, hotkeys, and classes in a treeview to the right
0.001.5
Changed: Suggested by Don Corleon
-Code vault saves when you close the window.
0.001.4
Changed: Suggested by tomoe_uehara
-Brace Highlight is done before and after ({<[
0.001.3
Added: Suggested by tomoe_uehara
-Download Error Checking
Last edited by maestrith on 14 Jul 2014, 12:14, edited 1 time 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
xZomBie
Posts: 256
Joined: 02 Oct 2013, 02:57

Re: AHK Studio

04 Apr 2014, 20:19

Is it just me or is the icons on the toolbar is extremely big?
Can you add a side-by-side editing space? It would be awesome!!!
User avatar
maestrith
Posts: 825
Joined: 16 Oct 2013, 13:52

Re: AHK Studio

04 Apr 2014, 20:21

xZomBie wrote:Is it just me or is the icons on the toolbar is extremely big?
Can you add a side-by-side editing space? It would be awesome!!!
You can change the size of the icons by going to Options/Small Icons, and as for side by side editing the fourth icon "New Scintilla Window" will give you another editing window.
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

Return to “AHK Studio”

Who is online

Users browsing this forum: No registered users and 25 guests