Search the web
Sign In
New User? Sign Up
editplus · Join the EditPlus group! The Best Editor
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5576 - 5605 of 6448   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5576
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...
josealberto1975
Offline Send Email
Dec 2, 2007
8:29 am
5577
... 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: ...
DZ-Jay
dzfoo
Offline Send Email
Dec 2, 2007
12:30 pm
5578
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...
srdjan.markovic
Offline Send Email
Dec 2, 2007
7:02 pm
5579
... I don't think so, if only because Edit+ is not IE. It only uses the IE rendering engine. -- _______________________________________________________________...
Tom Ditmars
alephstar
Online Now Send Email
Dec 2, 2007
8:05 pm
5580
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. ...
hrosen50
Offline Send Email
Dec 12, 2007
4:34 pm
5581
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...
Bronius Motekaitis
bcswebstudio
Offline Send Email
Dec 12, 2007
4:38 pm
5582
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...
dz@...
dzfoo
Offline Send Email
Dec 12, 2007
5:04 pm
5583
Thanks. I am an idiot. I missed the regular expression box. Hal On Dec 12, 2007 11:38 AM, Bronius Motekaitis <subscription@...> ... [Non-text...
Hal Rosenthal
hrosen50
Offline Send Email
Dec 12, 2007
5:44 pm
5584
It was the regular expression box that I missed. Thanks, Hal ... [Non-text portions of this message have been removed]...
Hal Rosenthal
hrosen50
Offline Send Email
Dec 12, 2007
5:44 pm
5585
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...
Will Thomas
sirwill767
Offline Send Email
Dec 16, 2007
7:30 am
5586
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...
gu_fr6
Offline Send Email
Dec 25, 2007
6:10 pm
5587
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...
Necati
necatibelenli
Offline Send Email
Dec 26, 2007
3:51 pm
5588
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...
JAMES LANDIS
jamesl6474
Offline Send Email
Dec 30, 2007
4:34 am
5589
Use this reg exp ,[^,]*$ ... [Non-text portions of this message have been removed]...
Adul
JoEi007
Offline Send Email
Dec 30, 2007
4:58 am
5590
That works great. Thank you for your quick response. ... [Non-text portions of this message have been removed]...
JAMES LANDIS
jamesl6474
Offline Send Email
Dec 30, 2007
12:59 pm
5591
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 &...
Art Mosher *Lists*
artm9
Offline Send Email
Jan 2, 2008
9:47 pm
5592
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...
Steven Boesch
oraclej2ee
Online Now Send Email
Jan 3, 2008
6:56 pm
5593
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...
Bill
hamptonmale
Offline Send Email
Jan 4, 2008
6:52 pm
5594
... 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...
bac_nj
Offline Send Email
Jan 5, 2008
10:48 pm
5595
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...
Doug Fortnam
dfortnam1
Offline Send Email
Jan 6, 2008
12:06 am
5596
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...
VAmale
hamptonmale
Offline Send Email
Jan 6, 2008
1:56 am
5597
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...
VAmale
hamptonmale
Offline Send Email
Jan 6, 2008
2:17 am
5598
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...
mkeefe
graphics2code
Offline Send Email
Jan 6, 2008
2:43 am
5599
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
garyandterri
Offline Send Email
Jan 6, 2008
6:24 pm
5600
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...
Peter Anderson
pjafrombbay
Offline Send Email
Jan 8, 2008
12:55 pm
5601
Sure! Show the code. And speaking o copyright notices, I use this script. It updates itself every New Year's Day! <script language = 'JavaScript'> <!-- ...
VAmale
hamptonmale
Offline Send Email
Jan 8, 2008
1:07 pm
5602
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...
DZ-Jay
dzfoo
Offline Send Email
Jan 8, 2008
1:56 pm
5603
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:...
VAmale
hamptonmale
Offline Send Email
Jan 8, 2008
2:41 pm
5604
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...
T Cosmas
t_cosmas
Offline Send Email
Jan 8, 2008
9:31 pm
5605
... 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...
Waccoon
marcleveille
Offline Send Email
Jan 9, 2008
8:37 am
Messages 5576 - 5605 of 6448   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help