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 5335 - 5364 of 6448   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5335
Can someone suggest a regular expression which would allow me to make the following change? Input text: tom.cosmas@... Output text: tom . cosmas AT...
T Cosmas
t_cosmas
Offline Send Email
Aug 1, 2007
1:23 pm
5336
My first instinct would be: Find ([^\.]*)\.([^@]*)@([^\.]*)\.([^\.]*)\.(.*)$ Replace with \1 . \2 AT \3 . \4 . \5...
Aleem Juma
aleemjuma
Offline Send Email
Aug 1, 2007
1:43 pm
5337
Hi Friends, Am a newbie. I have configured user tools for compiling and running java sources. When am trying to compile/run a simple program, am getting a pop...
java4u1129
Offline Send Email
Aug 1, 2007
2:10 pm
5338
If the pattern of the e-mail address will always be the same, you can try this: Find: ^([^.]+)\.([^\@]+)\@([^.]+)\.([^.]+)\.([^.]+)$ Replace: \1 . \2 AT \3...
dz@...
dzfoo
Offline Send Email
Aug 1, 2007
2:35 pm
5339
no, it's not possible if you're trying to do this on general e-mail addresses simply because you could potentially have a dozen periods in your e-mail: ...
Mark Kahn
CWolves
Offline Send Email
Aug 1, 2007
2:39 pm
5340
oh, and also note that if you're doing this for the same of preventing e-mail harvesting, it's hardly even worth the effort as it's just as simply to harvest...
Mark Kahn
CWolves
Offline Send Email
Aug 1, 2007
2:42 pm
5341
Can you paste in your user tool configuration please...
Aleem Juma
aleemjuma
Offline Send Email
Aug 2, 2007
8:37 am
5342
Checking the EditPlus website, there is a semi-recent patch out that covers this. DATE: 2007-07-10 BUILD: 514 This is a patch file to fix the bugs of EditPlus...
cyberfunkr
Offline Send Email
Aug 7, 2007
4:47 pm
5343
In case you missed it, there is a new bug patch available (Build 524, dated 2007-08-02) at http://www.editplus.com/trouble.html....
Michael L. Jones
mljones1947
Offline Send Email
Aug 8, 2007
9:01 pm
5344
Hi All, Hey Michael, ignore that email I just sent you. FYI I have just noticed that if you click on the "Click here to Download the latest patch file" it will...
Andrew
mr_aprice
Offline Send Email
Aug 8, 2007
11:37 pm
5345
Link should have been to http://www.editplus.com/trouble.html Note: This patch fixes the "Sum" error of ignoring the negative sign!...
T Cosmas
t_cosmas
Offline Send Email
Aug 9, 2007
3:15 am
5346
I had been editing a UTF-8 text file which contained a mixture of Chinese and other non-western characters. When uploaded to the server, the script which has...
Richard Grevers
nztheatre
Online Now Send Email
Aug 13, 2007
11:25 pm
5347
Hope this will help. http://img101.imageshack.us/img101/3028/bomqz8.png EditPlus v2.31 (429) Best regards, *Mishail* ... Subject: [edit+] Removing a BOM From:...
Mishail
mishail_mishail
Offline Send Email
Aug 14, 2007
1:34 pm
5348
off topic, Mishail - if you're on windows, what skin is that? -Mark ... [Non-text portions of this message have been removed]...
Mark Kahn
CWolves
Offline Send Email
Aug 14, 2007
2:26 pm
5349
On Tue, 14 Aug 2007 18:10:49 +1200, Mishail <mishail.mishail@...> ... Thanks Mishail - for some reason I had always skipped that pane of preferences! -- ...
Richard Grevers
nztheatre
Online Now Send Email
Aug 14, 2007
9:32 pm
5350
Hi Mark, That's GUI.Relax by b0se: http://b0se.deviantart.com/art/GUI-Relax-45441528 ... -- ... Regards, - Mishail...
Mishail
mishail_mishail
Offline Send Email
Aug 14, 2007
10:48 pm
5351
I have wriiten an enhanced find tool in AutoHotKey that I would like to change to allow searching from the top of the file or the current line. How can I...
Grant W.
asilentfriend
Offline Send Email
Aug 16, 2007
7:09 pm
5352
if it's a user tool you can pass $(CurLine) to the tool. Also, autohotkey can grab the value out of any label box in an application, which is likely what is at...
Mark Kahn
CWolves
Offline Send Email
Aug 16, 2007
9:17 pm
5353
FTP advanced setting specifies VMS for server type. Connects to mainframe successfully. Browse window only shows folder icon, no list of members. Entering...
urgolfpal
Offline Send Email
Aug 22, 2007
4:38 pm
5354
I suggest you report this as a bug to support@... so that the developer is aware of the problem. -dZ. ... Connects to mainframe successfully. Browse...
dz@...
dzfoo
Offline Send Email
Aug 22, 2007
4:50 pm
5355
I did but haven't heard from anyone yet. My hope was that someone in the group had encountered this problem, too, and had a solution. "dz@..."...
Phil Roberts
urgolfpal
Offline Send Email
Aug 22, 2007
5:34 pm
5356
Sangil- Often times when I use a new peace of software, I come at the developer(s) with a host of standardization and usability feature requests. As the ...
Bronius Motekaitis
bcswebstudio
Offline Send Email
Aug 28, 2007
3:02 pm
5357
I've been using EditPlus for I don't how many years (at least seven) and never once has it let me down, or have I missed a feature, or has a default been wrong...
qsfe-kdhw@...
jrothlisberger
Offline Send Email
Aug 28, 2007
9:05 pm
5358
Suggestion: It would be better to create a submenu for each user-defined tool group, so that we can avoid a boring process: select a user group first and then...
tju329
Offline Send Email
Sep 3, 2007
7:24 am
5359
I like this idea. ... From: tju329 <tju329@...> To: editplus@yahoogroups.com Sent: Mon, 3 Sep 2007 3:24 am Subject: [edit+] just suggestion Suggestion: ...
CyrusLV@...
cyruslv
Offline Send Email
Sep 3, 2007
8:54 am
5360
Example picture is in the "Photos" of our editplus group (Left of screen) http://tech.ph.groups.yahoo.com/group/editplus/photos/view/d770?b=3 ...
tju329
Offline Send Email
Sep 4, 2007
1:26 am
5361
I'm not sure that I like this. How would the shortcut keys (Ctrl+1, Ctrl+2, etc.) work in this menu structure? The current structure works well if you're...
Michael L. Jones
mljones1947
Offline Send Email
Sep 4, 2007
8:31 pm
5362
Did something change that I am not aware of? Is it in the options somewhere? Basically, I right click and choose EditPlus for several files and none of them...
toe_bot_c
Offline Send Email
Sep 8, 2007
5:37 am
5363
Hey, if anyone is around who responded to this post, were you all referring to *me* being blocked? I did not know that I was sending out auto responses! I...
toe_bot_c
Offline Send Email
Sep 8, 2007
5:46 am
5364
I have used Edit Plus for many years, and for many years I have loved the feature in which: if a file is changed outside of Edit Plus, Edit Plus alerts me and ...
James Todd
icredes
Offline Send Email
Sep 9, 2007
4:12 am
Messages 5335 - 5364 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