Hello All, I try to use the Regular expression search option in the editor but I don't understand how to do that. I have all over my website lines like that: ...
5421
DZ-Jay
dzfoo
Oct 17, 2007 9:17 am
... The change is detected when the timestamp of the file changes. Windows has an annoying knack of allowing some API calls that modify files in place without...
5422
DZ-Jay
dzfoo
Oct 17, 2007 9:18 am
That's what I do, as I can't seem to be able to re-program myself to use the WinKey. dZ. ... -- In human stupidity, when it is not malicious, there is...
5423
DZ-Jay
dzfoo
Oct 17, 2007 9:29 am
It depends on the information that you want to capture from the regular expression. Here's an example that will capture most of what (to me) seems important: ...
5424
Mark Kahn
CWolves
Oct 17, 2007 1:28 pm
If the spans are ALWAYS one one line: (<span [^\n]+>)([^\n]+)(</span [^\n]+>) ideally you want to do something that Edit+ doesn't support, which is non-greedy...
5425
gilichiriac2002
Oct 18, 2007 12:39 pm
I use the line comment / uncomment, also the html comment (for which there is no uncomment unfortunatelly) but there's no icon/tool for adding/removing block...
5426
toe_bot_c
Oct 18, 2007 2:39 pm
SHIFT+SPACE WinKey+SPACE works in some implementations and does not count as a bug if it does not. (It may be more compatible on Vista for example.)...
5427
toe_bot_c
Oct 18, 2007 2:46 pm
Hey Mr. Kahn, where is the tool? I checked the Wiki (at your site) and saw no mention of it. Thanks. ... if you...
5428
Mark Kahn
CWolves
Oct 18, 2007 2:48 pm
http://editplus.info/wiki/User_Tools#Full_RegEx_Supported_Replace_and_More.21 ... [Non-text portions of this message have been removed]...
5429
Ian Beveridge
ianbeveridge
Oct 19, 2007 11:48 am
... Ah-hah! I can't believe I didn't try that before... Thanks....
5430
Bronius Motekaitis
bcswebstudio
Oct 19, 2007 2:26 pm
funny.. it was new to me, too even though I use ENTER vs SHIFT-ENTER in rich text editors all the time to differentiate between <p> and <br/>39;s. thanks for the...
5431
Ken Green
kennethmgreen
Oct 19, 2007 9:13 pm
I've always used a cliptext entry like this: /* ^! */ ... [Non-text portions of this message have been removed]...
5432
DZ-Jay
dzfoo
Oct 20, 2007 10:31 am
Hello: The only reason I know about it is because I reported it as a bug a few years ago, and was told by Sangil Kim that it was just moved frmo SHIFT+SPACE to...
5433
DZ-Jay
dzfoo
Oct 20, 2007 10:32 am
... No, but selecting multiple lines will line-comment all of them. That, or use a ClipText snippet, as suggest by Ken Green. dZ. -- I am a software...
5434
T Cosmas
t_cosmas
Oct 21, 2007 1:25 am
Well, to uncomment you can just use Search/Replace (Ctrl-H) and replace the comment string (i.e., /*) with an empty field. As others have pointed out the "/* ^...
5435
Mark
tooomanyletters
Oct 21, 2007 7:10 pm
Hi, my connection just changed from dial-up to ADSL, and now I can't upload my HTML files via FTP. A NetComm N86 ADSL2+ Modem Router is installed, and I'm...
5436
Rob
brokennemesis
Oct 21, 2007 7:11 pm
Does anyone know a neat trick to accomplish this, or did I miss this tool in the current version? DW had it, and it is one of two features I sincerely miss in...
5437
Aleem Juma
aleemjuma
Oct 21, 2007 7:47 pm
is your firewall configured to allow FTP traffic through?...
5438
Bronius Motekaitis
bcswebstudio
Oct 22, 2007 12:12 am
There's a Find in Files in which you can select "All open files" or "files in a directory/include subdirs.." ..? -bronius ... [Non-text portions of this...
5439
Mark
tooomanyletters
Oct 22, 2007 12:06 pm
... Hmm, not sure I saw a setting for FTP traffic in the modem router configuration, though it shouldn't be a problem since I can upload using FileZilla no...
5440
Luis Sanchez
asancheznc
Oct 24, 2007 1:35 pm
Hello to all collaborators! Somebody knows how I can put the Auto complete in editplus Thanks Luis Alfonso Sánchez, Analista Programador. ... ˇSé un mejor...
5441
toe_bot_c
Oct 26, 2007 10:06 am
For example, I have a PHP script where I create data URI's. They can be in excess of 250,000 characters and a browser extension I am using chokes on lines...
5442
Ian Beveridge
ianbeveridge
Oct 26, 2007 12:08 pm
... If you're not too bothered about being strict about the line length, then you can probably do a search/replace with a long regular expression. E.g. find:...
5443
dz@...
dzfoo
Oct 26, 2007 1:04 pm
Here's how I do it: 1. Resize the EditPlus window to the column width you want. 2. Turn on Word-Wrap. 3. CTRL+A (select all) CTRL+SHIFT+K (split lines) et...
5444
dz@...
dzfoo
Oct 26, 2007 1:11 pm
Oh, I forgot one step: 0. CTRL+A (select all) CTRL+SHIFT+J (join lines) That will join all lines into a single (very) long one so that you can split them into...
5445
mattlavinder
Oct 26, 2007 2:24 pm
Anyone here using EditPlus under Windows Vista? I might be buying a laptop soon. I'm trying to make sure the programs I use on a regular basis work under...
5446
Bronius Motekaitis
bcswebstudio
Oct 26, 2007 2:33 pm
I'm on vista have have suffered no problems in ep. If anything, you'll get annoyed by repetitive permissions dialogs popping up for everything you normally...
5447
Justin King
getafixx
Oct 26, 2007 2:34 pm
works just fine. Edit plus on windows vista ultimate. Justin / Getafixx I'm not questioning your powers of observation I'm merely remarking upon the paradox of...
5448
Bronius Motekaitis
bcswebstudio
Oct 26, 2007 2:34 pm
Ah, very clever, dZ! I was considering the best regex option like Ian devised-- but I suppose the real question (taking this beyond the scope of the orig Q and...
5449
Bronius Motekaitis
bcswebstudio
Oct 26, 2007 2:35 pm
Ah, very clever, dZ! I was considering the best regex option like Ian devised-- but I suppose the real question (taking this beyond the scope of the orig Q and...