... This reminds me of your topic "Missing Find and Search history dropdowns, Basic Group, 09/20/2011, #22233 ff. You confirmed that this is due to Unicode. ...
23062
flo.gehrke
Aug 2, 2012 9:04 pm
... So far, this has met with little resonance :-( Maybe this is due to some open questions. Is that line... From: John Smith <john.smith@...> just a sample,...
23063
Axel Berger
absalom_nemini
Aug 2, 2012 9:05 pm
I just stumbled over something strange: ^$StrSize("string")$ reports one byte more than the string is actually long. I've only tested this for a string stored...
... I have to shamefully admit, not to have done any testing beyond my special case. I have just extracted the relevant lines from my actual clip. Take the one...
23066
flo.gehrke
Aug 2, 2012 11:18 pm
... Correct! The last line has to be... ^!Continue ^$StrSize("^%autarr^%for%%")$ ^%autarr^%for%% Now the size of 'Kopka, Helmut' is 13 in both cases. In your...
23067
John Shotsky
shotsky1
Aug 3, 2012 12:40 am
The files in question have been saved as ansi, closed, and reopened. I don't think there is any Unicode remaining, unless the save andi command isn't working....
23068
Art Kocsis
artkns
Aug 3, 2012 12:49 am
I am forced to bite the bullet to reorganize and partition my clip library as it is way past too large and unwieldy. Although most of the interclip calls will...
23069
Axel Berger
absalom_nemini
Aug 3, 2012 1:17 am
... I see only one: Before you could rename the clip book or move a bunch of clips to another one together and they'd continue running. Now the far clip call ...
23070
hsavage
hrs62930
Aug 3, 2012 1:25 am
... Art, I started using ^!FarClip exclusively, without regard to which library the clip is in, a couple of years ago, so far, no apparent problems. good luck....
23071
Ian NTnerd
indiamcq
Aug 3, 2012 5:38 am
Art, Far clip does have some limitations compared to a clip in the same library. 1. If you use a common far clip that needs to call a clip in the starting...
23072
Eric Fookes
eric_fookes
Aug 3, 2012 6:01 am
Hi John, ... What code page does NoteTab show for your document (right click on document tab and look in the Code Page submenu)? -- Regards, Eric Fookes ...
23073
John Shotsky
shotsky1
Aug 3, 2012 12:31 pm
Eric, it happened again today. When I closed the find dialog, checked the code page, then tried the Find dialog again, it worked. I didn't change anything....
23074
John Shotsky
shotsky1
Aug 3, 2012 12:37 pm
I should have done a little more testing, because it is now reproducible. I have a working document and I have the clip editor active. When I have the Find...
23075
Eric Fookes
eric_fookes
Aug 3, 2012 2:53 pm
Hi John, What's the code page for your Clip window? Note that this feature hasn't changed since NoteTab 6. So you'd probably see the same behavior whether you...
23076
John Shotsky
shotsky1
Aug 3, 2012 3:08 pm
It's code page 1252, for the document, but the problem occurs only when I'm looking at the clip library. This isn't a document issue, it is a clip editor...
23077
Eric Fookes
eric_fookes
Aug 3, 2012 3:30 pm
The feature did not exist prior to version 6, so you wouldn't have seen it in version 4.95. The reason why the drop-down menu in the search dialog disappears...
23078
John Shotsky
shotsky1
Aug 3, 2012 3:50 pm
I thought of that, but then I went through several shipped clip libararies, and they are all marked UTF-8. It doesn't appear to be anything IN my library, it...
23079
Axel Berger
absalom_nemini
Aug 3, 2012 4:37 pm
... How can I see that setting? I know there are some UTF-8 in my clipbook in e.g. ^!Replace "¡ã" >> "°" WASTI (it corrects text pasted from journals' PDFs)...
23080
flo.gehrke
Aug 3, 2012 5:17 pm
... I can't confirm that this issue is connected with the Clip Editor. I've tested it with the files in the '\Samples39; folder. No matter, if the Clip Editor is...
23081
John Shotsky
shotsky1
Aug 3, 2012 5:42 pm
I removed my own library from the Libraries folder, with NoteTab closed, and then started NoteTab and began looking at all the shipping libraries. The find...
23082
John Shotsky
shotsky1
Aug 3, 2012 6:01 pm
The reinstall fixed this problem. I copied my library and the .ini file over to the new installation, and all is as it should be. I will report if it happens...
23083
joy8388608
Aug 3, 2012 8:05 pm
I'm fairly certain this used to work in previous versions. I now have Win 7 64 bit NTL 7.0 The first test reports a "." at pos 1 but it should be pos 4. The...
23084
Axel Berger
absalom_nemini
Aug 3, 2012 8:29 pm
... I have observed your effect exactly once, but can't reproduce it. I ran your clip and got a correct 4. I then opened <Ctrl><F> to check settings and found...
23085
Ian NTnerd
indiamcq
Aug 4, 2012 2:58 pm
In replying to Art Kocsis [Clip] FarClips in Large Libraries It occurred to me that it would be good if we could use far custom functions like we can use far...
23086
querulus
Aug 4, 2012 8:06 pm
I've got a large number of text files coded for typesetting with inline references for notes and the notes themselves gathered at the end of the file....
23087
John Shotsky
shotsky1
Aug 4, 2012 8:28 pm
It is doable. Assuming all is in one file, I would start by placing a tag on each numbered paragraph at the bottom which would never occur in any of your text....
23088
Axel Berger
absalom_nemini
Aug 4, 2012 8:45 pm
... Another take. First I dislike your Format. If notes can contain paragraphs, then make it explicit: <notetext>123<P>some text</P><P>more text</P></notetext>...
23089
John Shotsky
shotsky1
Aug 4, 2012 8:53 pm
Is that a challenge? Regards, John RecipeTools Web Site: <http://recipetools.gotdns.com/> http://recipetools.gotdns.com/ From: ntb-clips@yahoogroups.com...
23090
John Shotsky
shotsky1
Aug 4, 2012 9:24 pm
Here is my test file: <start> <noteref>123</noteref> <middle> This is the intervening text between the two notes. <noteref>124</noteref> <end> ...