I often keep log files open in EditPlus and when those files are updated I don't like to have to click OK on all the prompts. Is there a way they can refresh...
390
DZ-Jay
dzfoo
Feb 1, 2002 9:38 pm
... Hello: In the newer version (still in beta) there is an option to "Reload modified files automatically", but it is not at intervals, it is still when the...
391
bahedbanger
Feb 2, 2002 1:01 am
i get email text that i need to strip some formatting from. some of it is pasted below. there are newlines instead of wrapping. and where there should be a...
392
dais_woodshed
Feb 2, 2002 4:21 pm
What is it like to use php and edit plus? i have a few php editors and one or two html editors, but what I'm looking for is a good all round editor that will...
393
ross10s
Feb 6, 2002 5:22 pm
I'm editing a Cobol source file, where the code is entered in columns 7 - 72. Is there any way to hide the first 6 columns so I can get more displayed on my...
394
DZ-Jay
dzfoo
Feb 6, 2002 5:31 pm
... Not really... ... There is a cool feature of editplus that lets you select/copy/cut/paste data in columns, maybe this will help you? If you hit the "ALT"...
395
Rainaer
rainaer2001
Feb 6, 2002 5:33 pm
crtl + a select all text ctrl + shift + I decrease indent then when your done ctrl + a ctrl + I increase indent. you may...
396
Scott Matthewman
samatthewman
Feb 6, 2002 5:49 pm
... Other people have dealt with how to shift everything across. However, if you've set up "Cobol" as an entry under Preferences|Files|Settings and syntax, why...
397
ross10s
Feb 6, 2002 5:51 pm
Thanks. That did the trick. ... needs as ... of this message have been removed]...
398
Scott Matthewman
samatthewman
Feb 6, 2002 5:59 pm
... I did, of course, mean Alt+Right arrow ;-) Scott...
399
~John
john63960
Feb 6, 2002 7:10 pm
How do you use the columns.....and what do you use them for? ~John ... Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.317 / Virus...
400
Rainaer
rainaer2001
Feb 6, 2002 9:49 pm
np ... From: ross10s [mailto:ross10s@...] Sent: Wednesday, February 06, 2002 11:52 AM To: editplus@yahoogroups.com Subject: Re: [edit+] Setting starting...
401
ross10s
Feb 7, 2002 6:08 am
... I'm not sure I understand your question, but if you're referring to my need to use columns 7 thru 72, that's a requirement of mainframe IBM Cobol. Columns...
402
ross10s
Feb 7, 2002 6:11 am
How do I set the indent & tab to have the tab move 2 positions and stop on even-numbered columns? I can't get the tab to stop on anything other than...
403
computerwiggy
Feb 8, 2002 4:18 am
I am new to Edit Plus! Thanks to the creators of this wonderfull editor. I hear is a news flash I am now a paid up registered USER. BIGUP EditPlus!!!!!! ...
404
hey_its_tim
Feb 8, 2002 9:35 am
Hi, I've been using edit plus for a long time for Java, Perl and HTML, but would really like to use it for PHP too. I can get it to point at my PHP engine and...
405
thanjavurthavillu
thanjavurtha...
Feb 9, 2002 4:35 am
hi Welcome to the world of Edit+. Teh following link will lead to a huge list of user files which are created by fans but shared for the exact purpose of not...
406
thanjavurthavillu
toprasanna
Feb 9, 2002 4:40 am
hi all, Being an ardent fan of Edit+ and a java programmer for more than a year i was made to felt ashamed of not knowing about Regular Expressions. I would be...
407
Herbert Mraz
herbmraz
Feb 10, 2002 12:34 am
Hi, it´s much easier than you might think: To get your PHP-files rendered by your local server and displayed in Edit+, select preferences/tools and choose the...
408
vvsingh76
Feb 11, 2002 1:51 pm
Hi! Could someone please post a step by step process how to use Cygwin to compile files using gcc through edit plus. Cheers (and Thanks in advance), V.V. Singh...
409
Alexander Plakidin
plakidin
Feb 11, 2002 3:59 pm
Hey there... I am using multi-line strings in my PHP code like following: $DB->query(" SELECT table1.name AS name, table1.id AS id FROM table2 LEFT JOIN table1...
410
DZ-Jay
dzfoo
Feb 11, 2002 4:03 pm
Try this: In the php.stx (syntax) file, make sure that the value for '#CONTINUE_QUOTE' is 'y', like this: #CONTINUE_QUOTE=y If this line does not exist in your...
411
Alexander Plakidin
plakidin
Feb 11, 2002 4:07 pm
WOOOHOOO, it helped!! Thanks :-) Alex....
412
chonchobar
Feb 11, 2002 4:49 pm
In the Recent files list, those files FTP'd from different servers are prefaced with "ftp(0):.." , "ftp(1): ..", etc. Is there a way to use the FTP Settings...
413
chonchobar
Feb 11, 2002 5:04 pm
Is there a way to make the Command Output, Directory, Cliptext, etc. views/windows act as detachable windows within the workspace? That is, when activated,...
414
kewlinger
Feb 11, 2002 10:23 pm
Will there be a DTD-validating parser within EditPlus3 (so that one knows w= hich XML-elements are allowed at the current cursor location)? If not, XEmac= s...
415
Alexandru Savescu
alexsavescu
Feb 12, 2002 7:36 am
Hello chonchobar, I don't think so. I believe that the Command Output, Directory, Cliptext are designed as windows with splitters in the MFC architecture and...
416
sbashforduk
Feb 12, 2002 12:21 pm
Is it possible to invoke EditPlus with a filename and line number to jump straight to that line?...
417
morrispeckham
Feb 12, 2002 12:25 pm
The default RE used by E+ for selecting methods in Java is: ^[ \t]*[ps].*\([^;]*$ The ^ and $ match the start and end of a line, so this RE will match a whole...
418
DZ-Jay
dzfoo
Feb 12, 2002 12:29 pm
... Yes. Check out the Help and search for "Command-line options". Here's what it sez: Locate cursor at "line" and "column": editplus.exe -cursor line:column...