| Author |
Message |
Topic: Script Writer that uses Scilexer.dll |
maestrith
Replies: 45
Views: 4338
|
Forum: Scripts & Functions Posted: Sun Feb 12, 2012 7:53 pm Subject: Script Writer that uses Scilexer.dll |
It doesn't seem like the first post has been updated. I can't seem to find the script version.
I have not added a version number just yet. I am very close to releasing the source and exchanging the ... |
Topic: Script Writer that uses Scilexer.dll |
maestrith
Replies: 45
Views: 4338
|
Forum: Scripts & Functions Posted: Sun Feb 12, 2012 6:59 pm Subject: Script Writer that uses Scilexer.dll |
[url=http://www.autohotkey.net/~maestrith/sw.exe]Latest
Latest:
-Updated so that the main GUI should be formatted properly without having to resize it.
-Misc bug fixes. |
Topic: Script Writer that uses Scilexer.dll |
maestrith
Replies: 45
Views: 4338
|
Forum: Scripts & Functions Posted: Mon Feb 06, 2012 9:15 pm Subject: Script Writer that uses Scilexer.dll |
Wow, impressive!
I like the intelligent brace matching feature, but with my coding style it is not always the most efficient way. Is there a way to have it put the closing brace immediately after t ... |
Topic: Script Writer that uses Scilexer.dll |
maestrith
Replies: 45
Views: 4338
|
Forum: Scripts & Functions Posted: Mon Feb 06, 2012 8:07 pm Subject: Script Writer that uses Scilexer.dll |
Finally got this working.
Function(variables){
{ <-----Placing a brace here
msgbox do something here
if (something){
msgbox something else
}
... |
Topic: Script Writer that uses Scilexer.dll |
maestrith
Replies: 45
Views: 4338
|
Forum: Scripts & Functions Posted: Mon Feb 06, 2012 11:22 am Subject: Script Writer that uses Scilexer.dll |
The hard thing here would probably be nested classes - you might want to try a TreeView control for that - as well as extended classes:
class x extends y
{
;class stuff here...
}
... |
Topic: Ini parser. |
maestrith
Replies: 4
Views: 229
|
Forum: Scripts & Functions Posted: Thu Feb 02, 2012 12:17 pm Subject: Ini parser. |
You might want to append as unicode
fileappend,%total%,%inifile%,UTF-16
But I like it, thanks http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/1.gif
Thanks for the tip I have never really ta ... |
Topic: Ini parser. |
maestrith
Replies: 4
Views: 229
|
Forum: Scripts & Functions Posted: Thu Feb 02, 2012 1:10 am Subject: Ini parser. |
| I wrote this because I was not happy with the performance of IniRead and IniWrite. It is a small set of functions that will quickly call, set, and save values to an ini. I hope someone finds this us ... |
Topic: Script Writer that uses Scilexer.dll |
maestrith
Replies: 45
Views: 4338
|
Forum: Scripts & Functions Posted: Wed Feb 01, 2012 3:02 pm Subject: Script Writer that uses Scilexer.dll |
Like this, for example:
class CLASSNAME
{
METHOD(PARAMETERS)
{
BODY
}
}
Class syntax was added to AHK_L in the 1.1.x.x series.
Oh....that ... |
Topic: Script Writer that uses Scilexer.dll |
maestrith
Replies: 45
Views: 4338
|
Forum: Scripts & Functions Posted: Tue Jan 31, 2012 6:09 pm Subject: Script Writer that uses Scilexer.dll |
Feature suggestion: show classes and class methods in code explorer.
Looking good .
Thanks Uberi Update:
Classes and class methods? I am not exactly sure what those are...sorry. If you ... |
Topic: Script Writer that uses Scilexer.dll |
maestrith
Replies: 45
Views: 4338
|
Forum: Scripts & Functions Posted: Tue Jan 31, 2012 8:56 am Subject: Script Writer that uses Scilexer.dll |
Beta version of the new code is available. Not a whole lot is working but you will be able to see the direction it is going in.
New feature:
-Code Explorer: Shows you all of your functions, Block ... |
Topic: Basic GUI creator. |
maestrith
Replies: 176
Views: 11991
|
Forum: Scripts & Functions Posted: Sun Jan 29, 2012 6:14 am Subject: Basic GUI creator. |
| I really like it, this could be a great alternative to Smartgui. I would add a few things, though, like a menu bar so that you don't have to right-click all the time and also a double-click function t ... |
Topic: Script Writer that uses Scilexer.dll |
maestrith
Replies: 45
Views: 4338
|
Forum: Scripts & Functions Posted: Sun Jan 29, 2012 6:11 am Subject: Script Writer that uses Scilexer.dll |
| I know it has been a while since my last update, but between working on my GUI Creator and updating this program I have been going crazy. Anyway, there is a new version of the SciLexer.dll posted at ... |
Topic: Script Writer that uses Scilexer.dll |
maestrith
Replies: 45
Views: 4338
|
Forum: Scripts & Functions Posted: Sat Jan 21, 2012 3:11 am Subject: Script Writer that uses Scilexer.dll |
0.200.110
-Fixed an issue with the individual font styles not coming up. |
Topic: Script Writer that uses Scilexer.dll |
maestrith
Replies: 45
Views: 4338
|
Forum: Scripts & Functions Posted: Tue Jan 10, 2012 4:03 am Subject: Script Writer that uses Scilexer.dll |
0.200.106
Fixed:Error with saving position for Version Information.
0.200.105
-Version Information is now re-sizable and remembers its last position.
-Fixed: Version Information will only add a ve ... |
Topic: Basic GUI creator. |
maestrith
Replies: 176
Views: 11991
|
Forum: Scripts & Functions Posted: Mon Jan 09, 2012 11:08 pm Subject: Basic GUI creator. |
Looking very good.
I have not read thru all 12 pages for this thread, so I don't know if this has been discussed.
I noticed if I right click and choose File, then Display Program. I am able to e ... |
| |