Does anyone know if it is possible to integrate UTF-8 with Note Tab or Note Tab Light for multi-language support? Your help is greatly appreciated! Erinn ...
9518
Larry Hamilton
lm_hamilton
Nov 23, 2002 6:35 pm
Erinn, NoteTab can open UTF-8 documents, but it is not fully compliant. I have a genealogy program that saves files to UTF-8 format and puts as the first...
9519
Peter Stagg
pstagg68
Nov 24, 2002 10:50 pm
Whilst NT does not literally support UTF-8 it can be used to edit documents containing UTF-8 encoded text. I edit Japanese, Chinese etc. web documents encoded...
9520
hugo_paulissen
Nov 25, 2002 10:08 am
Dean, Jody, Sheri, FYI, Dean sent in a post with two attachments last friday. It showed up to me in my regular email-program today, but where I use the website...
9521
hugo_paulissen
Nov 25, 2002 11:01 am
... Sorry, I now realize it must have been my email-filtering. I guess Dean sent it to me directly but it ended up in the NTB-clips-folder of my...
9522
Wayne VanWeerthuizen
waynemv
Nov 25, 2002 1:39 pm
I just uploaded a new clipbook with three clips. They allow one to store NoteTab color and font settings into color scheme files that can be quickly changed,...
9523
Dan McCullough
dmccu40
Nov 25, 2002 7:12 pm
Hi everyone, I have a shortcut to NoteTab that runs a clip when it starts up, it actually calls a scripting program to turn the caps lock on, since I can ...
9524
Julie
readingril
Nov 25, 2002 7:25 pm
Hi Dan, ... Have you tried ^!ShowClipbook [TRUE|FALSE] ? Julie...
9525
Dan McCullough
dmccu40
Nov 25, 2002 7:33 pm
Hi Julie, Thanks, I didn't even know about that command. It does the trick. I owe you another one.. Dan ... From: Julie [mailto:jlg61@...] Sent:...
9526
Larry Hamilton
lm_hamilton
Nov 26, 2002 1:55 am
Wayne, Interesting! I have not had time to figure out how they work, but it is interesting to see all the ways one can use and share knowledge of NoteTab. ...
9527
Jody
notetabber
Nov 26, 2002 2:37 am
Hi Wayne, ... Actually, it was me, I think. :) ... That may be, but still, the fact remains that the Light version is to have the same Clip code rights for a...
9528
Wayne VanWeerthuizen
waynemv
Nov 26, 2002 5:21 am
... I agree they should all act the same. But I would rather see Pro changed to act as Std/Light currently does, than to have Std/Light changed to act like...
9529
Wayne VanWeerthuizen
waynemv
Nov 26, 2002 8:24 am
... I overlooked the obvious situation of A=B=1. Still, the behavior of MoveCursor in Std & Light is simplier than in Pro, being just one basic rule without...
9530
Ville Saalo
Ville_Saalo
Nov 26, 2002 11:22 am
... Even plain LF (= 1 byte) appears as CR/LF (= 2 bytes), and that disturbs me sometimes when I want to know the exact size (in bytes) of the file while...
9531
Don Passenger
dpasseng
Nov 26, 2002 3:54 pm
... Cannot this be cleared up (even though it shouldn't have to be) with an if/then type of loop in a clip which checks the line number and detects if you...
9532
Len
lohargrovejr
Nov 26, 2002 7:15 pm
Hi Wayne, Jody, et al; Perhaps an option in the movecursor command would be best. I very seldom use or even think of CRLF as two separate inputs, and for my...
9533
Jody
notetabber
Nov 26, 2002 9:56 pm
Hi Wayne, ... I don't argue, or at least try not too. If I seem to express that it surely is not meant as arguing. ;) It all sounds good to me. See my short...
9534
Jody
notetabber
Nov 26, 2002 9:56 pm
Hi Ville and Others, I'm as guilty as everyone else so this is for me also. ;) It's best that we wait to send in our v5 requests for when it is being tested or...
9535
Jody
notetabber
Nov 26, 2002 10:49 pm
Hi Don, ... There are a number of ways to do most things in NoteTab. We were discussing how MoveCursor/Pro-Std-Light worked. Happy Clip'n! Jody ...
9536
ruben.biezeman@...
amsrbr
Nov 27, 2002 8:05 am
Might it be an idea to centralize this list of requests 'somewhere39; on the web? might be easier for Eric & the change requesters to avoid double entries. Or if...
9537
Jody
notetabber
Nov 27, 2002 2:01 pm
Hi Ruben and Others, It is best just to wait and not have any such list posted. We get a lot of requests to have a web page to go to to see if what the...
9538
melchior prisi
swyft2001
Nov 29, 2002 10:24 pm
Hi Wayne, All, ... (...) ... Great idea, great clips (as always..)! I did'nt expect you to appear that big and coloured.. Do you think that NTB ColorSchemes...
9539
Ian Rastall
ianrastall
Nov 30, 2002 9:53 am
There are no good HTML compressor programs, as I've discovered. The best one just turns everything into one line, which NoteTab doesn't like. The best thing...
9540
Ian Rastall
ianrastall
Nov 30, 2002 10:07 am
On Sat, 30 Nov 2002 04:53:33 -0500, Ian Rastall ... My best guess, right now, is to open all the files in the current folder, perform those actions on one...
9541
Peter Steeper
peter_steeper@...
Nov 30, 2002 2:39 pm
Hi Ian, This clip will load all the file names of a specified type from a directory into an array. It then runs a loop until all the files are processed. You...
9542
Ian Rastall
ianrastall
Nov 30, 2002 7:11 pm
Hi Peter. Thanks for writing that clip for me. This is what I've got ... ;Change the default directory in the next line. ^!Set %filepath%=^?[(T=D)Select...
9543
Alan C.
acummingsus
Dec 1, 2002 12:12 am
Hello Ian, ... Just was missing the iterator so as to work each array element, in this case each file, work one file at a time until all are done. This will...
9544
Alan C.
acummingsus
Dec 1, 2002 12:25 am
If it don't work, change one line. Change ^!Open "^%filepath%^%Files^%I%%" make it instead so it is ^!Open "^%Files^%I%%" -- Thanks. Alan....
9545
Peter Steeper
peter_steeper@...
Dec 1, 2002 2:44 am
I think Alan has the answer for you. The array is %Files% but you have to specify which element in the array you want to process. ^%I% in ^%Files^%I%% will...
9546
Ian Rastall
ianrastall
Dec 1, 2002 4:05 am
Just to make this interesting, I've run into a further problem. I work with eBooks, and each chapter can be a few thousand lines long. When I try to compress...