| View previous topic :: View next topic |
| Author |
Message |
mpir
Joined: 12 Apr 2008 Posts: 3
|
Posted: Sat Apr 12, 2008 9:34 pm Post subject: WYSIWYG Editor |
|
|
| Make it easier on us non-coders! |
|
| Back to top |
|
 |
dsdsd Guest
|
Posted: Sat Apr 12, 2008 10:26 pm Post subject: Re: WYSIWYG Editor |
|
|
| mpir wrote: | | Make it easier on us non-coders! |
Welcome!  |
|
| Back to top |
|
 |
orbik
Joined: 09 Apr 2008 Posts: 25 Location: Espoo, Finland
|
Posted: Sun Apr 13, 2008 12:08 am Post subject: |
|
|
| If you have an idea of how to visualize the multitude of functions possible in AutoHotkey, please share it. IOW, tell us how would you like to work instead of writing the code. |
|
| Back to top |
|
 |
mpir
Joined: 12 Apr 2008 Posts: 3
|
Posted: Sun Apr 20, 2008 10:01 pm Post subject: |
|
|
| Something like Macro Express has. But free and four hundred percent better. I like the fact you can export a macro into an EXE. + build simple menus. Maybe it can be sort of like Visual Basic (for the menu building) & Macro express (for the if/and statements/fuctions, etc) I don't know. |
|
| Back to top |
|
 |
corrupt
Joined: 29 Dec 2004 Posts: 2328
|
Posted: Sun Apr 20, 2008 11:48 pm Post subject: |
|
|
| I'd love to see a VB style IDE for AHK but, unfortunately, I doubt many others here would be interested... |
|
| Back to top |
|
 |
mpir
Joined: 12 Apr 2008 Posts: 3
|
Posted: Wed Apr 23, 2008 5:12 pm Post subject: Hmm |
|
|
That would awesome. But I believe an easier way of doing this would be to take advantage of MacroExpress' already complete software package. Maybe somebody could quickly code a converter that converts MacroExpress' macro code into AHK's? Could be a useful project definitely.
macroexpress.com i believe. |
|
| Back to top |
|
 |
Deller
Joined: 21 Nov 2007 Posts: 154 Location: 0x01101110
|
Posted: Fri Apr 25, 2008 12:17 am Post subject: |
|
|
It would be way too much work for an open source-non-profit language.  |
|
| Back to top |
|
 |
corrupt
Joined: 29 Dec 2004 Posts: 2328
|
Posted: Fri Apr 25, 2008 7:18 am Post subject: |
|
|
| Deller wrote: | It would be way too much work for an open source-non-profit language.  | Incorrect |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Fri Apr 25, 2008 10:32 am Post subject: |
|
|
Some work has already been done on creating an "IDE" for AutoHotkey, there is ofcourse SmartGUI, there are Scintilla/HiEdit based projects for editing code, there is Lil Builder.
This is all far from a complete IDE/debugger, and certainly not close to anything like Macro Express/Automise in terms of "easy-script-composition-for-absolute-non-techies".
It can be done, but I guess that would be the absolute last "step" in creating a working IDE for AutoHotkey.
BTW: I absolutely detest Macro Express exactly because of their "simpleton" interface (and because it's bulky and expensive). You are better off using VBScript if you have to use Macro Express.
On the other hand, I love Automator/AppleScript for MacIntosh, which also has a "simpleton" interface (but it's free, and very good).
 |
|
| Back to top |
|
 |
Oberon
Joined: 18 Feb 2008 Posts: 408
|
Posted: Fri Apr 25, 2008 10:37 am Post subject: |
|
|
AutoHotkey doesn't need an IDE. The commands are so simple and compact you can easily visualise the looks of Guis as you write them. Moreover scripting in ahk is so much more productive than say C or Java as you can debug live.
The only hurdle in my opinion is the initial problem of remembering command names and parameters. Thankfully though everything is very well documented. _________________
 |
|
| Back to top |
|
 |
|