Re: What editor for Perl do you recommend?

2002-06-25 Thread Geraint Jones

On Monday 24 June 2002 5:06 am, Octavian Rasnita wrote:
> Hi all,
>
> Can you recommend me a good editor for Perl scripts that runs under
> Windows? It should:
>
> 1. Save the text with Unix end of lines.
> 2. Write somewhere the current line I am in.
> 3. Not necessary but it would be wonderful to have a hotkey to jump from
> subroutine to subroutine, or to list the subroutines in a combo or list and
> to be able to choose the one I want from there.
>
> With all the success of Perl, I am wondering why isn't there any accessible
> good and proffessional editor for Windows.
>
> Thank you.
>
> Teddy Center for the blind: http://teddy.fcc.ro/
> Mail: [EMAIL PROTECTED]

Try Open Perl IDE, it looks like MS Visual Studio.
http://open-perl-ide.sourceforge.net/

I've only tinkered with it a little, but I think it will be my editor of 
choice on Windows. I'm still searching for something similar for Linux...
-- 
Geraint Jones

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: What editor for Perl do you recommend?

2002-06-24 Thread John Brooking

Recognizing that this is a religious issue among many
programmers, I submit for what it is worth that I use
Ultra-Edit (Windows). It has everything you ask, you
can extend the syntax for color-coding, run command
line programs and capture the output in a window, edit
remote files via FTP, record and re-run keyboard
macros, and edit in column mode, to name just the
features I use frequently. The column mode is handy
for cutting or inserting characters in a certain
column of contiguous lines (such as placing a "#" in
front of many lines at once), and tab/shift tab will
indent and unindent groups of lines. Granted, emacs
and others can do the same things, so you see that you
have a lot of choices.

-John

> >From: "Octavian Rasnita" <[EMAIL PROTECTED]>
> >Subject: What editor for Perl do you recommend?
> >Date: Mon, 24 Jun 2002 08:06:40 +0300
> >
> > > Hi all,
> > >
> > > Can you recommend me a good editor for Perl
> scripts that runs under
> > Windows?
> > > It should:
> > >


=
"Now it's over, I'm dead, and I haven't done anything that I want; or, I'm still 
alive, and there's nothing I want to do." - They Might Be Giants, http://www.tmbg.com

__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: What editor for Perl do you recommend?

2002-06-24 Thread Scot Robnett

emacs is a good one. I also like TextPad (www.textpad.com).

Scot R.
inSite Internet Solutions
[EMAIL PROTECTED]
http://www.insiteful.tv



