Is there a way to connect a FTP Account to a Project - so that when I select a Project, the FTP Account for that project is selected as well. This would speed...
I need to search through some text to find a string which follows the pattern 3 capital letters + 1 lowercase letter + 3 capital letters. From the way the...
Your regexps are wrong: you cannot mix the range operator ([ ]) with the negative range operator ([^ ]). Try this: ([A-Z][A-Z][A-Z])([a-z])([A-Z][A-Z][A-Z]) ...
Are you working only with remote files? When you define a project (and associate saved files as assets of that project), part of the file paths is the ftp...
This worked for me: [A-Z][A-Z][A-Z][a-z][A-Z][A-Z][A-Z] If you need the exact same 3 letter sequence on each side, I believe editplus' regex parser does not...
The files I'm working on are stored locally (I only have a moderate speed dsl connection). When I make changes to a file I use the 'FTP Upload' as this saves...
Yes, that would be a convenient way to operate. I have a similar irk with Dreamweaver: it would be good to have options for Local files, Testing Server, and...
Thanks, I have a program "Super Flexible File Synchronizer" from www.superflexible.com that does the compare and transfer like BeyondCompare - hadn't thought...
... Mr Khan, Have a look at the "Tools/Preferences" dialog box. Under "Files/Settings and Syntax" select XML from the list of File Types and then un-check the ...
Peter Anderson
peter.anderson@...
Jan 14, 2009 12:58 am
6144
Hello all! I just discovered a new (to me) feature of EditPlus, though it is listed in the commands list of the Help File: File|Others|Open Header...
Huh-- great find dZ! FRom the help: Open Header command (File menu) ... bummer.. I could see it do includes in php, etc. At the same time, I can see EP...
Well, if you're like me, I define a root path and add that to my include path, so I don't have "include ../../../../../../../folder/folder/folder/file.php" but...
Ok, I had in mind something more like $_SERVER["DOCUMENT_ROOT"] prepending paths of which EP nor any text editor would have any clue without knowing the server...
I'm not seeing any options to change this so maybe someone else knows how to do this. Or if not, put it high on the suggestion list. I'm looking at a text file...
I purchased EditPlus on Jan 23 and never received a key code or even a response from them other then the original email from the processor telling me they knew...
I wish is where that easy. I do quite a bit of correspondence through email I check spam folders and did test emails blah blah. Just got not response from them...
Does anyone here know of a syntax file that has been written to assist one in writing material that would be placed on wikiepdia (or any other mediawiki...
I have been using Edit+ for about 10 years now. I have tried many other editors along the way, but this is still my favorite. Now, like many of you, there are...
There are a few sites that exist for exactly this, like: https://www.bountysource.com/ http://www.chipin.com/ though it would ultimately be up to the developer...
... My money goes to that one. http://www.leave-my-ep-alone.com/ http://www.fight-the-bloat.com/ (fake sites, btw. :) dZ. -- Give a man a fish, he owes you one...
Instead of having every single feature imaginable baked into ep, why not just suggest/request more extensibility in the product? With that in place we could...
How about we use UserVoice.com so that we can suggest and vote for the most wanted/needed features so that Sangil has a better idea of what his customers are...
I'm sure this is possible, but a database search here for HTML Checker didn't show me how to configure EDIT so I can run TIDY, or similar HTML checker, on an...
... For a similar approach, here are my two user tools for HTML Tidy. EditPlus user tool to clean file: Menu text: HTML Tidy - Clean File Command: C:\Program...
Doug, It would seem that you could just configure a user tool (Tools -> Configure User Tools) set the "Command" field to the complete path to Tidy (eg:...