... If you upgraded into the same directory where you had 4.95, it is probably trying to write to the application folder, which is probably not permitted...
Hello; Beginner here, please bear with me. I'm trying to write a few clips as helpers for posting in an SMF forum, which uses html-like syntax but with square...
... Indeed :( I should have added, the ones that don't work pop up an information box showing the clip as plain text. Clicking on the box's [OK] button...
... Could you open the library as a document (right-click in combo box and choose "Open as Document") and copy a bit of it containing at least one non working...
... FOUND IT... I'd been putting semicolons in the headers of most of the clips that "didn39;t work," turning them into headers rather than active clips!...
Friends, I need to use regex to change 1. The first character of a new paragraph (if either Low or Upper case) 2. To Upper case. For example, ^pm to ^pM or ^pM...
... That's a difficult one, as Regex does not support functions and normal replace can't find arbitrary letters. I have solved this kind of problem ... ^!Find...
I routinely do something similar This could be made more efficient by only working on the lower case letters: (Tested) ^!Jump Doc_Start ... ;^!Setdebug ON ...
Friends Alex, John, Jeff, thanks. I tested the Alex suggestion. Worked fine, if I have all paragraphs like: paragraph 1, etc etc etc. paragraph 2, etc etc etc....
... That oughtn't matter. I presume what you really mean is, there are single carriage returns that are not paragraphs and should not be modified. Please try...
... In that version I have used John's Find. I just realized, that this will not get umlauts or any other kind of accented letter. So in hindsight I'll go back...
You're right. Since my work deals with recipes, I encounter many such letters. Have not found a good solution other than either listing them, or including some...
... Sorry, but in this case I claim superior knowledge as a German: Ärger, Ångstrøm, Über (capitalized as the first word of a sentence), Ölsand ... If my...
Just another possibility: This one loops from the top finding only lower case letters as the first character of a line (possibly preceeded by a double quote)...
I'd like to offer my 2 cents worth (or as Axel would say, his mustard): To change the case of EVERY first character of every line, WITHOUT LOOPING, use the...
Greetings, I used have two Tidy clips: One processed all open files. The other processed all files in a chosen directory. I cannot find these clips at...
... I found a clip to Tidy the current document in HTML lib Found a Tidy all DOCs in Utilities but I get a Syntax error when it is run. I have not found a clip...
... Works fine for me in NoteTab 6.12. It Tidies all open HTML documents. Make sure you don't have a Utilities.clb in your personal libraries so that the...
Hello, How do I specify this expression to include embedded CRLFs? The default behavior for the period is to NOT include CRLF. Can I change the default? ...