Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

editplus · Join the EditPlus group! The Best Editor

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3542
  • Category: Web Design
  • Founded: Jul 18, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 2415 - 2446 of 7013   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2415 Michael L. Jones
mljones1947 Send Email
Jan 17, 2004
4:32 pm
See below. ... wrapped ... If your looking for a visual indication of wrapping, you can turn on line numbers, which works for me. Other, I don't think you can...
2416 bengroen Send Email Jan 19, 2004
10:27 am
I'm quite new to EditPlus, but its a wonderful editor. I've got two questions for someone. 1) In a text file I would like to delete some text in each line that...
2417 Greg Wogan-Browne
wogan6sic6 Send Email
Jan 19, 2004
11:37 am
... Find: "^(.*)-[^-]*$" Replace With: "\1" ... Dunno about saving as a macro, but now you have the regular expressions saved in you inbox. ... Find:...
2418 betacrow Send Email Jan 22, 2004
6:41 am
Hi, Have recently installed Edit+ and loving it! Have one gripe though ... I often send the file I am editing as an attachment. The current menu option however...
2419 jonnymexican Send Email Jan 24, 2004
6:34 pm
Function Finder v1.0 Saturday, January 24, 2004 Author: Jonathan Almarez jalmarez@... This is a simple .exe program that will list each line to the...
2420 psychomark_83 Send Email Jan 24, 2004
6:39 pm
Or, press Ctrl-F11 (I think that's the default hotkey, changed mine to Ctrl-Alt-P to match GExpert for Delphi's function list hotkey) and get the same from...
2421 jonnymexican Send Email Jan 25, 2004
12:22 am
I like mine because it prints it to the Output Window and it's not in a pop-up. This way it can always be there and you don't have to hit Ctrl-F11 each time...
2422 Rod K
deadman_rod Send Email
Jan 25, 2004
1:40 am
Now THAT would be nice, especially if it would have references to all methods in all open files.... ... From: jonnymexican [mailto:jalmarez@...] Sent:...
2423 Mario Alvares
marioalvares Send Email
Jan 25, 2004
10:53 am
Hi, Also, the EditPlus function list always lists functions in the order in which they appear in the file. Being able to sort the list would be nice. Mario ......
2424 jonnymexican Send Email Jan 25, 2004
12:27 pm
Hello, I'll make it sort and show functions for all open files. Jonathan...
2425 jonnymexican Send Email Jan 25, 2004
4:05 pm
Ok, the latest version 1.1 can be downloaded here: http://www.thebibleforum.com/ffinder/ I added multiple file support and the list is now being sorted. Please...
2426 lestat_24
christophemoine Send Email
Jan 25, 2004
4:25 pm
3 good ideas of PHP related user tools on this web page: http://www.cgi-interactive.co.uk/editplus_better_php_ide.html Christophe...
2427 Tom Dempsey
tdempsey Send Email
Jan 25, 2004
9:02 pm
Question and answer... You can make the html lower case by going to Tools>Preferences>General and selecting "HTML tags in lower case". I am trying to change...
2428 Tom Dempsey
tdempsey Send Email
Jan 25, 2004
11:34 pm
Hi! Is there a PHP cliptext file available? Thanks, Tom Dempsey...
2429 lestat_24
christophemoine Send Email
Jan 25, 2004
11:34 pm
To do this, open the file htmlbar.acp (located in the editplus folder) et change the <b> </b> to whatever you want. Christophe ... From: Tom Dempsey...
2430 lestat_24
christophemoine Send Email
Jan 26, 2004
2:10 am
You can find PHP ctl files and others here: http://www.editplus.com/html.html ... From: Tom Dempsey [mailto:tom@...] Sent: 25 January 2004 22:10 To:...
2431 Tom Dempsey
tdempsey Send Email
Jan 26, 2004
8:44 am
I had tried this before - but didn't restart Editplus. After restarting Editplus, It works. Thanks! ... From: lestat_24 [mailto:lestat_24@...] Sent:...
2432 J
morrispeckham Send Email
Jan 26, 2004
2:56 pm
I've been doing more HTML editing that usual lately, and I've found it hard to find my way round the source of large pages. A solution that's worked quite well...
2433 Dean Householder
ahyrpe Send Email
Jan 26, 2004
6:28 pm
This is excellent work and I appreciate it! Is there any way this could work for remote FTP files? Also sometimes my functions are inside classes and they...
2434 jonnymexican Send Email Jan 27, 2004
1:34 pm
Thank you Dean, Yes I will work on adding these features in. -Jonathan ... could ... classes ... sorting ... lines could ... JavaScript ... displayed? ... ...
2435 Tomasz Rakowski
tomaszrakowski Send Email
Jan 27, 2004
1:57 pm
Hi, in my html documents I need to change all single letters "a", "i", "o", "w" and "z" into "a ", "i ", "o ", "w " and "z "...
2436 M. van Renswoude
psychomark_83 Send Email
Jan 27, 2004
6:27 pm
Replace: ([aiowz]) With: \1  ...from the top of my head, so forgive me any mistakes :) - Mark ... Van: Tomasz Rakowski [mailto:trakowski@...] ...
2437 Christoph Päper
crisssov Send Email
Jan 27, 2004
10:55 pm
... As only stand-alone letters shall be replace, it is "([ \t\n&#92;r][aiowz])[ \t\n&#92;r]" to "\1 " (without the quotes of course). With correctly declared ...
2438 Tomasz Rakowski
tomaszrakowski Send Email
Jan 28, 2004
2:45 pm
Well, I have to put some additional info, for I misexplained it for the first time. in fact all standalone letters a, i, o, w and z WITH the trailing space...
2439 Christoph Päper
crisssov Send Email
Jan 28, 2004
3:57 pm
... Sure and to identify a standalone letter you have to test for a whitespace in front of it, which should remain unchanged, else you'd also match words...
2440 Glenn Bautista
glennebautista Send Email
Jan 28, 2004
5:12 pm
one slight change to the replace regexp statement, you'll need to add a backslash to escape the ampersand in ' &#39; for it to replace properly. the replace...
2441 wesw96 Send Email Jan 29, 2004
8:12 am
I guess I have a different idea of what their program is supposed to be. I "thought" that they would have a dictionary contained in the download, or at least...
2443 Michael L. Jones
mljones1947 Send Email
Jan 30, 2004
12:08 am
A little clarification is in order. There are two standard dictionaries, one US English and one UK English, at http://www.editplus.com/download.html. Both are...
2445 rauvyon Send Email Jan 31, 2004
1:27 am
I'm hoping this is something I can do with Regular expressions, but I haven't used them before, so I'm not sure... I have a text file where I want to do...
2446 Christoph Päper
crisssov Send Email
Jan 31, 2004
2:55 am
... Find what: »-?\n([^&#92;n])« Replace with: » \1« combines 1. and 2, but doesn't delete dashes that weren't at a line end before....
Messages 2415 - 2446 of 7013   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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