Ask a Question related to PERL Beginners, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. [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$...
    4. 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...
    5. speaking of php editors
      Check out vim or emacs... -- BigDog On Mon, 2003-09-22 at 17:41, Chris W. Parker wrote:
  3. #2

    Default 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

  4. #3

    Default 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

    >
    > 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]



    DBSMITH@OhioHealth.com Guest

  5. #4

    Default Re: perl editors

    Please bottom post...
    > This is a multipart message in MIME format.
    >
    > 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?
    >
    The perldoc discusses editing on Unix as well. In particular Komodo for
    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

  6. #5

    Default Re: perl editors

    * [email]DBSMITH@OhioHealth.com[/email] [2004-01-30T12:55:38]
    > 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?
    Vim will syntax highlight, by marking variables and regex and a few
    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

  7. #6

    Default 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

    >On Fri, 30 Jan 2004 08:32:02 -0700 Wiggins d Anconia <wiggins@danconia.org>
    wrote.
    >>
    >> 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

  8. #7

    Default Re: perl editors

    [email]DBSMITH@OhioHealth.com[/email] wrote:
    > 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]
    >
    >
    >
    SciTE - nice and small, easy to use, easy to configure.

    [url]http://www.scintilla.org/SciTE.html[/url]

    There is a download link to an installer...
    Robert Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139