It seems like it's a crap shoot for me. Sometimes it asks me and sometimes it doesn't. I just want it to pop up the little dialog box asking if I want to add...
... It's not a crap shoot; EditPlus cannot magically guess that the document is of type HTML in order to offer the extension. That said, there are indeed a...
Thanks but I had before been using "template" .html files, in one directory it would ask me, in the other it would not ask me. Both auto detected the file was...
Hi, I use Editplus for writing programs in PHP and all output (both PHP and HTML) I generate from PHP code. Unfortunately it's hard to read HTML code inside ""...
pandorhu
pandorhu@...
Nov 7, 2008 2:09 pm
6116
I've been testing Edit Plus for almost a month now and enjoy what I see and am considering purchasing a license and replacing Crimson Editor. Edit Plus so far...
Updates are slow, but they are solid releases. Join the Beta testers and you will get updates very regularly. As for price... you can't beat it I bought a...
I have used EditPlus for years, and finally decided to pay for it. I paid for it just before the major 3.0 release came out. I didn't have to pay again, the...
Hello: For those of us that bought a license years ago, the policy back then was that you get free updates for life, so we never had to upgrade. However, I ...
Actually, I believe that policy has been in place for years but not enforced at all. See my other email. I noticed that policy being there probably around 5 ...
It's a moot point anyway. IF a new version were released next month or next year AND the licensing system really did change to per-major-version (and the...
For instance, I want to find this kind of paragraph in a text file: sadasdsa asdasdsad <html> test test test ... </html> asfdsa sadasdsa asdasd I want to...
hi folks, just discovered this group. I am using EP to work on big txt files (hundreds of MB, with several hundred thousands of lines). Every now and then I...
Hello: Firstly, welcome to our group! Now for the bad news: I don't think there's a way to disable that prompt. I haven't worked with such large files in a...
who can advice the regexp, working in editPlus? Need to delete text from tags <tag>unwanted text</tag>. I mean that there are some code between tags <sript>...
dr_zloba
zloba00@...
Nov 28, 2008 1:43 pm
6126
find: <script>[^>]*</script> replace: (replace with nothing) 2008/11/28 dr_zloba <zloba00@...> ... [Non-text portions of this message have been removed]...
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...