I hit a button and somehow I now have two files showing all the time in my screen. I cannot figure out how to get out of that mode. Thanks...
20729
Sheri
silvermoonwo...
Oct 1, 2008 5:41 pm
... Document -> Second Window...
20730
mycroft_b
Oct 3, 2008 8:27 pm
NoteTab Light version 5.61 on XP SP3 machine. I want to replace dates formatted as mm/dd/yy as mm/dd/yyyy. Example 07/29/08 changes to 07/29/2008. I set up my...
20731
Alex Plantema
aplantema
Oct 3, 2008 9:07 pm
... It looks like NoteTab is confused because $1 is followed by a digit. But replacing (\d\d/\d92;d)/0(92;d\s) by $1/200$2 does work. Alex....
20732
David Smart
smartware_co...
Oct 3, 2008 9:49 pm
Or put an extra backslash in to force the 2 to a literal, and thus separate it from the $1 ... $1\2000$2 BTW you have too many zeroes in your replacement...
20733
zbikenut
Oct 4, 2008 8:09 pm
... Wow I thought I looked at everything---this was the answer. Thank you Rick...
20734
Robin Chapple
d9790
Oct 5, 2008 6:01 am
I am a 'user' not a 'guru'. I have moved to a new machine and have moved the libraries also. How do I find and enter the registration code from the old...
20735
LB
texan_racer
Oct 5, 2008 9:55 pm
Hi all, Robin, that describes me, also!! ... I have a general question. In my old ASCII editor, QEdit, I could select a column. That really came in handy...
20736
loro
yastupidhoo
Oct 5, 2008 10:26 pm
... Yes, there is. Look at the commands on the Modify | Block menu. You "select" the column basically as you are used to, only Notetab won't show the...
20737
mycroft_b
Oct 6, 2008 7:51 pm
Thank you! The \ before the 2 worked. I didn't realize the $ values could go past 9 (one digit) and wouldn't have known about what to do anyway. And yes, I...
20738
LB
texan_racer
Oct 7, 2008 1:01 am
Hi loro, thanks for your answer. Sorry to be so slow, but still can't do it. When I select, I get the whole line, not just a column. For example,I would like...
20739
loro
yastupidhoo
Oct 7, 2008 1:23 am
... Slow? You've only been at it a day. This takes at least a week. ;-) ... Do you mean you have something like the below and want to copy just the aaaaa...
20740
sisterscape
Oct 7, 2008 4:58 am
That is so friggin' cool! Now if I can just remember when the need arises . . ....
20741
Don - HtmlFixIt.com
dpasseng
Oct 7, 2008 11:10 am
... Always an aha moment. It is a display problem, not a functionality problem. I remember pretty well, although occaisionally I have to add a long line just...
20742
Alec Burgess
alecb3ca
Oct 7, 2008 11:47 am
Don - HtmlFixIt.com (don@...) wrote (in part) (on 2008-10-07 ... I put the four "block" buttons (copy/cut/delete/paste) on the toolbar next to...
20743
loro
yastupidhoo
Oct 7, 2008 12:11 pm
... It's in Help. Just read that from beginning to end each week and you're all set! ;-) Jokes aside, I think I maybe made it sound like you have to make the ...
20744
LB
texan_racer
Oct 7, 2008 11:37 pm
It's so easy !!!!!! This will save me tons of time. Thank you, thank you, thank you!! Re: Question on column Posted by: "loro" loro-spam01-@... ...
20745
loro
yastupidhoo
Oct 8, 2008 12:10 am
... Told you it was easy! Don't forget about the option to manually enter the coordinates. That IS easier with long and narrow columns in the middle of text. ...
20746
GStern/RMandell
tervgold
Oct 9, 2008 8:03 pm
I had a disk crash recently and had to install a new hard disk, new copy of the opsys, new copy of Notetab... Naturally (or unnaturally), everything is just...
20747
Don - HtmlFixIt.com
dpasseng
Oct 10, 2008 1:42 pm
... Look under view/options/something/indent maybe ??? There is a setting for whether it is spaces or tabs I think....
20748
Adrien Verlee
verlee2001
Oct 14, 2008 11:23 am
Hello, I want to find the words between <h1> and </h1> on an entire folder. When I thick reg exp and write in de the find-field of Search disk dialog:...
20749
Sheri
silvermoonwo...
Oct 14, 2008 2:07 pm
... With the first two, you are looking for situations where there is only one character between <h1> and </h1>. With the third, you are looking for <h1>...
20750
Adrien Verlee
verlee2001
Oct 14, 2008 8:30 pm
... This is perfect! Thank you. -- adrien...
20751
mycroft_b
Oct 16, 2008 11:40 pm
Notetab light 5.7b I want to only find carets (^) that are in column one. I thought the caret (^) matches at the beginning of a line so I thought the reg...
20752
Sheri
silvermoonwo...
Oct 17, 2008 12:26 am
... That does seem odd. If you want to get around it, this will work, for all except the one on the top line. (?<=\r\n)92;^ Regards, Sheri...
20753
Sheri
silvermoonwo...
Oct 17, 2008 12:32 pm
... The regex engine used by NoteTab, PCRE, can match at the beginning of the subject text as well as at the beginning of internal lines. When you Find one...
20754
mycroft_b
Oct 18, 2008 5:39 pm
... of ... a ... especially ... Light ... pattern.) ... Wow. Figures a relative beginner would bump into something like that. Thanks for the replies....
20755
mycroft_b
Oct 18, 2008 5:40 pm
... of ... a ... especially ... Light ... pattern.) ... Wow. Figures a relative beginner would bump into something like that. Thanks for the replies....
20756
mycroft_b
Oct 18, 2008 5:42 pm
... of ... a ... especially ... Light ... pattern.) ... Wow. Figures a relative beginner would bump into something like that. Thanks for the replies....
20757
orkgandalf
Oct 21, 2008 5:56 pm
Hi there! I'm looking for a way to automate opening of one .otl file on one specific heading. Example: I have a list of contacts in one .otl file where each...