Ask a Question related to PERL Beginners, Design and Development.
-
DBSMITH@OhioHealth.com #1
perl editors
Is there a visual perl editor out there, freeware or shareware for any
Linux flavor?
Derek B. Smith
OhioHealth IT
UNIX / TSM / EDM Teams
DBSMITH@OhioHealth.com Guest
-
Any XML editors/extensions
Hello everyone, I was just wondering if anyone knew of any XML editors/extensions that have a random XML/node generator in them. I would just like... -
how to add Photoshop to FHs editors list
from where Freehand get its editor applications list? can i add an app manually? for some reason FH doesnt detect Photoshop 6 on my system. any... -
[OT] Linux VPN server / Mac windows clients | perl on a Mac editors
Off topic but this list seems to be filled with Linux gurus. Can someone point me to some info on how to setup a Linux VPN server that will let M$... -
Recommended simple Perl IDE/Editors ?
Hi all: Just wondering what IDE/editor folks use for their Perl work ? I'm looking for something for a W2K system that is easy to use (without... -
speaking of php editors
Check out vim or emacs... -- BigDog On Mon, 2003-09-22 at 17:41, Chris W. Parker wrote: -
Wiggins D Anconia #2
Re: perl editors
>
perldoc -q 'IDE or Windows Perl Editor'> Is there a visual perl editor out there, freeware or shareware for any
> Linux flavor?
>
Since I use Vim the closest for me would be gvim.
[url]http://danconia.org[/url]
Wiggins D Anconia Guest
-
DBSMITH@OhioHealth.com #3
Re: perl editors
Thank you, but I was hoping to have a editor compatible with Redhat and or
HP and or AIX that gives you a color coded interface, such when there is a
syntax error it color codes it in red. If you have ever seen or used a VB
editor you know what I mean. Currently I use vi all the time, does vim
have this color ability?
Derek B. Smith
OhioHealth IT
UNIX / TSM / EDM Teams
614-566-4145
"Wiggins d Anconia" <wiggins@danconia.org>
01/30/2004 10:32 AM
To: [email]DBSMITH@OhioHealth.com[/email], [email]beginners@perl.org[/email]
cc:
Subject: Re: perl editors
perldoc -q 'IDE or Windows Perl Editor'>
> Is there a visual perl editor out there, freeware or shareware for any
> Linux flavor?
>
Since I use Vim the closest for me would be gvim.
[url]http://danconia.org[/url]
DBSMITH@OhioHealth.com Guest
-
Wiggins D Anconia #4
Re: perl editors
Please bottom post...
and or> This is a multipart message in MIME format.
>
> Thank you, but I was hoping to have a editor compatible with Redhatis a> HP and or AIX that gives you a color coded interface, such when therea VB> syntax error it color codes it in red. If you have ever seen or usedThe perldoc discusses editing on Unix as well. In particular Komodo for> editor you know what I mean. Currently I use vi all the time, does vim
> have this color ability?
>
Linux from ActiveState who is very well respected in the Perl world.
Vim runs on basically any platform and provides a number of useful tools
depending on the language. Syntax highlighting as you mention is
included, though not exactly as you state. It doesn't specifically check
syntax, however once you get used to its coloring you will quickly be
able to find syntax errors because essentially everything past the first
will be the wrong color. Personally I don't believe in IDEs and have
never found a use for one. Syntax can be checked at the command line
with perl -c, the capabilities of Vim with split window support, code
folding, file manager, etc. are plenty. The Perl debugger which is
supposed to be very affective I haven't really needed either, generally
print statements work fine for me. I code in an edit, suspend process,
test, foreground process, edit, cycle... generally with at least 2
terminals.
Sorry haven't used a VB editor. This question is asked *a lot* on this
forum you should check the archives. There was also some discussion of
it on the Chicago PM list recently.
[url]http://danconia.org[/url]
>
>
> "Wiggins d Anconia" <wiggins@danconia.org>
> 01/30/2004 10:32 AM
>
>
> To: [email]DBSMITH@OhioHealth.com[/email], [email]beginners@perl.org[/email]
> cc:
> Subject: Re: perl editors
>
>>> >
> > Is there a visual perl editor out there, freeware or shareware for any
> > Linux flavor?
> >
> perldoc -q 'IDE or Windows Perl Editor'
>
> Since I use Vim the closest for me would be gvim.
>
> [url]http://danconia.org[/url]
>
>
>
>
Wiggins D Anconia Guest
-
Ricardo Signes #5
Re: perl editors
* [email]DBSMITH@OhioHealth.com[/email] [2004-01-30T12:55:38]
Vim will syntax highlight, by marking variables and regex and a few> Thank you, but I was hoping to have a editor compatible with Redhat and or
> HP and or AIX that gives you a color coded interface, such when there is a
> syntax error it color codes it in red. If you have ever seen or used a VB
> editor you know what I mean. Currently I use vi all the time, does vim
> have this color ability?
other things like that. It can't find syntax errors, although it may
help make some clear.
Syntax errors in Perl are very hard to find without running perl. "Only
perl can parse Perl."
--
rjbs
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQFAGqRF5IEwYcR13KMRAnRvAKCR14qQgCsyaDQmfeYUYZ DI1CmakACfQN9N
fax0fcMTm0Lqv51WTGkNQkE=
=jFRs
-----END PGP SIGNATURE-----
Ricardo Signes Guest
-
Lonewolf #6
Re: Re: perl editors
Nedit
[url]http://nedit.org/[/url]
Macros can be found here if they are not already there (nedit comes with a
LOT of them already)
[url]http://www.google.com/search?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=nedit[/url]
HTH
Robert
wrote.>On Fri, 30 Jan 2004 08:32:02 -0700 Wiggins d Anconia <wiggins@danconia.org>>>>
>> Is there a visual perl editor out there, freeware or shareware for any
>> Linux flavor?
>>
>perldoc -q 'IDE or Windows Perl Editor'
>
>Since I use Vim the closest for me would be gvim.
>
>[url]http://danconia.org[/url]
>
>--
>To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
>For additional commands, e-mail: [email]beginners-help@perl.org[/email]
><http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>Lonewolf Guest
-
Robert #7
Re: perl editors
[email]DBSMITH@OhioHealth.com[/email] wrote:
SciTE - nice and small, easy to use, easy to configure.> Thank you, but I was hoping to have a editor compatible with Redhat and or
> HP and or AIX that gives you a color coded interface, such when there is a
> syntax error it color codes it in red. If you have ever seen or used a VB
> editor you know what I mean. Currently I use vi all the time, does vim
> have this color ability?
>
> Derek B. Smith
> OhioHealth IT
> UNIX / TSM / EDM Teams
> 614-566-4145
>
>
>
>
>
> "Wiggins d Anconia" <wiggins@danconia.org>
> 01/30/2004 10:32 AM
>
>
> To: [email]DBSMITH@OhioHealth.com[/email], [email]beginners@perl.org[/email]
> cc:
> Subject: Re: perl editors
>
>
>>>>Is there a visual perl editor out there, freeware or shareware for any
>>Linux flavor?
>>
>
> perldoc -q 'IDE or Windows Perl Editor'
>
> Since I use Vim the closest for me would be gvim.
>
> [url]http://danconia.org[/url]
>
>
>
[url]http://www.scintilla.org/SciTE.html[/url]
There is a download link to an installer...
Robert Guest



Reply With Quote

