yeah, I got this. I'm trying to match HTML highlighting, for example. The current extension matches are: html;htm;asp;asa;aspx;asax;shtml;stm;hta I obviously...
6083
dz@...
dzfoo
Sep 19, 2008 6:57 pm
Oh! I guess that won't work. It doesn't accept a regular expression, but a simple "file match" wildcard expression, like what you use in directory listings on...
6084
Mark Kahn
CWolves
Sep 19, 2008 7:05 pm
nah, that's okay. I got it matching .js, .css, .java, .php and .htm* which is, for the most part, everything I use anyway. I don't remember the last time I...
6085
dz@...
dzfoo
Sep 19, 2008 7:07 pm
No problem. I submitted a feature request to Sangil Kim, asking him for regexp support on the pattern field, or at least to allow for a list of patterns. -dZ....
6086
Mark Kahn
CWolves
Sep 19, 2008 7:36 pm
I did the same :D -Mark ... [Non-text portions of this message have been removed]...
6087
gangadhar_munja
Sep 24, 2008 1:36 pm
hi plz tell how to run cpp programs using editplus.....and if i wrote cpp program in editplus..then how i run this on command promt?...
6088
Mark Kahn
CWolves
Sep 24, 2008 7:17 pm
create a user tool that passes the current file name off to a compiler and runs it. If it's a program that doesn't need interaction you can write to stdout...
6089
Michael L. Jones
mljones1947
Sep 24, 2008 10:29 pm
... wrote ... Check these links: http://www.editplus.com/faq.html#java http://editplus.info/wiki/User_Tools#C.2FC.2B.2B:_Compiler...
6090
Peter Anderson
peter.anderson@...
Sep 25, 2008 1:43 am
... I don't know how to set up EditPlus for ccp but I can show you how I do a User Tool configuration for Python which might help. After creating a new User...
6091
tc_online2000
Oct 1, 2008 1:30 am
Ha! This is exactly what I do!! But seriously, this type of highlighting is one of the few things I'm jealous of in other editors......
6092
DZ-Jay
dzfoo
Oct 1, 2008 9:49 am
... So much work! I move the cursor over the word I want to search and press CTRL+F3, then continue with F3. The CTRL+F3 shortcut automagically selects the...
6093
Peter Anderson
peter.anderson@...
Oct 6, 2008 5:30 am
Hi! I have a problem with EditPlus (E+) capturing output from Python. See the following Python script: # Name: month.py # Purpose: A program to print the...
6094
tc_online2000
Oct 8, 2008 8:40 pm
egads, my editor just got better!...
6095
DZ-Jay
dzfoo
Oct 9, 2008 9:04 am
And remember kids: you can always reprogram the keys to all those commands! Cheers! dZ. ... -- "Bastard Operators don't just win. Anyone can win. Bastard...
6096
dsvick31
Oct 16, 2008 8:06 pm
Hi everyone, this is probably my first of many posts. I'm trying out Edit Plus as a replacement for Crimson Editor so I'm sure I'll have lots of questions... ...
6097
dz@...
dzfoo
Oct 16, 2008 8:23 pm
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...