This it the big one for many of us. Thanks Eric! Notetab has again returned to the status of old where bug fixes are fast, and regular. I really appreciate...
16711
account
backup2abet
Jul 7, 2007 2:24 pm
Friends, The 5.30 appears very good. But I have a question: In a network of 3 computers, how to use the SAME library. Let's say that i have my clips in...
16712
Jeff Scism
scismgenie
Jul 7, 2007 2:31 pm
The clipbooks (*.clb) are in NoteTab's base directory, in the "libraries" sub-directory. (*Mine is in NoteTab Standard, in Program Files on my C drive)...
16713
Axel Berger
absalom_nemini
Jul 7, 2007 2:36 pm
... There are two ways: In my case it is two machines and whenever I begin, and unless I forget when I finish, I first use Totalcommander to synchronize the...
16714
kenfhill84083
Jul 7, 2007 3:12 pm
Sorry if this is not supposed to be in this group. Does anyone know of another group to post to? The only ClipWriter group I can find seems to be for...
16715
Dave
david_99_au
Jul 7, 2007 3:29 pm
Hi is there a contact on the actual clipwriter page try that ? THANKYOU DAVE M ... From: "kenfhill84083" <kenfhill84083@...> To:...
16716
Sheri
silvermoonwo...
Jul 7, 2007 4:02 pm
Hi, I suggest to try using Clipcode Syntax and Color Highlighting clips instead. I'd be interested to hear if clipwriter is better in some way. ...
16717
backup2abet
Jul 7, 2007 4:23 pm
Dear Axel, Thanks. I tried the second alternative, criated the z:, but I founded a problem: Let's say that I have the Clip xxx in z: I installed the z:\xxx...
16718
Sheri
silvermoonwo...
Jul 7, 2007 4:33 pm
... Hi Alec, Yes, that is an example of an issue I reported, i.e., that NoteTab does not process unset substring correctly. If only one of two alternates can...
16719
kenfhill84083
Jul 7, 2007 4:34 pm
I have a document containing Greek transliterations and corresponding Hebrew transliterations. These are Greek words used to translate Hebrew words in the...
16720
Sheri
silvermoonwo...
Jul 7, 2007 4:50 pm
You will want to use the /USER=<path to dir having a "Libraries" subdir> on you windows shortcut used to start NoteTab on each computer. Refer to Command-line...
16721
Sheri
silvermoonwo...
Jul 7, 2007 5:06 pm
... Try this in a clip: ^!Replace "^(\d+)\r92;n(\w+)" >> "<G$1> $2\r\n$2" RAWS ^!Replace "^(?!92;<)(.+?)(\d+)" >> "$1\<H$2>" RAWS Regards, Sheri...
16722
kenfhill84083
Jul 7, 2007 5:18 pm
Thanks. That boggles my mind (such as it is). Do you know of a "RegEx For Dummies" tutorial? ken...
16723
backup2abet
Jul 7, 2007 5:25 pm
Sheri, you are great! Thanks. Worked 100%. I tested the new SetDebug gggg.log. Fine. But I suggest to include some variables that we want, example: ^!SetDebnug...
16724
Sheri
silvermoonwo...
Jul 7, 2007 5:39 pm
... Its a complex subject for beginners. Don't give up, trial and error help alot even for advanced users. I found this 16 mb download helpful as a tutorial of...
16725
Axel Berger
absalom_nemini
Jul 7, 2007 5:43 pm
... Yes, that was what I had hoped to achieve. Unfortunately I just jotted it down without actually trying it out. As far as I can see NoteTab does not use the...
16726
Flo
jonas_ramus
Jul 7, 2007 5:50 pm
... Alec, I hope the following clip comes pretty close to your intentions... ^!SetListDelimiter ^P ^!Set %Search%=^?{Enter search string:} ^!Set %Lines_0%=--...
16727
backup2abet
Jul 7, 2007 6:05 pm
Thanks, Axel. Very good. =======================...
16728
kenfhill84083
Jul 7, 2007 9:28 pm
... This looks like it will be very helpful. Thanks. I also came across http://www.codeproject.com/dotnet/RegexTutorial.asp which is a RegEx tutorial in .NET....
16729
kenfhill84083
Jul 7, 2007 11:51 pm
... NoteTab 5.3 ... In addition to the analyser it also has a code snippet libray of common expressions and a "builder" which interactively lets you build ...
16730
Sheri
silvermoonwo...
Jul 8, 2007 2:01 am
... (http://www.codeproject.com/dotnet/RegexTutorial/ExpressoSetup2C_1.zip) ... Hi Ken, Somehow when I went to that page I ended up at ...
16731
kenfhill84083
Jul 8, 2007 2:55 am
... I just watched a MS webcast and they were using a steroid version of Expresso. The one I downloaded was at ...
16732
kenfhill84083
Jul 8, 2007 3:01 am
... Another free RegEx program I found is described at http://www.radsoftware.com.au/regexdesigner/ and can be downloaded at ...
16733
Lee Underwood
ereedj2001
Jul 8, 2007 3:03 am
You might try this site: http://www.regular-expressions.info/ Lee...
16734
Dave
david_99_au
Jul 8, 2007 5:57 am
Hi what is the best way of getting round this ,the getdos does not cope with the name below when used with the partial clip ,do I need to set a new font if so...
16735
account
backup2abet
Jul 8, 2007 12:40 pm
Hi friends, I installed the 5.30. and runned two scripts, of 200 and 300 lines. And they don't worked, but are ok with 4.95. I don't find any reason for that....
16736
Sheri
silvermoonwo...
Jul 8, 2007 12:42 pm
... with ... new font ... Hi Dave, ^$GetDosOutput is in ascii. You need to convert the output to ansi, e.g., with ^$StrAsciiToAnsi$. Regards, Sheri...
16737
Dave
david_99_au
Jul 8, 2007 12:56 pm
Hi new it was something simple thanks THANKYOU DAVE M ... From: "Sheri" <silvermoonwoman@...> To: <ntb-clips@yahoogroups.com> Sent: Sunday, July 08,...
16738
Sheri
silvermoonwo...
Jul 8, 2007 1:17 pm
... You haven't given us much to comment on. NoteTab was rewritten since 4.95. In particular the old regex expressions do not work in version 5+. In 5.3 the...
16739
JMV
jmarcv666
Jul 8, 2007 1:45 pm
Off the top of my head, I would say that since the REGEX is a LOT different that the reason you can't find might be in that documentation? Hi friends, I...