I'm afraid not. By design, EditPlus ignores syntax parsing within quoted strings. dZ. -- "The ability to see things as they actually are is commonly called ...
What? No, the answer is yes, but you'll have to forgo syntax highlighting of variables prefixed by "$". As I said before, you either treat the "$" symbol...
... Perhaps it was not clear, but my intention was to say this: Option 1: Remove "$" from PREFIX line and forgo syntax highlighting of variables, but allow...
Hi! Please excuse this e-mail; I have just changed my access to the list from my personal e-mail address to a Google mail address and am sending this to make ...
peter anderson
peterjohnanderson@...
Jul 1, 2009 1:12 pm
6326
... Way to add relevance to your post, Peter ;) On Wed, Jul 1, 2009 at 7:49 AM, peter anderson ... [Non-text portions of this message have been removed]...
Ok, that's clearer. I commented out the line "#PREFIX3=$" and that gives me the desired effect. The '$' is a required part of php variable names and this makes...
I need two different sets of ini and syntax directories for different projects (primarily because of the templates). I have two shortcuts to start Edit Plus: ...
... Further information: If I have opened "C:\Program Files\EditPlus\editplus.exe" -d G:\shared\proj1\code -i G:\shared\EditPlus\proj1 and verify that Tool >...
... A question: In the scenario you just described, does the first instance of EP continue to actually use the path that was specified on the command line...
To set the syntax directory on the command line use "-s" This is not documented - I learned it today from Sangil Kim, the author of EditPlus. He is aware it is...
Sateesh- Are you referring to anything to do with Windows OS or only EditPlus? In EditPlus, you can use View>>Screen Font and View>>Printer Font to set the ...
i know their are some experts out there :-) so help please i have a csv file so "3716536373","3716536373","AS","ASM","AMERICAN SAMOA" ...
John Smith
john@...
Jul 17, 2009 8:53 pm
6335
Hi, Find What: ^(".+")$ Replace With: insert into iptocountry\nvalues(\1); Do Replace All, with RegEx option checked. Hope this is helpful. Joon ... -- Using...
ok i was helped so quickly here last time :-) i've now got another similar regex problem ! i have a text file with ips ...so 12.130.81.96 - 12.130.81.103 ...
John Smith
john@...
Jul 19, 2009 10:55 am
6338
ADDITONAL EDIT ok i was helped so quickly here last time :-) i've now got another similar regex problem ! i have a text file with ips ...so 12.130.81.96 -...
John Smith
john@...
Jul 19, 2009 10:56 am
6339
You can't (directly) add incrementing numbers. I have a couple of user tools that would let you do it, but it's overly complicated for what youneed to do... ...
They are php arrays so perfectly true the square brackets is enough but somehow the expression finds nothing... a selection 12.63.178.60 - 12.63.178.63 ...
John Smith
john@...
Jul 19, 2009 8:45 pm
6341
Are those spaces or tabs? Are there more than one? Try this: Find = ([.0-9]+)[ \t]+-[ \t]+([.0-9]+) dZ. -- +++ Divide By Cucumber Error - Please Reinstall...
spaces - nope that what does want to either :-)...
John Smith
john@...
Jul 19, 2009 10:48 pm
6343
ok i have almost got it how do i do the end of the line ie it can be any number which i need to keep and i need to add '); at the end of it...
John Smith
john@...
Jul 19, 2009 11:06 pm
6344
What do you mean? dZ. -- "Bastard Operators don't just win. Anyone can win. Bastard Operators win and totally demoralise. That's real winning." -- BOfH...
btilliant ! loved edit plus for years and this group is a great extra to it :-) thanks a lot...
John Smith
john@...
Jul 20, 2009 10:56 am
6348
Hi fellow EditPlus users, Does anyone know if it is possible to turn off auto-complete in the "find" and "replace" dialogue boxes. I find this really...
pja
peterjohnanderson@...
Jul 23, 2009 6:07 am
6349
Hello: Yes, it is possible. I forgot the where is the option at this moment, but it says something like "Enable auto-complete in combo- boxes". It is...