Hello Dave, Welcome to our list! First, you'll be happy to know that the auto-complete file is fully configurable. There are also a large amount of user ...
6098
J
morrispeckham
Oct 17, 2008 6:27 pm
Every so often when I'm using EditPlus it seems to switch to a US keyboard layout. I have a UK keyboard which isn't so different, but " and @ are swapped....
6099
bronius motekaitis
bcswebstudio
Oct 17, 2008 7:23 pm
Do you maybe unwittingly have a hotkey to switch languages in Windows that you're either inadvrtently hitting or that is identical to an EP shortcut? ... From:...
6100
dsvick31
Oct 17, 2008 8:14 pm
Thanks for the reply DZ. I had tried that already and there is nothing listed in the auto completion field for that syntax type. It is listed as an html file...
6101
dz@...
dzfoo
Oct 17, 2008 8:23 pm
There is one more thing you can check: Open up the syntax highlight file for that file type and look for a line that says "#AUTOCASE=y". If it's there, ...
6102
dsvick31
Oct 20, 2008 12:59 pm
That took care of it - thanks!!...
6103
dsvick31
Oct 20, 2008 1:08 pm
This is is the last post I can find in this thread, does anyone know if there has been a decision to add the requested functionality? I agree this is not a...
6104
Arthur Lee
itsoktopicky...
Oct 21, 2008 2:39 pm
Hello, I have a large file, 40,000 + lines. I want to find 2 (or more) occurences of different strings that occur only on the same line. e.g. with these 3...
6105
dz@...
dzfoo
Oct 21, 2008 3:16 pm
Can you explain further? I'm not sure I understand your request. -dZ. ... Lee[mailto:itsoktopickyournose@...] ... the same line of a multi line file ... ...
6106
Mark Kahn
CWolves
Oct 21, 2008 4:11 pm
find string1.*string2.*string1 folio.*afm.*folio -Mark On Tue, Oct 21, 2008 at 7:39 AM, Arthur Lee ... [Non-text portions of this message have been removed]...
6107
Mark Kahn
CWolves
Oct 21, 2008 4:11 pm
erm...sorry, not quite :) foilo.*afm|afm.*folio there we go :) -Mark ... [Non-text portions of this message have been removed]...
6108
bronius motekaitis
bcswebstudio
Oct 21, 2008 7:39 pm
dZ this one's for you.. I was about to compose a question before I thought: RTFM.. So instead, I'll post a "user39;s tip" ;) To turn off URL Highlighting in...
6109
dz@...
dzfoo
Oct 21, 2008 7:54 pm
Whoa! Nice one. That used to be "built-in", not optional, and it annoyed the heck out of me whenever I happen to CTRL+Click a line in a document that ...
6110
Arthur Lee
itsoktopicky...
Oct 22, 2008 9:29 pm
foilo.*afm|afm.*folio actually folio.*afm|afm.*folio :-) you got me bc i was cutting and pasting, that's it thanks very much. Another thing that was...
6111
Bronius Motekaitis
bcswebstudio
Oct 23, 2008 1:16 am
I don't know about your particular example, but I too noticed a difference in regex behavior when doing a document-find vs a find-in-files. I think I posted...
6112
Tom
hnn_web_jack
Nov 1, 2008 12:39 pm
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...
6113
DZ-Jay
dzfoo
Nov 3, 2008 11:01 pm
... 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...
6114
Jack Moore
hnn_web_jack
Nov 4, 2008 10:37 am
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...
6115
pandorhu
pandorhu@...
Nov 7, 2008 2:09 pm
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 ""...
6116
dsvick31
Nov 10, 2008 1:26 pm
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...
6117
John Morse
john63960
Nov 10, 2008 3:00 pm
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...
6118
Daniel Gibby
illuminique8...
Nov 10, 2008 3:42 pm
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...
6119
dz@...
dzfoo
Nov 10, 2008 3:58 pm
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 ...
6120
Daniel Gibby
illuminique8...
Nov 10, 2008 4:13 pm
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 ...
6121
Mark Kahn
CWolves
Nov 10, 2008 4:23 pm
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...
6122
youer.you
Nov 16, 2008 11:59 pm
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...
6123
omersentro
Nov 17, 2008 2:26 pm
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...
6124
DZ-Jay
dzfoo
Nov 18, 2008 10:42 am
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...
6125
dr_zloba
zloba00@...
Nov 28, 2008 1:43 pm
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>...
6126
Aleem Juma
aleemjuma
Nov 28, 2008 3:03 pm
find: <script>[^>]*</script> replace: (replace with nothing) 2008/11/28 dr_zloba <zloba00@...> ... [Non-text portions of this message have been removed]...