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...
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...
... I don't think so, if only because Edit+ is not IE. It only uses the IE rendering engine. -- _______________________________________________________________...
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. ...
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...
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...
Hello, I am a new member and I want to say I have enjoyed reading your 'posts'. It is a busy time of the year and I haven't had time to do much with the...
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...
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...
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...
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 &...
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...
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...
... 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...
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...
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...
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...
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...
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...
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...
Sure! Show the code. And speaking o copyright notices, I use this script. It updates itself every New Year's Day! <script language = 'JavaScript'> <!-- ...
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...
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:...
Hi dz, I disagree. The common copyright SHOULD be 'renewed' every year; but a statement such as "Last revised: October 18, 2006" will state when the content...
... 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...