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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1396 - 1425 of 6448   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1396
I don't know about any tutorials about that task, but on http://www.editplus.com/others.html (editplus - user files) you can find loads of stx, acp and ctl...
Herbert Mraz
herbmraz
Offline Send Email
Jan 1, 2003
12:24 pm
1397
I'm a casual EditPlus user, so my expectations might be lower than yours, but the current release is only a little more than two months old (10/21/2002). That...
Michael L. Jones <mlj...
mljones1947
Offline Send Email
Jan 1, 2003
5:57 pm
1398
In case someone hasn't noticed this possible bug... In EditPlus 2.11 and 2.11(SR1), the number of columns is limited to 9,363. Any characters after column...
boduje <boduje@...>
boduje
Offline Send Email
Jan 6, 2003
12:54 am
1399
Hello friends Sorry for a rather stupid question :-) I am new to both programming and edit plus and am trying to use it to learn Pascal. I have downloaded both...
guymathew2000 <guymat...
guymathew2000
Offline Send Email
Jan 7, 2003
2:22 pm
1400
You can set up your "tools" so that you can press (for example) "Ctrl+1" and it'll compile.. and then "Ctrl+2" it'll run. So, when you are setting up these...
Jackie T
LazerWonder
Offline Send Email
Jan 7, 2003
9:21 pm
1401
Hi, In the PLM-programming language I have two procedures (functions): proc1: PROCEDURE (arg1, arg2) EXTERNAL; proc2: PROCEDURE (arg3, arg4); What is the...
leimpie <leimpie@...>
leimpie
Offline Send Email
Jan 8, 2003
10:07 am
1402
Try this: ^[A-Za-z0-9_]+: *procedure.*[^(EXTERNAL)]*;$ ... From: <leimpie@...> To: <editplus@yahoogroups.com> Sent: Wednesday, January 08, 2003 11:07 AM ...
Salvatore Pulvirenti
pulvy70
Offline Send Email
Jan 8, 2003
11:02 am
1403
... I already tried this. It makes no sense. The strings 'procedure' and 'external' seem to be not case sensitive. Thanks ... Function ... list....
leimpie <leimpie@...>
leimpie
Offline Send Email
Jan 8, 2003
12:13 pm
1404
Perhaps this: ^[A-Za-z0-9_]+: *procedure *\(.*\) *;$ Note the last ' *' after ')' character Your RegExp is too large because '.*' after 'procedure' match all...
Salvatore Pulvirenti
pulvy70
Offline Send Email
Jan 8, 2003
2:24 pm
1405
... characters Well actually I have also: proc3: PROCEDURE; Some procedures have no arguments. Your suggestion only shows the procedures WITH arguments. So I...
leimpie <leimpie@...>
leimpie
Offline Send Email
Jan 8, 2003
2:47 pm
1406
... this: ^[A-Za-z0-9_]+: *procedure *(\(.*\))?; works for above and procedure w/o arguments -- Marcin Gryszkalis http://fork.pl <><...
Marcin Gryszkalis
mg@...
Send Email
Jan 8, 2003
4:01 pm
1407
Sorry, I don't know PLM, this is right? ^[A-Za-z0-9_]+: *procedure *(\(.*\))* *;$ Bye Ktrl+S ... From: <leimpie@...> To: <editplus@yahoogroups.com> Sent:...
Salvatore Pulvirenti
pulvy70
Offline Send Email
Jan 8, 2003
4:24 pm
1408
... This one works okay. However it turned out I have also proc4: PROCEDURE (arg1, arg2) WORD; and proc5: PROCEDURE (arg1, arg2) PUBLIC; So I extended to: ...
leimpie <leimpie@...>
leimpie
Offline Send Email
Jan 9, 2003
1:29 pm
1409
First I'd like to say that both the users and the coder of EditPlus is approaching this whole issue incorrectly. I was dissapointed in the fact that EditPlus...
Travis <rhelic22@...>
rhelic22
Offline Send Email
Jan 9, 2003
6:32 pm
1410
I just downloaded the newest version of WebDrive ( 5.21 ) and noticed that WebDrive DOES contain SSL 'AUTH', SSL Implicit and SSH support so that you can mount...
Travis <rhelic22@...>
rhelic22
Offline Send Email
Jan 9, 2003
6:33 pm
1411
... This is the only thing that RegExps (in general) lack - negation of string, even perl doesn't have that :) -- Marcin Gryszkalis http://fork.pl <><...
Marcin Gryszkalis
mg@...
Send Email
Jan 9, 2003
6:33 pm
1412
I use the FTP feature of Edit+ all the time, I love it. Edit+ is still the best editor available. I don't understand being "disappointed" because a program has...
~John
john63960
Offline Send Email
Jan 9, 2003
11:30 pm
1413
Hi, When I view file with no extension, it displays only one color black. I would like to know how do I change preferences to view files with no extensions as...
suong12342000 <suong1...
suong12342000
Offline Send Email
Jan 9, 2003
11:37 pm
1414
Hi Travis, Quick question: Do you work for Webdrive ? Regards, Andrew ... From: Travis <rhelic22@...> [mailto:rhelic22@...] Sent: Fri, 10. January...
Andrew
mr_aprice
Offline Send Email
Jan 9, 2003
11:38 pm
1415
That's true - python includes a feature in its re library that allows this. There are also many other wonderful features. With reference to the conversation...
Adam Kerz <adamkerz@....
the_ozzie_ko...
Offline Send Email
Jan 10, 2003
11:56 am
1416
Hi, has anyone a solution how to edit files on a WebDAV server with EditPlus? Some editors like VIM directly support WebDAV but EditPlus seems not to do that. ...
thoffmwind <thomas.ho...
thoffmwind
Offline Send Email
Jan 11, 2003
3:25 pm
1417
No, not an any fashion, I just was pushing it because it solves people's problems wtih FTP/SFTP/SSH much better than bugging the EditPlus coders. and for all...
Travis <rhelic22@...>
rhelic22
Offline Send Email
Jan 11, 2003
3:25 pm
1418
Here's the best solution. You CAN use SSH to tunnel an FTP connection to your server. Using the SSH program from www.ssh.com you can setup tunnels to the...
bctripster <tripster@...
bctripster
Offline Send Email
Jan 11, 2003
3:26 pm
1419
Been trying to make a syntax file for a basic language. Static expressions works well, but if I try to use the Regular Search expressions like *, ^, $ ect. it...
vanleth <vanleth@...>
vanleth
Offline Send Email
Jan 11, 2003
3:26 pm
1420
I am trying to establish a secure connection via putty. It works fine, i.e. I am able to login to the ftp server, but I can't get file listing etc. When I try...
we_bl <we_bl@...>
we_bl
Offline Send Email
Jan 13, 2003
3:47 pm
1421
Maybe I'm missing something, but is it possible to do a search and replace, and in the "Replace with:" field put something like $1 to return what was found...
roam10 <roam10@...>
roam10
Offline Send Email
Jan 15, 2003
3:58 am
1422
use \[number] for backreferencing, for instance <([^>]*)>(.*)$ \1 returns everything between < and >, \2 everything following the tag until end of line... ...
Herbert Mraz
herbmraz
Offline Send Email
Jan 15, 2003
7:20 am
1423
... I write: Not quite correct - the expression below will find all instances of the procedure declaration except the one with EXTERNAL after the optional...
bmadtiger <bmadtiger@...
bmadtiger
Offline Send Email
Jan 15, 2003
11:39 pm
1424
... before ... Thanks Bmadtiger, this is the ultimate one. It even finds: proc8: PROCEDURE (arg1, arg2) PUBLIC USING 3; This one was not stated till yet. Like...
leimpie <leimpie@...>
leimpie
Offline Send Email
Jan 16, 2003
9:38 am
1425
... Well, at a closer look it also finds: proc9: PROCEDURE (arg1, arg2) EXTERNAL USING 3; this one should be excluded of course. It does not find: proc10:...
leimpie <leimpie@...>
leimpie
Offline Send Email
Jan 16, 2003
10:32 am
Messages 1396 - 1425 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