I copied the NoteTab Pro 5.3 directories to a USB flash drive. I want to run NoteTab Pro from that drive, along with my preferences (NotePro.ini) and my...
... You can't (AFAIK) (given if there's also a Notetab on the HD with it's ini in app data) (or if there's a notepro.ini under the app data folder area on this...
P.S. You might also try posting on ntb-clips yahoo group, the clips group due to it has over 1500 members whereas this group has only near 166 members. I've...
... Was that just a guess? Because that generates an error message: The name ... specified in the Target box is not valid. Make sure the path and filename are...
I had originally sent this to Jody Adair, but learned of his recent passing :(( is there a script or a way that notetab can give me a list of every file I have...
... We miss him. ... That can be done easily using clipcode (NoteTab's native script language). Are you familiar with how to implement clips? Join the Clips...
Hi everybody, I am using NTP 4.95. I am sure this has been delt before and I am also sure it is a simple thing. But first I can't remember the solution and...
Hi everyone, At last, the first NoteTab Light 5 pre-release is available! Here's a chance for you to be the amongst the first to test it. You can download the...
Hi everyone, We're pleased to announce the release of NoteTab 5.4, which includes NoteTab Light! You will find the upgrade information through NoteTab's "Check...
Hi everyone, We're pleased to announce the release of NoteTab 5.5, including NoteTab Light. You will find the upgrade information through NoteTab's "Check for ...
Hi, PCRE lists it has a "dotall" mode that allows for the . character to also match any sort of line feed / CRs also. Is there a way to turn on this option in...
... Me too. For example, in Perl, to enable matching across multiple lines, an option is used/added at the end of the regex (whether it be a match or a...
... Perl supports internal and external options. PCRE also supports internal and external options, but leaves the interface up to the calling program. PHP,...
... [ very accustomed to options at end of regex ] ... Oh, so Perl can do it either way, either 1. (internal) by including (?s) at the start of the pattern or...
I've got a problem where I need to have a number come immediately after a back reference in the replacement section. So the replacement is something like this:...
... Hi again, Yes, it would be $1\0$8 a backslashed digit in the replacement string is a digit, while $10 would be expected to be a backreference. If there is...
... I'm still entrenched in Windows myself, but definitely not attracted to Vista, so you never know. PCRE comes from a Linux environment btw. Also, its my...
... I'm a subscriber at next http://www.theperlreview.com/ At there, can see in Perl 5.9.5 (devel, not stable) has named captures, coming in Perl 5.10 Does...
... lol! NoteTab has had named captures since NoteTab version 5.0. PCRE has had them since PCRE version 6.7 (current version is 7.4) At first the PCRE...
Thanks again! I guess I should have kept reading after, "replacement processing is not part of PCRE" statement that got me thinking the rest of the help file...
Maybe I'm going crazy... Is there some sort of persistence to the setting of these modes? Specifically with using the std search/replace box. I'm occasionaly...
... Does it matter whether or not the word wrap is turned or switched off when using a regex in the search dialog (obviously on the current document(s) ). -- ...
... Hi Alan, I don't think word wrap mode has any effect on search results via the dialogs or clip commands (regex or not regex). However, it does matter for...