| Author |
Message |
Topic: Text Case Utility |
EdScriptNewbie
Replies: 15
Views: 597
|
Forum: Ask for Help Posted: Wed Nov 30, 2011 8:52 pm Subject: Text Case Utility |
| if anyone reading this is interested in a list of exceptions to title case, here's mine, formatted to fit this script. It's by no means comprehensive, and I have not tested it very much, so ymmv. Wiki ... |
Topic: Text Case Utility |
EdScriptNewbie
Replies: 15
Views: 597
|
Forum: Ask for Help Posted: Tue Nov 29, 2011 11:31 pm Subject: Text Case Utility |
| Ah, that makes perfect sense. THANKS for all your help. |
Topic: Text Case Utility |
EdScriptNewbie
Replies: 15
Views: 597
|
Forum: Ask for Help Posted: Tue Nov 29, 2011 9:00 pm Subject: still having trouble |
| Thanks Gogo. I love the idea of picking up items such as USA, but it doesn't seem to work for that. I copied it exactly, including your data, into a separate script by itself. If I select I listen in ... |
Topic: Text Case Utility |
EdScriptNewbie
Replies: 15
Views: 597
|
Forum: Ask for Help Posted: Mon Nov 28, 2011 11:54 pm Subject: Text Case Utility |
| Thanks, I like that and will use it for other things, but I still want to know how to make this work. |
Topic: Text Case Utility |
EdScriptNewbie
Replies: 15
Views: 597
|
Forum: Ask for Help Posted: Mon Nov 28, 2011 11:43 pm Subject: Title Case w/o cap'ing conjunctions prepositions & artic |
| I want to select text and convert it to title case, then lowercase the obvious words. My strategy is to take a list of Title-cased words -- each with a leading and trailing space, and replace them wit ... |
Topic: Text Case Utility |
EdScriptNewbie
Replies: 15
Views: 597
|
Forum: Ask for Help Posted: Thu Oct 13, 2011 7:00 pm Subject: How do I get title case but NOT CAP and or but by for etc. |
I want to use a Title Case Script and then search the result for any
words on this list:
UppersList := " A "," After "," And "," And, "," But " ... |
Topic: SciTE4AutoHotkey help w/Search->Find->Reg Ex & Tra |
EdScriptNewbie
Replies: 0
Views: 76
|
Forum: Ask for Help Posted: Tue Oct 11, 2011 6:55 pm Subject: SciTE4AutoHotkey help w/Search->Find->Reg Ex & Tra |
Search->Find-> options
I've been unable to make either the RegEx option or the Transform option work.
1) Please give me an example of what I should paste directly into the field to use a Regu ... |
Topic: Fingerprint Reader software for laptop |
EdScriptNewbie
Replies: 1
Views: 1319
|
Forum: General Chat Posted: Wed Sep 28, 2011 7:03 pm Subject: possible answer to your old question |
| I just discovered Fingerfox, which works with my DigitalPersona device, for which the software drivers never seems to get updated. It might combine with AHk to be of help to you, depending on what yo ... |
Topic: Can a function grab the calling line's line number? |
EdScriptNewbie
Replies: 12
Views: 319
|
Forum: Ask for Help Posted: Mon Sep 19, 2011 5:16 am Subject: <sound of penny dropping> |
Ah, "ByRef Param3" means that SomeVariable got to keep its new
value, 4. I took out ByRef and got 8. yeah! Thanks for sticking with me;
my "frustrated<--/>fascinated" met ... |
Topic: Can a function grab the calling line's line number? |
EdScriptNewbie
Replies: 12
Views: 319
|
Forum: Ask for Help Posted: Sun Sep 18, 2011 4:21 am Subject: THANKS!!! |
Thank you both very much. I've learned a lot from my first couple of read-through's, and will get more I'm sure.
Lexikos, I saw the link to crystal clear, so I picked up a lot from context. I can' ... |
Topic: Can a function grab the calling line's line number? |
EdScriptNewbie
Replies: 12
Views: 319
|
Forum: Ask for Help Posted: Sun Sep 18, 2011 12:15 am Subject: That answers my 2nd question, thanks |
Ah, define it as Global, gotcha! Thanks!
I now have re-read docs on functions and variables and things are becoming a bit more clear. I also read around the forum: it sounds as if <gasp> glo ... |
Topic: Can a function grab the calling line's line number? |
EdScriptNewbie
Replies: 12
Views: 319
|
Forum: Ask for Help Posted: Sat Sep 17, 2011 6:48 pm Subject: thanks... & a couple follow-on questions |
Thanks. Based on what Odlanir wrote, (for which thanks again) I came up with the following to record variable states in a debug file.
#t::
Testvariable := "wtf"
DebugWith ... |
Topic: Can a function grab the calling line's line number? |
EdScriptNewbie
Replies: 12
Views: 319
|
Forum: Ask for Help Posted: Sat Sep 17, 2011 9:17 am Subject: Can a function grab the calling line's line number? |
| thanks. i think I understand it. 2 AM here in San Francisco so I'll try it again in teh morning. Thanks again. |
Topic: Need help with a function (& with the concept of functio |
EdScriptNewbie
Replies: 2
Views: 96
|
Forum: Ask for Help Posted: Sat Sep 17, 2011 8:58 am Subject: Need help with a function (& with the concept of functio |
| ah, so simple. Thanks! |
Topic: Can a function grab the calling line's line number? |
EdScriptNewbie
Replies: 12
Views: 319
|
Forum: Ask for Help Posted: Sat Sep 17, 2011 8:53 am Subject: Can a function grab the calling line's line number? |
| Is there a way for a function to put into a variable the line number of the line that called the function? Thanks! |
| |