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...
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)"...
... 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...
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...
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...
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...
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...
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...
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...
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...
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...
... 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...
... <!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...
... 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...
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...
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...
... 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...
... 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...