| Author |
Message |
Topic: RegEx works simple case, but not real life |
TestPilot
Replies: 4
Views: 88
|
Forum: Ask for Help Posted: Tue Oct 13, 2009 2:52 pm Subject: RegEx works simple case, but not real life |
| Thanks n-l-i-d, HotKeyIt and flak! It worked somehow |
Topic: Would this be possible? (lock/unlock computer) |
TestPilot
Replies: 8
Views: 384
|
Forum: Ask for Help Posted: Tue Oct 13, 2009 2:27 pm Subject: Would this be possible? (lock/unlock computer) |
| Buy Vista and apply Parental Control feature, simple, reliable, and admin(you) could log in anytime while kids only be able to use it in time frames YOU set. Sure, you would also need to add BIOS pass ... |
Topic: Would this be possible? (lock/unlock computer) |
TestPilot
Replies: 8
Views: 384
|
Forum: Ask for Help Posted: Tue Oct 13, 2009 1:28 pm Subject: Would this be possible? (lock/unlock computer) |
| Buy Vista and apply Parental Control feature, simple, reliable, and admin(you) could log in anytime while kids only be able to use it in time frames YOU set. Sure, you would also need to add BIOS pass ... |
Topic: RegEx works simple case, but not real life |
TestPilot
Replies: 4
Views: 88
|
Forum: Ask for Help Posted: Tue Oct 13, 2009 12:37 pm Subject: RegEx works simple case, but not real life |
I need to match anything that starts with " \[\[\Datei:.*.*?]]
It works on
useful info[[Datei:string to match]]useful info
but not on
useful in ... |
Topic: Eliminating two exactly same lines |
TestPilot
Replies: 2
Views: 334
|
Forum: Ask for Help Posted: Wed Apr 16, 2008 10:03 am Subject: Eliminating two exactly same lines |
| Wow. Thank you. It do work perfectly. |
Topic: Eliminating two exactly same lines |
TestPilot
Replies: 2
Views: 334
|
Forum: Ask for Help Posted: Wed Apr 16, 2008 8:32 am Subject: Eliminating two exactly same lines |
| I want my script to catch and delete lines/paragraphs that identical and follow each other. PHEVs are similar to current hybrid electric vehicles but have larger batteries that can be charged from t ... |
Topic: TypoHunter |
TestPilot
Replies: 9
Views: 1585
|
Forum: Scripts & Functions Posted: Tue Mar 25, 2008 7:33 pm Subject: Re: CAPSLOCK |
I am an Aeronautical Engineer and this script looks like it would be very handy for reducing typos on our engineering drawings.
The problem is, all text on our drawings is required to be uppercase. ... |
Topic: TypoHunter |
TestPilot
Replies: 9
Views: 1585
|
Forum: Scripts & Functions Posted: Tue Mar 25, 2008 3:24 am Subject: TypoHunter |
New version. Changes described in first post.
Can someone look - I copy pasted "Win+H" part from AutoReplace. It works fine by itself but typos it adding are not working for some reason. ... |
Topic: TypoHunter |
TestPilot
Replies: 9
Views: 1585
|
Forum: Scripts & Functions Posted: Sun Mar 16, 2008 10:54 pm Subject: TypoHunter |
Nevermind as I type this I see it autocorrecting words.. it just isn't smart enough at this time to catch alot of errors..
Yeah, it not meant to replace spellchecker. It is correcting several thous ... |
Topic: AutoReplace |
TestPilot
Replies: 38
Views: 13484
|
Forum: Scripts & Functions Posted: Sun Mar 16, 2008 3:58 am Subject: AutoReplace |
| Regex based typo fixing script - I started new topic about it: http://www.autohotkey.com/forum/viewtopic.php?t=29733 |
Topic: TypoHunter |
TestPilot
Replies: 9
Views: 1585
|
Forum: Scripts & Functions Posted: Sun Mar 16, 2008 3:23 am Subject: TypoHunter |
Regular expressions based on the fly typo fixer.
You can get script here:
http://www.autohotkey.net/~TePe/TypoHunter.ahk
It is not trying to fix all typos, only most popular one. It is not m ... |
Topic: Mapping mouse button |
TestPilot
Replies: 2
Views: 678
|
Forum: Ask for Help Posted: Sun Mar 16, 2008 12:45 am Subject: Mapping mouse button |
Yeah - that works awesome!
Thank you! |
Topic: Mapping mouse button |
TestPilot
Replies: 2
Views: 678
|
Forum: Ask for Help Posted: Sat Mar 15, 2008 6:50 pm Subject: Mapping mouse button |
$LButton::
send, {LButton}
Myfunction()
return
That works ok but when I press left mouse button and hold it, it don't let me to select text... Could it be som ... |
Topic: AutoReplace |
TestPilot
Replies: 38
Views: 13484
|
Forum: Scripts & Functions Posted: Thu Mar 13, 2008 1:16 am Subject: AutoReplace |
Ok I made it
2200 typofixing regular expressions included
It is not perfect, so I need someone to betatest and possibly optimize it. Preferably someone with AutoCorrect experience. |
Topic: strings compare (solved!) |
TestPilot
Replies: 8
Views: 451
|
Forum: Ask for Help Posted: Thu Mar 13, 2008 12:45 am Subject: strings compare (solved!) |
| Thank you - somehow If str1 = %str2% works case sensitive way. |
| |