Is there a way to remove the space character as a delimiter in an edit plus syntax file? I am trying to highlight text in the following form (the names of the...
Hello: Whitespace characters are the de facto word delimiters, they are precisely what make words atomic units, so you won't be able to prevent that from...
Wouldn't you need a + at the end of the string to match a whole word? [^= ]+ *= *[^ ]+ Dean ... [Non-text portions of this message have been removed]...
Listmembers: Introduction I'm using EditPlus to prepare a source file that gets compiled into a file used by the PalmBible+ program on my Palm LifeDrive. The...
Maurice- Would you kindly restate your question in a very concise "starting sample a)" "starting sample b)", end result should be "a)" "b)" format that gives ...
I recently noticed that if I create a new file, apply word wrap and save the file word wrap is not preserved after the file is saved. I know that word wrap is...
Word wrap is based on document type. If the document type changes when you save (i.e. in your case from 'default' to the particular file type you save as), the...
On Friday, October 6, 2006 at 10:06 (which was Friday, October 6, 2006 ... The input (example A): <VERSE>Toen riep de mens uit: \Cn\C 'Eindelijk een gelijk aan...
Hello: I'm not sure that what you want is possible with EditPlus, as you need to match when a string is not there, and EditPlus does not offer assertions or...
Or less effort and greater pay-off, consider using the Word Wrap shortcut keystroke-- it is mainly b/c EditPlus is jam-packed with very logical and useful...
Or greater effort:to:greater pay-off ratio, consider using the Word Wrap shortcut [CTRL-SHIFT-W] keystroke-- it is mainly b/c EditPlus is jam-packed with very...
... touché If i understand your dilemma, couldn't you simply: replace </VERSE> with \Cn\C </VERSE> I think Aleem's suggestion works like that and even takes...
Hello, I have the latest EditPlus v2.11 running on my system and I suffer from some kind of encoding problem. It is all about opening the files. Most of my...
On Saturday, October 7, 2006 at 14:52 (which was Saturday, October 7, ... Because there are also verses that don't need a \Cn\C at the end. This is true for...
On Saturday, October 7, 2006 at 05:08 (which was Saturday, October 7, ... What you suggest closely resembles one of my attempts. The main problem seems to be...
... Yes that's true. How about just detecting the slashes before the verse close? Find: ([^\\]..[^\\].[ \t]*)</VERSE> Replace: \1\\Cn\\C</VERSE> I can't think...
Is there a way to do this? I use nPOP for my email client. Another small versatile program like EditPlus. It works fine with URL:mailto But can I call it from...
Can't build locally, compiler is on remote server and we have to have it on a PowerPC so no Intel PCs. I tried using the Remote Command option, but I'm not...
I'm nearly there, just one more question.. So far, I've created a tool in EditPlus that runs "putty.exe" with arguents "-load mac -l username -pw password"...
Does anyone know the calculation to determine the color numbers in the syntax file? I would like to be able to create/modify syntax files by including color...
Could the numbers be decimal equivalents of hex? I haven't really looked into it. Whatever, the suggestion for including color codes in the syntax files makes...
They are decimal equivalents. Seeing that I use Edit+ mainly for XML/XSL/Ant Scripts/etc., I agree with your idea about having everything in an XML file. ...
If you use putty on to get a command prompt on the remote machine and your build works, then there must be some difference in the setup when you run it as an...
I'm wondering about the EditPlus feature that lets you click beyond the end of the line and then enter text to extend the line from that point. I suppose it...
... Huh? Clicking to the right of the line in MY editplus does just position the cursor at the end of the line (including whitespace). Are you sure your...