| Author |
Message |
Topic: [Lib] Edit v0.2 (Preview) - Update/Control any Edit control |
jballi
Replies: 4
Views: 463
|
Forum: Scripts & Functions Posted: Sat Mar 06, 2010 2:03 am Subject: [Lib] Edit v0.2 (Preview) - Update/Control any Edit control |
v0.2 (Preview)
Minor updates. See the bottom of the first post for a list of changes. |
Topic: [Lib] Edit v0.2 (Preview) - Update/Control any Edit control |
jballi
Replies: 4
Views: 463
|
Forum: Scripts & Functions Posted: Sun Feb 28, 2010 10:31 am Subject: [Lib] Edit v0.2 (Preview) - Update/Control any Edit control |
You could
Sound cool. I'll check it out. Thanks.  |
Topic: [Lib] Edit v0.2 (Preview) - Update/Control any Edit control |
jballi
Replies: 4
Views: 463
|
Forum: Scripts & Functions Posted: Sat Feb 27, 2010 3:54 am Subject: [Lib] Edit v0.2 (Preview) - Update/Control any Edit control |
Introduction
Although not as robust as the Edit control is lightweight and surprisingly powerful control for managing text. Inspired by the Edit mini-library created by Lexikos and the HiEditor libr ... |
Topic: Natural Docs Custom Installer 1.1 |
jballi
Replies: 21
Views: 4312
|
Forum: Scripts & Functions Posted: Fri Feb 26, 2010 11:50 pm Subject: Natural Docs Custom Installer 1.1 |
Just discovered this the other day and started to play with it. Works great but I'll have to change my documentation style a little bit to get it to work the best. Thanks for sharing.  |
Topic: GUI button |
jballi
Replies: 4
Views: 102
|
Forum: Ask for Help Posted: Tue Feb 16, 2010 7:43 am Subject: GUI button |
| Not quite. Your code is actually creating two windows. GUI 1 (the default) and GUI 9. Either add 9: to all of the GUI statements or get rid of of the 9: from the two statements. Something like this ... |
Topic: [module] HiEdit 4.0.0.4-5 |
jballi
Replies: 194
Views: 42729
|
Forum: Scripts & Functions Posted: Sat Feb 13, 2010 10:42 pm Subject: [module] HiEdit 4.0.0.4-5 |
Awesome. I can include this function in future versions if you like.
I tested it and it works fine.
Certainly. If you think it will add value, please add it.
I don't really like RegEx. It's ver ... |
Topic: [module] HiEdit 4.0.0.4-5 |
jballi
Replies: 194
Views: 42729
|
Forum: Scripts & Functions Posted: Fri Feb 12, 2010 3:27 pm Subject: [module] HiEdit 4.0.0.4-5 |
| Here is my first pass at a function to search a HiEdit control using using the AutoHotkey RegExMatch command. It needs the HiEdit library to work. I am not a RegEx expert (not even close) so I'm hop ... |
Topic: QuickAHK v2.0 Beta |
jballi
Replies: 38
Views: 9764
|
Forum: Scripts & Functions Posted: Fri Feb 05, 2010 2:39 am Subject: QuickAHK v2.0 Beta |
Is it possible to add the file menu option to close without leaving the editor
I'm sorry, I don't know what you mean. If you mean to "stop a running script", there is a file menu option ... |
Topic: Spell 1.1 |
jballi
Replies: 12
Views: 2981
|
Forum: Scripts & Functions Posted: Wed Feb 03, 2010 2:02 pm Subject: Spell 1.1 |
majkinetor,
A program that checks your spelling has always been a great value so when this library was released, I (like many) popped my head up and said, "Hey, this is cool!". Unfortuna ... |
Topic: Spell 1.1 |
jballi
Replies: 12
Views: 2981
|
Forum: Scripts & Functions Posted: Tue Feb 02, 2010 4:32 pm Subject: Spell 1.1 |
The link to the Hunspell documentation appears to be bad (404). Here's what is posted on the documentation page for this library:
http://sourceforge.net/docman/display_doc.php?docid=115683&group ... |
Topic: Reverse lines in an `n variable or file |
jballi
Replies: 13
Views: 634
|
Forum: Scripts & Functions Posted: Fri Jan 29, 2010 4:04 am Subject: Reverse lines in an `n variable or file |
Can I get in on this?
Simple attempt #1
var=
(Join`n
this
is
a
test
)
MsgBox % jReverse(var)
Return
jReverse(p_Data)
{
l_AutoTrim:= ... |
Topic: Remove Empty Directories |
jballi
Replies: 33
Views: 4719
|
Forum: Scripts & Functions Posted: Thu Jan 28, 2010 6:01 am Subject: Remove Empty Directories |
| Wow, this is an old post! One of the first things I wrote when joining this forum. Although my first version of the script worked, it wasn't very efficient as you would see if you read through all o ... |
Topic: QuickAHK v2.0 Beta |
jballi
Replies: 38
Views: 9764
|
Forum: Scripts & Functions Posted: Sat Jan 23, 2010 2:11 pm Subject: QuickAHK v2.0 Beta |
Any chance iSense can be added to this ???
http://www.autohotkey.com/forum/topic12985.html
I'm not an iSense user myself so I had to download the script and try it for myself. From what I can tel ... |
Topic: [Tip] Convert UInt to Int (and other conversion tips) |
jballi
Replies: 3
Views: 173
|
Forum: Ask for Help Posted: Fri Jan 22, 2010 4:05 am Subject: [Tip] Convert UInt to Int (and other conversion tips) |
| A couple of things... First of all, this topic is a bit out of my pay scale but I'm posting anyway because the information has helped me. Next, posting tips in this forum is a fool's errand but I gu ... |
Topic: [module] HiEdit 4.0.0.4-5 |
jballi
Replies: 194
Views: 42729
|
Forum: Scripts & Functions Posted: Wed Jan 13, 2010 2:06 pm Subject: [module] HiEdit 4.0.0.4-5 |
| Looks good. Thanks for the update. |
| |