Franz, As Jody mentioned the regular expression engine can be reluctant. That's why I gave you a very simple regex, if it doesn't work... you could try to...
12882
Ian Rastall
the_rastallian
Dec 1, 2004 11:50 am
Hi, just coming back after being away from the group for awhile. I used to lurk on here. I'm wondering if it's possible to add clips to the right-click menu,...
12883
Dave
david_99_au
Dec 1, 2004 12:36 pm
Hi the clip below I use to change a hole section to upper case ,it has trouble detecting the end of the topic and then jumps to the next one or two. I think...
12884
bizshop1
Dec 1, 2004 1:57 pm
If you just want to change the case on the whole topic, what I would do is ^!Select All and then your ^!MENU Modify/Text Case/Upper Case ... trouble ... and...
12885
Dave
david_99_au
Dec 1, 2004 3:10 pm
Hi E:\SYD BARRETT.jpg If You Place The Above In A Text Document And Use The View Clip It Opens The Image. H="view" ^!c:\IrfanView\i_view32.exe ^& SELECTING THE...
12886
Don - htmlfixit.com
dpasseng
Dec 1, 2004 4:59 pm
... I am not sure I fully understand, but I suspect the problem is your directory structure. The first presumably includes the directory, while the latter...
12887
franz_sternbald
Dec 1, 2004 5:23 pm
Hi, Thanks for the solutions you presented here... @Josh Actually, there are two different ways to do this job: 1. To extract the words you want to get, or 2....
12888
Hugo Paulissen
hugo_paulissen
Dec 1, 2004 7:42 pm
franz, Are you using Pro or Light? That makes quite a difference in speed. What about this approach? You can easily see for yourself if this is of any help. 1....
12889
Jody
notetabber
Dec 1, 2004 8:09 pm
Hi Franz, ... I know you. :) Hugo has it under control for you. He is more than competent in NoteTab. My guess is that his next step will be to make you a Clip...
12890
abairheart
Dec 1, 2004 8:33 pm
Franz, let me add my two cents worth to the finding of numbers with regexp in NoteTab: I have found, that NoteTab does not recognize escaped characters as well...
12891
abairheart
Dec 1, 2004 8:52 pm
... I shouldn't answer this without Notetab open, but a bit of searching around the options menu will do you good. Click View menu --> Options --> Toolbar will...
12892
Alec Burgess
alecb3ca
Dec 2, 2004 3:57 am
Franz ... a file and stores them in a new file. << Following Hugo's suggestion about changing the sort parameters, I tested this on a 475 KB file. Its not...
12893
Alec Burgess
alecb3ca
Dec 2, 2004 4:08 am
... FWIW, I've found the most unambiguous notation for replace strings in regexp clip lines is: ^!replace "find-string-quoted" >> "replace-string-quoted" R ...
12894
Don - htmlfixit.com
dpasseng
Dec 2, 2004 4:40 am
Interesting way of going at it. Thought you might have a winner ... but I tried it on a 181,000 word file and I got ... out of memory error....
12895
Ian Rastall
the_rastallian
Dec 2, 2004 5:54 am
On Wed, 01 Dec 2004 20:51:59 -0000, "abairheart" ... Hey Abair. Do you know which INI file to look at, and if it's possible to add clips to the toolbar? I...
12896
Alec Burgess
alecb3ca
Dec 2, 2004 6:46 am
Don: > I got ... out of memory error. Checking my file with TextStatistics its: chars=510116 Words= 76771 One time while debugging I got an out-of-memory error...
12897
Dave
david_99_au
Dec 2, 2004 12:50 pm
Hi What is the best way to detect end of text in a topic ,any ideas , end of text in a topic does not seem to be reliable.??? THANKYOU DAVE...
12898
hsavage
hrs62930
Dec 2, 2004 7:42 pm
... Franz, I don't know if you've decided on anything yet but, here are 2 clips, very similar, one uses appending words to a variable, the other uses ...
12899
franz_sternbald
Dec 2, 2004 11:48 pm
Hi all, Thanks again for all your help! I tested all your proposals. My conclusion is: I'm on the wrong track when trying to extract the capitalized words from...
12900
Larry Hamilton
lm_hamilton
Dec 3, 2004 4:20 am
Dave, An otl file is a regular text file that has = V4 Outline MultiLine NoSorting TabWidth=30 as the first line of the file. If you add this to a text file,...
12901
franz_sternbald
Dec 3, 2004 3:40 pm
Hi all, @ Josh ... I have to confirm that bug. NoteTab is doing exactly what you wrote. @Abair ... Maybe. In a clip, however, I don't see any difference...
12902
abairheart
Dec 3, 2004 10:38 pm
... Hi Franz, I just happend across this thread. If I have understood your needs correctly, why not just reduce the list to a single column of words , and sort...
12903
abairheart
Dec 3, 2004 10:47 pm
... in regexp ... Hehehe, so which is i, to find the string-quoted at the start of a line? ^!Find ^"string-quoted" ^!Find "^string-quoted" ? Varies depeding on...
12904
Don - htmlfixit.com
dpasseng
Dec 4, 2004 2:38 am
... Bingo Abair, with one exception that pertains to German, but not to English! It works and doesn't use regex. I tried it on the 500 lines sent by Franz...
12905
Jody
notetabber
Dec 4, 2004 2:54 am
Hi Abair & Alec, ... Could one of you kindly tell me what in the world you are talking about starting right after the for what it's worth? You have me ...
12906
Don - htmlfixit.com
dpasseng
Dec 4, 2004 4:31 am
Even better, saves the German Characters ; by don at htmlfixit.com ; runs a text file and makes ; a list of all words that start ; with a capital letter ^!Menu...
12907
Alan C.
acummingsus
Dec 4, 2004 4:45 am
On Fri, 03 Dec 2004 22:47:20 -0000, abairheart wrote: [ . . ] ... Supposed to be (I think) all inside the quotes with nothing to the left of the left hand...
12908
Don - htmlfixit.com
dpasseng
Dec 4, 2004 4:56 am
; by don at htmlfixit.com ; any-non lowercase non-alphabetic ; character tests positive as Uppercase ^!SetArray ...
12909
Hugo Paulissen
hugo_paulissen
Dec 4, 2004 12:03 pm
... words , ... to ... We're going around in circles... Isn't this what I proposed a few messages earlier? ... is...
12910
Hugo Paulissen
hugo_paulissen
Dec 4, 2004 12:22 pm
Don, You wrote the kind of clip I had in mind and for which I didn't have the time. It was clear that NoteTab's regex was in the way... ;-). If I had the need...