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...
Show off your group to the world. Share a photo of your group with us.

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 3499 - 3529 of 6448   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3499
Hi, I'm using version 2.12(76) and all my vars are teal--even though count and str_replace are reserved words. If you want to post your question over at the...
tailing_loop2003
tailing_loop...
Offline Send Email
Feb 1, 2005
8:09 am
3500
if it's still not working for you, here's a possibility: in the answer posted on machak, no quotes are used. in my setup i use as the argument: "$(FilePath)"...
Aleem Juma
aleemjuma
Offline Send Email
Feb 1, 2005
9:26 am
3501
... Well, I don't think the problem exists in build 76. Like I said in my first message, I'm currently using build 183 (the bug patch from 2005- 01-08). In...
wdzzzz
Offline Send Email
Feb 1, 2005
4:20 pm
3502
EditPlus doesn't support Bidi / R-T-L / Hebrew / Arabic. Although it can display Hebrew charchters, it doesn't allow you to edit Hebrew text properly. That is...
knghtjd
Offline Send Email
Feb 1, 2005
7:15 pm
3503
JK, You should submit your request to Sangil Kim, the author of Edit Plus. He does not read these list messages. His email address is: support@.......
Dean Householder
ahyrpe
Offline Send Email
Feb 1, 2005
8:13 pm
3504
I just read the previous discussion, and I just happen to have the exact same version of EditPlus as snOwden: v2.12(76). However, I only have Firefox1.0...
tailing_loop2003
tailing_loop...
Offline Send Email
Feb 1, 2005
9:09 pm
3505
Some time around 02/01/2005 16:08:53, I think I heard tailing_loop2003 say: <!SNIP!> ... sn0wden said he used the Mozilla ActiveX Control: ...
DZ-Jay
dzfoo
Offline Send Email
Feb 2, 2005
2:39 am
3506
I'm trying to figure out how to find all instances that are in [] but i don't want to select all the text in between to sets of brackets. For example I want to...
John Morse
john63960
Offline Send Email
Feb 2, 2005
6:18 pm
3507
I may have imagined this but I am sure in the past with Editplus I could autoname file extensions. How do I enable this functionality? I'll explain a bit...
ibuprofenman2003
ibuprofenman...
Offline Send Email
Feb 2, 2005
6:26 pm
3508
Mine asks me if I want to add the extension if I save it w/o specifiying. ~Brett _____ From: ibuprofenman2003 [mailto:ibuprofenman2003@...] Sent:...
Brett Patterson
bpat1434
Offline Send Email
Feb 2, 2005
6:31 pm
3509
... (\[([^]]*)\])...
Christoph Päper
crisssov
Offline Send Email
Feb 2, 2005
9:03 pm
3510
Hello Edit+, I was wondering if someone can help me put together a regex that will find Capitalized Sentences, not just one word that is capitalized but more...
John Morse
john63960
Offline Send Email
Feb 2, 2005
9:08 pm
3511
Thanks Chris! ... Christoph> (\[([^]]*)\])...
John Morse
john63960
Offline Send Email
Feb 2, 2005
9:16 pm
3512
... Mine too. Which version are you using, ibuprofenman2003? dZ....
DZ-Jay
dzfoo
Offline Send Email
Feb 2, 2005
10:31 pm
3513
Is there a way to have Matching Braces for other characters as well? Parantheses would especially be useful, but I couldn't find such an option in any of the...
eyhktom
Offline Send Email
Feb 2, 2005
10:48 pm
3514
Haha the funniest thing happened, I'm almost certain that matching braces only worked for {} before, but after I posted that question, parentheses work as...
eyhktom
Offline Send Email
Feb 2, 2005
10:48 pm
3515
Hi, I've found that EditPlus has a problem hightlighting strings when there is a newline in it. It goes back to parsing it like regular php code and not...
eyhktom
Offline Send Email
Feb 2, 2005
10:49 pm
3516
... Hello: Well, it depends very much on what you mean by "sentence". A sentence commonly means a string of words ending in a period. But by your example, I...
DZ-Jay
dzfoo
Offline Send Email
Feb 2, 2005
11:06 pm
3517
... By nature, the Matching Braces feature works with curly braces and parentheses. dZ....
DZ-Jay
dzfoo
Offline Send Email
Feb 2, 2005
11:07 pm
3518
... Yes, parentheses or braces within strings will be ignored. dZ....
DZ-Jay
dzfoo
Offline Send Email
Feb 2, 2005
11:08 pm
3519
Hi, I posted the answer over at the forum: http://www.machak.com/editplus/...
tailing_loop2003
tailing_loop...
Offline Send Email
Feb 2, 2005
11:16 pm
3520
... <!SNIP!> In the syntax file (php.stx?) make sure that you have the setting variable CONTINUE_QUOTE set to "y": #CONTINUE_QUOTE=y This will let the syntax...
DZ-Jay
dzfoo
Offline Send Email
Feb 2, 2005
11:22 pm
3521
Umm.... not seeing an answer, just the question re-stated... ~Brett Patterson [UMBC EHS Management Major]...
Brett Patterson
bpat1434
Offline Send Email
Feb 2, 2005
11:24 pm
3522
... Asside from here documents or catting each line, not much. I avoid stuff like this, though, and use an HTML library. Anyone have a particular library they...
Waccoon
marcleveille
Offline Send Email
Feb 2, 2005
11:35 pm
3523
Thanks a bunch DZ! Wednesday, February 2, 2005, 5:08:53 PM, you wrote: DZ-Jay> REGEXP 1: ([0-9A-Z]+)(([ \t,]+([0-9A-Z]+))+[\.!\?]*) DZ-Jay> Make sure you tick...
John Morse
john63960
Offline Send Email
Feb 2, 2005
11:46 pm
3524
... Something like this: ([A-Z]+ [A-Z,;:.!? ]+) [X] Case sensitive You should try to learn regular expressions yourself, it's not that hard....
Christoph Päper
crisssov
Offline Send Email
Feb 3, 2005
12:00 am
3525
Thanks for this Chris. I know some, but some things just stump me, I figured out how to find one capitalized word on my own, but i couldn't figure out how to...
John Morse
john63960
Offline Send Email
Feb 3, 2005
12:21 am
3526
... Hello: A good book on RegExp is "Mastering Regular Expressions" from O'Reilly. http://www.oreilly.com/catalog/regex/ But, like you said, EditPlus' regexp...
DZ-Jay
dzfoo
Offline Send Email
Feb 3, 2005
1:26 am
3527
... Is there a drawback to using 'y' for #CONTINUE_QUOTE for PHP files? I didn't see anything in the EditPlus documentation related to compatibility issues...
Waccoon
marcleveille
Offline Send Email
Feb 3, 2005
2:28 am
3529
Thanks dZ, that was great help! ... quoted strings....
eyhktom
Offline Send Email
Feb 3, 2005
4:36 am
Messages 3499 - 3529 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