Search the web
Sign In
New User? Sign Up
editplus · Join the EditPlus group! The Best Editor
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4842 - 4871 of 6448   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4842
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...
Neal
skanktosser
Offline Send Email
Oct 2, 2006
11:08 pm
4843
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...
DZ-Jay
dzfoo
Offline Send Email
Oct 3, 2006
9:55 am
4844
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]...
Dean Householder
deanhouseholder
Offline Send Email
Oct 3, 2006
5:14 pm
4845
Yeah, sorry, I forgot that when I copied it from EditPlus. Thanks! -dZ. ... Householder[mailto:editplus@...] ... space character as a...
dz@...
dzfoo
Offline Send Email
Oct 3, 2006
7:22 pm
4846
How can I change bahavior of directory tree in EditPlus? In another Editors we have a directory tree like this one: ...
zenobiuszostry
Offline Send Email
Oct 5, 2006
3:22 pm
4847
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 Snellen
kiap1969
Offline Send Email
Oct 6, 2006
2:49 pm
4848
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 ...
Bronius Motekaitis
bcswebstudio
Offline Send Email
Oct 6, 2006
3:10 pm
4849
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...
graphics2code
Offline Send Email
Oct 7, 2006
2:01 am
4850
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...
Aleem Juma
aleemjuma
Offline Send Email
Oct 7, 2006
4:48 am
4851
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...
Maurice Snellen
kiap1969
Offline Send Email
Oct 7, 2006
7:25 am
4852
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...
DZ-Jay
dzfoo
Offline Send Email
Oct 7, 2006
9:09 am
4853
As I understand it you just need to add an extra newline before the verse tag close. If that's correct you can try: Find: ([^\\][^C][^n][^\\][^C][...
Aleem Juma
aleemjuma
Offline Send Email
Oct 7, 2006
1:16 pm
4854
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...
Bronius Motekaitis
bcswebstudio
Offline Send Email
Oct 7, 2006
7:47 pm
4855
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...
Bronius Motekaitis
bcswebstudio
Offline Send Email
Oct 7, 2006
7:54 pm
4856
... 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...
Bronius Motekaitis
bcswebstudio
Offline Send Email
Oct 7, 2006
8:08 pm
4857
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...
flyeris
Offline Send Email
Oct 7, 2006
10:31 pm
4858
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...
Maurice Snellen
kiap1969
Offline Send Email
Oct 8, 2006
2:58 pm
4859
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...
Maurice Snellen
kiap1969
Offline Send Email
Oct 8, 2006
3:32 pm
4860
... 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...
Aleem Juma
aleemjuma
Offline Send Email
Oct 8, 2006
3:33 pm
4861
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...
uiop44
Offline Send Email
Oct 12, 2006
2:03 am
4862
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...
arabhass
Offline Send Email
Oct 12, 2006
8:44 am
4863
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"...
arabhass
Offline Send Email
Oct 12, 2006
2:09 pm
4864
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...
Greg Jungels
gregjungels
Offline Send Email
Oct 13, 2006
8:06 pm
4865
How i can change Special Characters panel in HTML toolbar? Thanks for reply....
mladshiy
Offline Send Email
Oct 15, 2006
2:03 am
4866
... You can't. You should use the document clip-text panel. dZ....
DZ-Jay
dzfoo
Offline Send Email
Oct 15, 2006
12:42 pm
4867
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...
Michael L. Jones
mljones1947
Offline Send Email
Oct 15, 2006
3:27 pm
4868
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. ...
Greg Jungels
gregjungels
Offline Send Email
Oct 16, 2006
12:59 am
4869
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...
J
morrispeckham
Offline Send Email
Oct 19, 2006
9:56 pm
4870
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...
scottslocum002
Offline Send Email
Oct 19, 2006
11:57 pm
4871
... 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...
lists@...
nztheatre
Offline Send Email
Oct 20, 2006
12:33 am
Messages 4842 - 4871 of 6448   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help