With the command ^!InsertText ^$StrSplit("^$GetSelection$";70;FALSE)$ I had expected every line to end with a space before the return. Isn't that what the...
18140
rainmark
layman_nine
Aug 1, 2008 12:13 pm
Ok, here is my revised clip, as per your instructions. ;Center the Title text. ... ^!Find "(\<table id\="msgUN".*?\<tbody)" R0 ^!IfError END ^!Jump SELECT_END ...
18141
Don - HtmlFixIt.com
dpasseng
Aug 1, 2008 12:41 pm
... S: Silent search. NoteTab will not display any message box....
18142
Don - HtmlFixIt.com
dpasseng
Aug 1, 2008 12:49 pm
... This simply means IF there is a space at the end of the line (or spaces) should they be trimmed or not. It does not insert a space for you. Assuming I...
18143
John Shotsky
shotsky1
Aug 1, 2008 1:19 pm
It can also be done throughout a document with a Replace command, such as: ^!Replace "(.+)92;s?\R" >> "$1^%SPACE%^%NL%" ARSTW This will replace any existing...
18144
Don - HtmlFixIt.com
dpasseng
Aug 1, 2008 1:31 pm
... Wow, much as I don't understand it, I love regex! What power! Okay so .+ means one or more of any character(s) except a new line. That is matched and put...
18145
Axel Berger
absalom_nemini
Aug 1, 2008 1:32 pm
... Well, that space is already there. My selection contains a line of several hundred bytes length. What StrSplit does is go to 70 and then go backward to the...
18146
Don - HtmlFixIt.com
dpasseng
Aug 1, 2008 2:05 pm
Okay, I tested this now on some text. If I use FALSE at the end, all lines are hard wrapped/split at 70 or less and there is a trailing space on the line ......
18147
John Shotsky
shotsky1
Aug 1, 2008 2:11 pm
Don, You have correctly interpreted the regex. I thought the lines were already split, and the goal was just to add the space at the end. At this point, it...
18148
Sheri
silvermoonwo...
Aug 1, 2008 2:25 pm
... I'm not sure StrSplit is doing. I have View Nonprinting characters enabled. If I have a document with: abc followed by 70 spaces followed by abc followed...
18149
Axel Berger
absalom_nemini
Aug 1, 2008 2:38 pm
... That's what I expected to happen. Doesn't do so here. As it works for you, the mistake must be somewhere one my side. Danke Axel...
18150
Don - HtmlFixIt.com
dpasseng
Aug 1, 2008 2:52 pm
... I am apparently in 5.5. I have 5.7, but need to get it to start when I click on notetab. Perhaps the version number does have something to do with it. I...
18151
rainmark
layman_nine
Aug 1, 2008 9:03 pm
This is probably a dumb question and I think Jody explained it a long time ago but I forgot because I rarely use this one. In Help it says: ^!Delay nnn Adds a...
18152
loro
yastupidhoo
Aug 1, 2008 10:11 pm
... Yes, it does. Jody explained to me a long time ago that the leading zero isn't needed. I interpreted 'nnn' the same way as I think you do, that all three...
18153
rainmark
layman_nine
Aug 2, 2008 12:09 am
Well, I noticed this line of code in the SampleCode Clipbook in NotePro 4.95, ;give it enough time to load (4/10th of a second) ^!Delay 4 and it's kind of...
18154
Don - HtmlFixIt.com
dpasseng
Aug 3, 2008 11:42 am
I just skip help unless I'm in a real pinch, that way I don't get confused ;-)...
18155
chsulka
Aug 3, 2008 6:18 pm
Thunderbird Import-Export Tools saves email messages in the form: [ DATE-SUBJECT ] (inclusion of date in file name is a user option). I would like instead to...
18156
rainmark
layman_nine
Aug 4, 2008 11:54 am
Yeah, I hear that. The Help file is one of the few 'complaints39; I have about NoteTab. It was obviously written by somebody who already knows exactly how...
18157
John Shotsky
shotsky1
Aug 4, 2008 12:17 pm
One of the best sets of examples of clip programming can be had by downloading the clip libraries and dissecting them. That is how I taught myself. ...
18158
Axel Berger
absalom_nemini
Aug 5, 2008 5:01 pm
... Not quite. I have found my mistake here. I have got into the habit of writing a capital "FALSE" which usually works, but not in ^$StrSplit. This function...
18159
Dan Gagne
dans_mill
Aug 5, 2008 6:14 pm
I would like to perform a backward ^!Find using a regular expression, but the search engine ignores the backward flag when the regular expression flag is...
18160
Sheri
silvermoonwo...
Aug 5, 2008 6:30 pm
... Regex searching is strictly forward. The B and T options are not applicable to regex. You can manipulate the cursor position with clip commands before...
18161
ebbtidalflats
Aug 5, 2008 7:38 pm
Hi Sheri, Eric, While I'm no expert in regular expressions, I do manage to use them successfully (partly with Sheri's help) for some time. It had never...
18162
ebbtidalflats
Aug 5, 2008 7:44 pm
I agree with the examples part, BUT... Haven't you experienced the warm and fuzzy feeling you get, when you try to get help with "Open File" and you get...
18163
Sheri
silvermoonwo...
Aug 6, 2008 3:51 am
... Also not applicable to C option. While the option help should be improved, I did find in Main Help this concerning the direction of searching and regular...
18164
John Shotsky
shotsky1
Aug 6, 2008 4:10 am
Dan, If you have an example of text that you'd be searching, and the look behind item you'd be searching for, there are possibly ways to do what you want...
18165
ebbtidalflats
Aug 6, 2008 1:59 pm
... Thanks for looking that up. I'm sure you would agree, that a person confused about RegExp in general is highly unlikely to find that particular help,...
18166
rainmark
layman_nine
Aug 6, 2008 7:23 pm
Ahhh, well yes. But comparing Eric Fookes to Bill Gates is like comparing Albert Einstein to a gorilla. Not a fair comparison at all. At least when it comes to...
18167
Mike Breiding
mikebreiding
Aug 6, 2008 9:20 pm
Greetings, Does anyone have a way to add multiple clips to the AutoCorrect library without manually adding each one individually? For instance, all fifty of...
18168
John Shotsky
shotsky1
Aug 6, 2008 10:16 pm
I sometimes have to do something like this. I simply make a single clip that is named (in your case) Expand State Abbreviations. In that clip, I set up the...