I just hit an anomaly with NTB printing. It seems that any word that begins before the right margin of a page and extends beyond it is not printed. The entire...
22760
John Shotsky
shotsky1
Aug 5, 2012 11:05 am
According to the PCRE help, there is a compile switch that forces only CR and LF to be recognized in the \R sequence. There is a command to override that...
22761
Greg Chapman
gregchapmanuk
Aug 5, 2012 5:44 pm
Hi Alev, ... I haven't installed NoteTab 7 yet so haven't checked on all the changes, but from what I read elsewhere they are missing for the 7.0 release. This...
22762
alev.yadigar
Aug 6, 2012 6:42 am
Thank you for that Greg. I appreciate very much if you could please show me how to customise the library to bring back the feature I heavily use almost every...
22763
Don
dpasseng
Aug 6, 2012 11:20 am
Just copy the prior library, rename it and install it in v7 ... it's that simple for you I think....
22764
Eric Fookes
eric_fookes
Aug 6, 2012 1:50 pm
Hi Art and John, NoteTab uses the PCRE_BSR_ANYCRLF compile switch, which is why the form feed character is not included in the \R match. -- Regards, Eric...
22765
Sheri
silvermoonwo...
Aug 6, 2012 2:57 pm
You could use (*BSR_UNICODE) at the start of your pattern to invoke the alternative setting. Can be slightly problematic since \85 is an ellipsis in Windows...
22766
Sheri
silvermoonwo...
Aug 6, 2012 3:03 pm
Sorry, meant \x85, not \85. Sent from my Nook Color device...
22767
Eric Fookes
eric_fookes
Aug 6, 2012 3:20 pm
Hi Daniel, The upcoming NoteTab 7.01 will use scientific notation for very large numbers. However, as Don explained, integers cannot exceed this range: ...
22768
Eric Fookes
eric_fookes
Aug 6, 2012 3:24 pm
Hi Art, NoteTab uses a third-party printing engine since version 5. I guess what you are seeing is the way it was designed to behave. I had never noticed this...
22770
flo.gehrke
Aug 6, 2012 4:38 pm
... Here is a small test: ^!InsertText Peter^PPaul^PMary^%PAGE% ^!Jump -3 ^!Find "(*BSR_UNICODE)Mary92;R" RS You will see NT matching 'Mary' plus FF now. If...
22773
alev.yadigar
Aug 7, 2012 7:56 am
It is not so simple for me if we are talking about the same point: I can only use Bootstrap Clipbar In V.7 I want to use HTML-1 Clipbar of V.6.2 in V.7 ...
22774
Eric Fookes
eric_fookes
Aug 7, 2012 8:31 am
Hi Alev, ... This option will be re-instated in the upcoming NoteTab 7.01 maintenance release. -- Regards, Eric Fookes http://www.fookes.com/...
22775
opticsmith
Aug 7, 2012 3:17 pm
Is there a clipbook or function in NTL to convert, e.g., %2f into slash, etc.? Sometimes I have to grab a URL which is formatted that way and I'd like to...
22776
Eric Fookes
eric_fookes
Aug 7, 2012 3:39 pm
Hi, Try the "Convert "Mailto" form" Clip in the Utilities library. -- Regards, Eric Fookes http://www.fookes.com/...
22777
opticsmith
Aug 7, 2012 6:04 pm
Perfect! Thanks! Irl...
22778
Eb
ebbtidalflats
Aug 8, 2012 4:33 pm
Just ran across this post. You should be aware, that the NoteTab Calc function has an option to specify the number of decimals, by default 2: ...
22779
Eb
ebbtidalflats
Aug 8, 2012 4:36 pm
NTPro does not have this bug. This makes me wonder, if the TRIAL version does it correctly at first, and morphs to this bug, or does the trial version have...
22780
bruce.somers@...
bruce.somers
Aug 8, 2012 8:17 pm
Von: Eb <ebbtidalflats@...> Betreff: [NTB] Re: Number format for math expressions  ... But please - only if it can be toggled on and off. Not...
22781
opticsmith
Aug 9, 2012 4:25 pm
I am confused by your comment about "trial" version. I'm using Note Tab Light, which is the free version. I haven't tried the trial version of NoteTab (or...
22782
opticsmith
Aug 9, 2012 4:29 pm
In NoteTab Light 7.0 on Windows 7, the items invoked by the Help menu are inconsistent regarding fonts: Help Topics displays as usual (Contents sidebar in...
22783
Eric Fookes
eric_fookes
Aug 9, 2012 6:40 pm
You'll be pleased to know that this glitch in NTL and NTS will be fixed in the upcoming 7.01 update... -- Regards, Eric Fookes http://www.fookes.com/...
22784
Robert Bull
barlennan
Aug 9, 2012 9:09 pm
Second Window, Shift+Ctrl+W. Am I right in thinking this is just a display mode? There's no way to, e.g., gang the two panes together and scroll them as one?...
22785
Eb
ebbtidalflats
Aug 11, 2012 2:31 pm
If you elect to try the Free Trial of NoteTab Pro, you will at first have a Pro version to try out, and after 30 days it will lose the pro features, and...
22786
dvdwriters12
Aug 12, 2012 6:43 pm
Hi need help on a reg exp. Suppose we have team names like: Buffalo Bills v Miami Dolphins I can use a regular expression to get Team 1 like: (.+(?=\sv92;s)) and...
22787
Art Kocsis
artkns
Aug 12, 2012 11:37 pm
... That's an easy one that even I can answer: use a non-greedy quantifier: "+?" or "{1,}?" (.+(?=\s+?v\s)) I have been training myself to use the horizontal...
22788
Eric Fookes
eric_fookes
Aug 14, 2012 3:20 pm
Hi everyone, I'm pleased to announce the final release of NoteTab 7.01. It sounds like a tiny update, but there are actually many significant improvements. I...
22789
Wayne
waynemv
Aug 15, 2012 5:45 am
Thanks, Eric!...
22790
Wayne
waynemv
Aug 15, 2012 6:28 am
I notice it seems to ignore spaces some of the time but not all the time. That leads to results some people may find unexpected. For example: line 1....
22791
mycroftj
Aug 15, 2012 6:23 pm
* Improved the Match Brackets feature. Now also works with double quotes (smart and straight). When searching for "straight double quotes", place the cursor in...