Hello I recently moved to Linux (Ubuntu 8.10, because it looked the easiest) and I've got EditPlus to work fine using Wine. The only problem is it doesn't...
... OK found it. I'll repost it here in case anyone has a similar problem in the future. Open EditPlus, go to Tools > Configure User Tools > Settings and ...
... You don't need to close and re-open EditPlus; you can go to the Document menu and look for Refresh Syntax File, or something to that effect. dZ. ... It's...
Hello dZ and Cliff, There is a menu choice (Document -> File Type -> Refresh STX/ACP But that does not seem to refresh the htmlbar.acp Looks like you need to...
Hi! I hope everyone is having a good holiday season. I have an on-going nag that someone might be able to help me with. I use EditPlus for almost all my text...
Peter Anderson
peter.anderson@...
Dec 30, 2008 8:07 am
6132
Perhaps a keyboard macro? dZ. -- War is peace. Equity is slavery. Credit is strength. For Your Convenience. -- The Ministry of Truth...
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...