Hi, I have to Find/Replace paragraphs starting with Capitals letters from first letter only, to the dot at the end in last character (\.$) only (jumping dots...
5577
DZ-Jay
dzfoo
Dec 2, 2007 12:30 pm
... The ^ and $ anchors match at the beginning and end of a line (or the input string) only, and the dot does not match a newline. So try this: ...
5578
srdjan.markovic
Dec 2, 2007 7:02 pm
Hi Is there a way to use IE Developer Toolbox from within EditPlus browser window? It is quite usefull tool but I can access it only from IE Toolbar. I prefer...
5579
Tom Ditmars
alephstar
Dec 2, 2007 8:05 pm
... I don't think so, if only because Edit+ is not IE. It only uses the IE rendering engine. -- _______________________________________________________________...
5580
hrosen50
Dec 12, 2007 4:34 pm
Greetings, I can't seem to figure out or find the right escape character to replace something with either a line break or tab; ^t \t ^n \n have not worked. ...
5581
Bronius Motekaitis
bcswebstudio
Dec 12, 2007 4:38 pm
It is indeed \t (backslash). But I used to have problems with that too for some reason: be sure you've got "regular expressions" checked and consider using...
5582
dz@...
dzfoo
Dec 12, 2007 5:04 pm
Hello: Fancy character sequences like "\t" and "\n" will only work if you have the "Regular Expression" checkbox ticked. Note that once you tick that box, the...
5583
Hal Rosenthal
hrosen50
Dec 12, 2007 5:44 pm
Thanks. I am an idiot. I missed the regular expression box. Hal On Dec 12, 2007 11:38 AM, Bronius Motekaitis <subscription@...> ... [Non-text...
5584
Hal Rosenthal
hrosen50
Dec 12, 2007 5:44 pm
It was the regular expression box that I missed. Thanks, Hal ... [Non-text portions of this message have been removed]...
5585
Will Thomas
sirwill767
Dec 16, 2007 7:30 am
Hello, I am a new member and I want to say I have enjoyed reading your 'posts39;. It is a busy time of the year and I haven't had time to do much with the...
5586
gu_fr6
Dec 25, 2007 6:10 pm
Recently, I evaluated EditPlus with regards to large files. It showed no problems to load them in and one could smoothly scroll them. But when I tested the...
5587
Necati
necatibelenli
Dec 26, 2007 3:51 pm
It is even slower when you search and replace using regular expressions. I noticed that positioning the cursor at the top of the file and turning word-wrap off...
5588
JAMES LANDIS
jamesl6474
Dec 30, 2007 4:34 am
How do you find something an delete to the end of the line. This file is a cvs file. text1,text2,text3,text4,text5 ,text2,text3,text4,text5 ,,text3,text4,text5...
5589
Adul
JoEi007
Dec 30, 2007 4:58 am
Use this reg exp ,[^,]*$ ... [Non-text portions of this message have been removed]...
5590
JAMES LANDIS
jamesl6474
Dec 30, 2007 12:59 pm
That works great. Thank you for your quick response. ... [Non-text portions of this message have been removed]...
5591
Art Mosher *Lists*
artm9
Jan 2, 2008 9:47 pm
A helpful Regex program is the Regex Coach at: http://www.weitz.de/regex-coach/ Just put your search phrase in & keep trying Regex expressions until it works &...
5592
Steven Boesch
oraclej2ee
Jan 3, 2008 6:56 pm
Hi, I was happy to see Editplus come up on wine. When attempting to open files, I really do not want to click down one directory at a time. I want to either...
5593
Bill
hamptonmale
Jan 4, 2008 6:52 pm
Hi. I'm new here but have been using EditPlus since 1995. You'd think I'd know everything about it by now! Here's the situation; I have a site I built and need...
5594
bac_nj
Jan 5, 2008 10:48 pm
... I doubt it. This sounds like a job for the Unix command line utility sed (of which there are Windows versions available). Or, if the files are on a server...
5595
Doug Fortnam
dfortnam1
Jan 6, 2008 12:06 am
How about if you opened all the page files in editplus, then use Replace. Put your link that you want to remove in the Find What field and leave the Replace...
5596
VAmale
hamptonmale
Jan 6, 2008 1:56 am
Yes, that works. I tried it with 4 pages. But it's still going to take a lot of time to open all 150 pages. LOL _____ From: editplus@yahoogroups.com...
5597
VAmale
hamptonmale
Jan 6, 2008 2:17 am
It worked! Took me about 15-20 minutes to do it. I did about 1/3 at a time. I replaced them all, then hit Save All and then closed EditPlus to close all of the...
5598
mkeefe
graphics2code
Jan 6, 2008 2:43 am
If you wanted to live dangerously you could have also FTP'd to the directories directly on your server and had EditPlus edit those. Matt ... [Non-text portions...
5599
Gary
garyandterri
Jan 6, 2008 6:24 pm
A quick way to open all the files would have been to use the "Find in Files" feature to search for the link to be replaced, specifying the proper folder...
5600
Peter Anderson
pjafrombbay
Jan 8, 2008 12:55 pm
Gary said: "...An even easier way would have been to use an include file in your website design" This is a really good technique that I have used for a long...
5601
VAmale
hamptonmale
Jan 8, 2008 1:07 pm
Sure! Show the code. And speaking o copyright notices, I use this script. It updates itself every New Year's Day! <script language = 'JavaScript39;> <!-- ...
5602
DZ-Jay
dzfoo
Jan 8, 2008 1:56 pm
Hum, don't mean to burst your bubble, but Copyrights are usually marked from the last edition, not dynamically updated every year. Just like books, which...
5603
VAmale
hamptonmale
Jan 8, 2008 2:41 pm
Better safe than sorry. _____ From: editplus@yahoogroups.com [mailto:editplus@yahoogroups.com] On Behalf Of DZ-Jay Sent: Tuesday, January 08, 2008 8:57 AM To:...
5604
T Cosmas
t_cosmas
Jan 8, 2008 9:31 pm
Hi dz, I disagree. The common copyright SHOULD be 'renewed39; every year; but a statement such as "Last revised: October 18, 2006" will state when the content...
5605
Waccoon
marcleveille
Jan 9, 2008 8:37 am
... I'm not sure that this would be in any ways effective, since it's a client-side notice and is not actually "stamped" on the page itself. A copyright is...