Here are my things which could be improved:
1) Installer:
I always like to know where programms are installed! In this case I had to search it (also with unknown name!).
Is it that hard to place it at a custom place? Otherwise I would prefer to have a simple zip-file to have more access about the install-actions...
2) The programm starts with the string #AllowSameLineComments in the DropDown (which is too small to hold hole text). If I press 'Get Command Example' I get following message-box:
Quote:
---------------------------
help file Error
---------------------------
Make Sure that you have AutoHotKey Installed.It also has to be installed in the default Folder. [ Program Files\AutoHotkey ]
---------------------------
OK
---------------------------
I have it installed in C:\Program Files\AutoHotkey. There is a 'has to be' in messagebox. Wouldn't it be better to read registry for install-information? Would make the script more flexible!
Also Uppercase and Lowercase could be improved

3) After this I press Test AHK (For the Default msgbox-example)
Quote:
---------------------------
SMAHK.exe
---------------------------
Error: Failed attempt to launch program or document:
Action: <C:\Programme\AutoHotkey\AutoHotkey.exe>
Params: <"C:\Programme\AHKSEDIT\ahk Temp Folder\ahk Editor Temp File ONLY\Tempahk9306.ahk">
The current thread will exit.
Specifically: Das System kann die angegebene Datei nicht finden.
Line#
---> 2457: Run,%A_ProgramFiles%\AutoHotkey\AutoHotkey.exe "%A_ScriptDir%\ahk Temp Folder\ahk Editor Temp File ONLY\Tempahk%randout%.ahk",,,ahkPID
---------------------------
OK
---------------------------
Test AHK also doesn't after creating a file and also not after opening (all testet with the hello-world-example!)
4) After pressing Test AHK (and getting error-message) the button disappeared in GUI!
5) Pressing 'Enable Wordwrap' or 'Disable Wordwrap' results in
Quote:
---------------------------
Decrypt Error
---------------------------
The File could not be Decrypted
---------------------------
OK
---------------------------
and restarting programm.
6) View Settings:
If I choose other view-setting then normal I do not have any access about the gui-buttons any more (because not visible any more). It isn't a big problem, but a bit strange: I have more place, but less control.
Changing View to normal size results in restarting the programm! This is also a strange handling! (this is done always, also if already in normal size!)
7) If I open help (via menu) the first page I see 'The page can't be displayed'!!

It is strange, that the option 'Use Word Wrap' is immediately overtaken while all others have to be applied.
When I apply settings I get the following messagebox:
Quote:
---------------------------
Unsupported
---------------------------
Unsupported File system .Encryption cannot be ccompleted UnCheck this option to disable this messagebox.
---------------------------
OK
---------------------------
9) I am also not able to compile scripts:
Quote:
---------------------------
Ahk2Exe Missing
---------------------------
,The Ahk2Exe Files is missing make sure you have AutoHotKey installed.If you don't you can get it from
[
http://www.autohotkey.com ]
---------------------------
OK
---------------------------
But I do have all needed files in: "C:\Program Files\AutoHotkey" (path was copied from registry, which is correct)
In general it would be fine to apply changes without having the whole program restarting! It is unnecessary and needs some time...
Is it (one of) your first script(s)?
There have to be some extended tests and you should improve some main-parts of the script (like changing options). In this form it isn't attractive for me...
But head up! I like the idea and it's options, only the routines could be improved!
Thalon