Is there a function to return the number of open documents in an instance of Notetab (i.e., the max valid value of ^!SetDocIndex)? If not, there should be. If...
... Ought to work. I have not yet used DocIndex and I wouldn't want to. From the check I just did, whenever I close one document, all the others get renumbered...
There is a bug in Notetab standard for ^!Select EOL and ^!Select LINES NotePro gets it right for both. For partial multi-line selections (multiple lines...
... I don't use DocIndex as a label for a unique doc except to return focus after temporarily switching focus to a different one. DocIndex is obviously not...
... ??? Where is the reference and where does RegEx come in? This is a simple clip statement: ^!InsertText ######Text to be inserted yet the "#"s are ignored...
Here is what the help says about it: COMMENTS The sequence (?# marks the start of a comment that continues up to the next closing parenthesis. Nested...
... John, IMHO, you are missing the point in this topic. As Art already said, this is no RegEx issue. So there's nothing to "escape" here. If '###" would...
... I can't reproduce that, the hashes are inserted just as normal letters be. Is it possible that the issue is not with Clips but with the kind of text you're...
Hi Art, ... I can't reproduce this issue. Do you have a some Clip code that demonstrates the problem? -- Regards, Eric Fookes http://www.fookes.com/...
Hi Art, ... This is indeed a bug and has been fixed in the upcoming final release. ... This is by design. NoteTab Pro works the same way. ... This is also...
... Thanks Flo. My simple workaround was to prepend a space in front of the "#"s but, as you noted, my question was why the behavior. [see my next post] Art...
... Duh!!! No, the issue is with my eyes and a "forgiving" script interpreter! I was missing a "%" in a series of variable names, specifically the "%" after...
Hi everyone, Thanks for all your latest feedback. I've decided to upload another pre-release update as several issues were found in the last one. Hopefully...
bob aaa sdfgfgffff bob bbb sdfgdfsg joe sss hgfh steve aaa asdg joe sss asd bob aaa rr joe ttt yy joe sss xx NTL pr 6. Win 7 64 bit. Searching DOWN with REG...
MORE INFORMATION ON THIS I just brought up the REPLACE dialog replacing ^(.+?)\t with xxx\t If I click FIND NEXT or REPLACE, it replaces 'bob' then 'aaa' then...
I think it is working correctly. When you run each one manually, the cursor is left at the front of the line where the replace just took place. So, when you...
I hear you but disagree. With the FIND dialog and 'bob\t' highlighted on the first line, there is no way 'aaa\t' on the first line should be found next when...
They do work the same way for me. With either find or replace dialogs, and using either your regex or mine, it all works as expected. I fail to see the...
Yes, I see. And THAT is the problem. :) It's not you and it's not me. It's a sneaky little problem that exists but only in certain circumstances. Like the...
I think you are missing my point. It is behaving as it should according to YOUR explanation of what you are seeing. If you do one replace and look where the...
Hi Joy, You are right. The feature is not working correctly in NoteTab Light (and Std). NoteTab Pro does it right, which is why John is not seeing the issue. ...
On Friday, May 4, 2012, 4:21:11 PM, Eric Fookes wrote: EF> Here's a list of the main changes since pre-release #7: I haven't been following the 7 betas...
... [snip] ... I agree too here and while things are being changed move options out from under view to an item in it's own right ? ... Agreed especially when...
I became interested in GAWK code by seeing a recent solution using it a short time ago. All I can find so far is that the input is all lines in the current...