Re: Where is editor that will Indent my perl code?

2003-11-05 Thread R. Joseph Newton
Randal L. Schwartz wrote: Hence, the maxim: Nothing can parse Perl but /usr/bin/perl. Hmmm, that's strange. Until a couple of days ago, I had no usr directory anywhere on my system, yet the Perl interpreter seems to work just fine. Joseph -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Where is editor that will Indent my perl code?

2003-11-05 Thread Dan Anderson
Emacs running in CPerl mode does it pretty well. But Emacs has a steep learning curve and you have to install CPerl mode (it's not the default). -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Where is editor that will Indent my perl code?

2003-11-04 Thread henq
Richard Heintze [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] Is there an editor out there that will properly indent my perl code even if I use the stranger syntaxes for literal strings? Thanks, Siegfried HTML-Kit has color highlighting and a perl-tidy plugin.

Re: Where is editor that will Indent my perl code?

2003-11-04 Thread Darin McBride
Richard Heintze wrote: emacs and a number of other editors have the ability, with a single key stroke to properly indent java code. However, since perl has such unusual syntax for specifying literal character strings (my favorite is qq[]) emacs chokes when it attempts to indent my perl

RE: Where is editor that will Indent my perl code?

2003-11-04 Thread Charles K. Clarkson
henq [EMAIL PROTECTED] wrote: : HTML-Kit has color highlighting and a perl-tidy plugin. : Give it a look. FTP is nicely integrated. So does UltraEdit (UltraEdit.com). Ian is always updating and perl-tidy is very customizable. HTH, Charles K. Clarkson -- Head Bottle Washer, Clarkson

Re: Where is editor that will Indent my perl code?

2003-11-04 Thread Randal L. Schwartz
Richard == Richard Heintze [EMAIL PROTECTED] writes: Richard Is there an editor out there that will properly indent Richard my perl code even if I use the stranger syntaxes for Richard literal strings? It's never *completely* possible to parse Perl code outside of running some of the Perl code

Where is editor that will Indent my perl code?

2003-11-03 Thread Richard Heintze
emacs and a number of other editors have the ability, with a single key stroke to properly indent java code. However, since perl has such unusual syntax for specifying literal character strings (my favorite is qq[]) emacs chokes when it attempts to indent my perl code. Too bad -- I love emacs.

RE: Where is editor that will Indent my perl code?

2003-11-03 Thread Tim Johnson
is editor that will Indent my perl code? emacs and a number of other editors have the ability, with a single key stroke to properly indent java code. However, since perl has such unusual syntax for specifying literal character strings (my favorite is qq[]) emacs chokes when it attempts to indent my

RE: Where is editor that will Indent my perl code?

2003-11-03 Thread Richard Heintze
alternatives. Have you tried vim? -Original Message- From: Richard Heintze [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 11:28 AM To: [EMAIL PROTECTED] Subject: Where is editor that will Indent my perl code? emacs and a number of other editors have the ability

RE: Where is editor that will Indent my perl code?

2003-11-03 Thread Bruce_Phillip
many of the other alternatives. Have you tried vim? -Original Message- From: Richard Heintze [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 11:28 AM To: [EMAIL PROTECTED] Subject: Where is editor that will Indent my perl code? emacs and a number of other editors

Re: Where is editor that will Indent my perl code?

2003-11-03 Thread Tassilo von Parseval
On Mon, Nov 03, 2003 at 11:54:38AM -0800 Richard Heintze wrote: Tim (or anyone else) I have vim 6.1 and tried it out. I know VI (a little) so I thought vim would not be so bad. I tried help and searching help for indent and found it. It looks more like a function call for their macro

Re: Where is editor that will Indent my perl code?

2003-11-03 Thread LoneWolf
My personal choice is Nedit. I use it for the syntax highlighting as well. Robert On Mon, 03 Nov 2003 11:27:33 -0800 (PST) Richard Heintze [EMAIL PROTECTED] wrote. emacs and a number of other editors have the ability, with a single key stroke to properly indent java code. However, since perl