Then save it to a ahk file .
what it looks like now .

Should I go on with this ?
Posted 06 September 2004 - 12:35 AM

Posted 06 September 2004 - 01:15 AM
Posted 06 September 2004 - 01:18 AM
Posted 06 September 2004 - 06:25 AM
Posted 06 September 2004 - 11:36 AM
I hadn't realized you had designs on creating a full-blown layout editor! Since you can do a lot fancier GUI things in a programming language such as VB than you can with ahk/au3, this might turn out to be a very useful utility. Good luck.Well I found some code and going to play with it , but depends on if I can get help with it in the basic forums as I'm new to this basic.
A more basic version of what you've proposed is already on the to-do list. If anyone has the patience and interest of writing an ahk script to do this, I'd be grateful. Rajat has already done some of the work by creating a plain text file of all the commands (including their syntax). It's included with the installer at AutoHotkey\Extras\Editors\TextPad\AHKcommands.txt.what about a script which takes a plain text Input file (which contains all AHK commands) to output such an AHK syntax highlighter
Posted 07 September 2004 - 05:49 PM
Posted 07 September 2004 - 06:36 PM
Posted 09 September 2004 - 08:02 AM
Looks interesting, though your time might be better spent making a syntax file and/or clip library for a free editor such as Crimson Editor. A clip library is very similar to what you've designed here: select a command, then its framework gets inserted into the editor for you to work with.
Although others have created such configs for some popular editors, no config (that I'm aware of) has yet been made for a free editor.
Posted 09 September 2004 - 09:02 AM
Posted 04 September 2005 - 09:41 PM
I was going to make it but not sure if anyone would like it or use it ?