-Original Message-
From: Jonathan Gines [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 24, 2002 11:19 AM
To: Francesco Scaglioni; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: What editor for Perl do you recommend?


definitely go with emacs and use "perl-mode"  then "font-lock-mode" if you
want syntax highlighting.

At 03:51 PM 6/24/02 +, Francesco Scaglioni wrote:
>From: "Octavian Rasnita" <[EMAIL PROTECTED]>
>Subject: What editor for Perl do you recommend?
>Date: Mon, 24 Jun 2002 08:06:40 +0300
>
> > Hi all,
> >
> > Can you recommend me a good editor for Perl scripts that runs under
> Windows?
> > It should:
> >
> > 1. Save the text with Unix end of lines.
> > 2. Write somewhere the current line I am in.
> > 3. Not necessary but it would be wonderful to have a hotkey to jump from
> > subroutine to subroutine, or to list the subroutines in a combo or list
and
> > to be able to choose the one I want from there.
> >
> > With all the success of Perl, I am wondering why isn't there any
accessible
> > good and proffessional editor for Windows.
> >
> > Thank you.
> >
> > Teddy Center for the blind: http://teddy.fcc.ro/
> > Mail: [EMAIL PROTECTED]
> >
> >
> >
> > --
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
>   Emacs - will do all that you ask
>
>Regards
>
>F
>
>--
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.370 / Virus Database: 205 - Release Date: 6/5/2002

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.370 / Virus Database: 205 - Release Date: 6/5/2002


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: What editor for Perl do you recommend?

2002-06-24 Thread perl-dvd

By all means, Homesite.
Ok, so it actually cost a few dollars, but this thing does great things for you.
 - It color codes html, perl, sql, css and so on.
 - save your files as windows, unix or mac format.
 - upon opening files, auto discover which format and display correctly
 - open multiple files at one time and switch between them by the tabs at the bottom 
(this is the
second best feature, first is color coding).
 - when a file has been modified and not resaved yet, the tab for the file changes 
color to tell
you.
 - Always have file list on the left so its very easy to open other files you want to 
work on.
 - Auto html help (type say 
To: <[EMAIL PROTECTED]>
Sent: Sunday, June 23, 2002 11:06 PM
Subject: What editor for Perl do you recommend?


Hi all,

Can you recommend me a good editor for Perl scripts that runs under Windows?
It should:

1. Save the text with Unix end of lines.
2. Write somewhere the current line I am in.
3. Not necessary but it would be wonderful to have a hotkey to jump from
subroutine to subroutine, or to list the subroutines in a combo or list and
to be able to choose the one I want from there.

With all the success of Perl, I am wondering why isn't there any accessible
good and proffessional editor for Windows.

Thank you.

Teddy Center for the blind: http://teddy.fcc.ro/
Mail: [EMAIL PROTECTED]



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: What editor for Perl do you recommend?

2002-06-24 Thread Niko Gunadi

Try HTML-Kit.
A multi-purpose editor for web development. Highly customizable. Lots of
plug-ins avalaible. Even can open file remotely !

http://www.chami.com/html-kit/

niko

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: What editor for Perl do you recommend?

2002-06-24 Thread Jonathan Gines

definitely go with emacs and use "perl-mode"  then "font-lock-mode" if you 
want syntax highlighting.

At 03:51 PM 6/24/02 +, Francesco Scaglioni wrote:
>From: "Octavian Rasnita" <[EMAIL PROTECTED]>
>Subject: What editor for Perl do you recommend?
>Date: Mon, 24 Jun 2002 08:06:40 +0300
>
> > Hi all,
> >
> > Can you recommend me a good editor for Perl scripts that runs under 
> Windows?
> > It should:
> >
> > 1. Save the text with Unix end of lines.
> > 2. Write somewhere the current line I am in.
> > 3. Not necessary but it would be wonderful to have a hotkey to jump from
> > subroutine to subroutine, or to list the subroutines in a combo or list and
> > to be able to choose the one I want from there.
> >
> > With all the success of Perl, I am wondering why isn't there any accessible
> > good and proffessional editor for Windows.
> >
> > Thank you.
> >
> > Teddy Center for the blind: http://teddy.fcc.ro/
> > Mail: [EMAIL PROTECTED]
> >
> >
> >
> > --
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
>   Emacs - will do all that you ask
>
>Regards
>
>F
>
>--
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: What editor for Perl do you recommend?

2002-06-24 Thread David T-G

Teddy, et al --

...and then David T-G said...
% 
% ...and then Octavian Rasnita said...
% % 
...
% % Can you recommend me a good editor for Perl scripts that runs under Windows?
% % It should:
% 
% vim.  Maybe gvim if you're feeling decadent.

I forgot to mention that it's lightweight and fast, too, unlike a certain
other entire operating system disguised as an editor! 


HTH & HAND

:-D
-- 
David T-G  * It's easier to fight for one's principles
(play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.justpickone.org/davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!




msg05500/pgp0.pgp
Description: PGP signature


Re: What editor for Perl do you recommend?

2002-06-24 Thread David T-G

Teddy --

...and then Octavian Rasnita said...
% 
% Hi all,

Hello!


% 
% Can you recommend me a good editor for Perl scripts that runs under Windows?
% It should:

vim.  Maybe gvim if you're feeling decadent.


% 
% 1. Save the text with Unix end of lines.

Yep.


% 2. Write somewhere the current line I am in.

Yep.


% 3. Not necessary but it would be wonderful to have a hotkey to jump from
% subroutine to subroutine, or to list the subroutines in a combo or list and
% to be able to choose the one I want from there.

You can macro this, although paragraph-jumping is usually sufficient for
me.  I haven't yet played with folding in 6.x, but I look forward to it;
entire blocks (subroutines, modules, whatever) can get folded up in an
instant.


% 
% With all the success of Perl, I am wondering why isn't there any accessible
% good and proffessional editor for Windows.

There is; you just haven't met vim yet :-)  It has a wonderful syntax
file that does keyword highlighting and quote matching and so on.

Precompiled binaries for just about every OS, including DOS (yes, even
16-bit and you can still save in UNIX format!) and Windows, as well as
sources available from ftp.vim.org or http://vim.org at your leisure.


% 
% Thank you.
% 
% Teddy Center for the blind: http://teddy.fcc.ro/
% Mail: [EMAIL PROTECTED]

HTH & HAND


:-D
-- 
David T-G  * It's easier to fight for one's principles
(play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.justpickone.org/davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!




msg05498/pgp0.pgp
Description: PGP signature


Re: What editor for Perl do you recommend?

2002-06-24 Thread Francesco Scaglioni

From: "Octavian Rasnita" <[EMAIL PROTECTED]>
Subject: What editor for Perl do you recommend?
Date: Mon, 24 Jun 2002 08:06:40 +0300

> Hi all,
> 
> Can you recommend me a good editor for Perl scripts that runs under Windows?
> It should:
> 
> 1. Save the text with Unix end of lines.
> 2. Write somewhere the current line I am in.
> 3. Not necessary but it would be wonderful to have a hotkey to jump from
> subroutine to subroutine, or to list the subroutines in a combo or list and
> to be able to choose the one I want from there.
> 
> With all the success of Perl, I am wondering why isn't there any accessible
> good and proffessional editor for Windows.
> 
> Thank you.
> 
> Teddy Center for the blind: http://teddy.fcc.ro/
> Mail: [EMAIL PROTECTED]
> 
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


  Emacs - will do all that you ask

Regards

F

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: What editor for Perl do you recommend?

2002-06-24 Thread alex

hiho Octavian and allperl comunity,

the simple solution to this problem is called
PROTON 3.1 and can be downloaded @ http://www.meybohm.de/
(http://www.meybohm.de/proton.html)

you can do, what I did, and that is mounting your user homedir (with
samba)as some drive X: or whatever, and code away! save it to the
mount and your ready to go...


> Hi all,

> Can you recommend me a good editor for Perl scripts that runs under Windows?
> It should:

> 1. Save the text with Unix end of lines.
> 2. Write somewhere the current line I am in.
> 3. Not necessary but it would be wonderful to have a hotkey to jump from
> subroutine to subroutine, or to list the subroutines in a combo or list and
> to be able to choose the one I want from there.

> With all the success of Perl, I am wondering why isn't there any accessible
> good and proffessional editor for Windows.

> Thank you.

> Teddy Center for the blind: http://teddy.fcc.ro/
> Mail: [EMAIL PROTECTED]






-- 
 alexmailto:[EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: What editor for Perl do you recommend?

2002-06-24 Thread Pavel Koutný

I think that you want too much for Perl editing under Window$, but try
Ultra Edit or JEdit. I recommend JEdit, it's probably best editor
written in Java and it's designed for developers.

Pavel

-Original Message-
From: Octavian Rasnita [mailto:[EMAIL PROTECTED]] 
Sent: Monday, June 24, 2002 7:07 AM
To: [EMAIL PROTECTED]
Subject: What editor for Perl do you recommend?

Hi all,

Can you recommend me a good editor for Perl scripts that runs under
Windows?
It should:

1. Save the text with Unix end of lines.
2. Write somewhere the current line I am in.
3. Not necessary but it would be wonderful to have a hotkey to jump from
subroutine to subroutine, or to list the subroutines in a combo or list
and
to be able to choose the one I want from there.

With all the success of Perl, I am wondering why isn't there any
accessible
good and proffessional editor for Windows.

Thank you.

Teddy Center for the blind: http://teddy.fcc.ro/
Mail: [EMAIL PROTECTED]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




What editor for Perl do you recommend?

2002-06-24 Thread Octavian Rasnita

Hi all,

Can you recommend me a good editor for Perl scripts that runs under Windows?
It should:

1. Save the text with Unix end of lines.
2. Write somewhere the current line I am in.
3. Not necessary but it would be wonderful to have a hotkey to jump from
subroutine to subroutine, or to list the subroutines in a combo or list and
to be able to choose the one I want from there.

With all the success of Perl, I am wondering why isn't there any accessible
good and proffessional editor for Windows.

Thank you.

Teddy Center for the blind: http://teddy.fcc.ro/
Mail: [EMAIL PROTECTED]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]