... So simple and I never ever thught of that. Danke. ... Yes, in the original that wizard sets half a dozen variables at once, missed it when trimming. Danke ...
FWIW because I often need to reference an image folder dependent upon the job (web site) I'm working on, which means I'll use the same image folder over and...
I have slightly edited the datetime clip I posted earlier so that it fits HTML5 better by insert a <time> tag into the coding. ^!Clip CheckLogical ... ^!Set...
I don't have much hair left to pull so maybe you guys can save my scalp and suggest a way to make this search pattern work in a clip. I am trying to verify a...
... Hi Art. I'm not nearly as good at RegExp at others but I'll give you what I have so far. I'm unclear about your data and what you mean by "the selection...
... Actually, the "^" means start of selection, if any, start of line if not. What I was trying to convey was that at this point in my clip a selection exists,...
I don't know if this is new or I just didn't notice before: After Search Disk the options are now transferred to the Find box, so one can jump to the...
I looked and looked but cannot find any functions to tell how many columns and rows are visible on the main NT text screen. These values change as the window...
An example line of actual data before and after would be useful. I think the backslash before the closing bracket is interpreted as a closing bracket instead...
... My trimmed down clip is meant to be run on an empty document. Rethinking, it is probably not the \p that's the trouble here. It rather seems that actual...
I have been having ongoing problems with characters displaying correctly in NoteTab. I often get text files as an export from an addon in FireFox, called...
... NoteTab can only work with one 8-bit character set at a time. It can read and use UTF-8 notation if all characters used can be mapped to one character...
... I just noticed that in this case the Replace need not be Regex, so there is a simple solution. Still it seems there is a bug here. My guess is, that in...
As I stated, I can't ask my users to know how to do that. They want to open a file, edit it a little, save and run my clips on it. Once they open, edit and...
... I second that. A general setting turning off all UTF capabilities and detection would be extremely nice to have. It will then be up to you to detect and...
Here is another interesting thing about this problem. If I export the file which creates the condition I'm discussing, and do not even open the file in...
... Almost certainly not. Your "original" has already been opened and probably saved by NT at least once before. NT saves info about recent files in Note*.fpr....
When the text file is exported from Firefox, then opened in NoteTab, it has the problem I am discussing. Every time, for the same export. If I export from...
... This is really, really weird. There is no explanation I can think of except that Windows itself is saving extra meta-information about files and NT can...
Well, if it was mainstream, I wouldn't have brought it up here. At first, I thought maybe FireFox wasn't properly closing the file, which is why I rebooted...
One last bit of information about this problem: When the file has been moved or renamed, it displays correctly in NoteTab, although it doesn't display the...
What would happen if you saved it as a .html file instead of .txt file? ... From: ntb-clips@yahoogroups.com [mailto:ntb-clips@yahoogroups.com] On Behalf Of...
... It has to, those characters are not in CP1252. Converting your sample and assuming mail transfer has not broken anything I get: Speka Piragi These are...
EditPad Pro is a Unicode editor, so yes, it displays Unicode and utf-8 and many other code pages correctly. But that file is not Unicode, it is 8-bit UTF. When...
... To my understanding UTF-8 as a specific encoding is a subset, or rather one of several possible versions, of Unicode. ... Sorry, but if those letters do...
Greetings, With some email when I reply to, or forward, the text with line breaks has the breaks stripped out. This means one must scrollllllll across the...
Menu/Modify/Lines/"Split Lines" (shift + Ctrl + J) This and the inverse "Join Lines" can be put on you toolbar as well. ... -- Regards ... Alec (buralex@gmail...
Here's a tip to get rows: ^!Keyboard CTRL+PAGEUP ^!Set %top%=^$GetRow$ ^!Keyboard CTRL+PAGEDN ^!Set %not%=^$GetRow$ ^!Set %numrows%=^$Calc(^%bot%-^%top%)$ gets...