I hesitate to ask this question because it seems to often result in
some juvenille flame war. Everyone is different, with different needs
and preferences. That's why we have choices. It's Perl after all,
right? [grin]
With that out of the way, what IDE or editor works well for you?
My default has been VIM since I'm really comfortable in it and can
edit text really fast with it. However, as a very visual person, I
find it cumbersome when having to flip back and forth between all of
the files. This is especially true since I'm new to Catalyst and
don't have everything solidified in my head.
As a side note, I work on OS X, so any references to Windows-only
programs won't really be useful but may be for others who come accross
this thread.
I'm mostly just interested in what has worked for you (and will take
everything with that grain of salt), not what is crappy about other
programs.
Many thanks in advance,
Conan.
[Catalyst] IDE/editor
| Tweet |
|
Search Discussions
-
Christopher H. Laco at Nov 14, 2006 at 4:29 pm ⇧
OSX? TextMate, TextWrangler, BBEddit. In that order. :-)catalyst.20.chsg@spamgourmet.com wrote:
I hesitate to ask this question because it seems to often result in
some juvenille flame war. Everyone is different, with different needs
and preferences. That's why we have choices. It's Perl after all,
right? [grin]
With that out of the way, what IDE or editor works well for you?
My default has been VIM since I'm really comfortable in it and can
edit text really fast with it. However, as a very visual person, I
find it cumbersome when having to flip back and forth between all of
the files. This is especially true since I'm new to Catalyst and
don't have everything solidified in my head.
As a side note, I work on OS X, so any references to Windows-only
programs won't really be useful but may be for others who come accross
this thread.
I'm mostly just interested in what has worked for you (and will take
everything with that grain of salt), not what is crappy about other
programs.
Many thanks in advance,
Conan.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://jules.scsys.co.uk/pipermail/catalyst/attachments/20061114/2ac8f10c/signature.pgp -
Max Afonov at Nov 14, 2006 at 4:57 pm ⇧
A few of my fellow Perl developers here have adopted Eclipse as their
IDE of choice. Coupled with http://e-p-i-c.sf.net/ and it's fabulous
CVS/SVN support it's a perfect tool for those who like to see 'the big
picture'.
Christopher H. Laco wrote:catalyst.20.chsg@spamgourmet.com wrote:************************I hesitate to ask this question because it seems to often result inOSX? TextMate, TextWrangler, BBEddit. In that order. :-)
some juvenille flame war. Everyone is different, with different needs
and preferences. That's why we have choices. It's Perl after all,
right? [grin]
With that out of the way, what IDE or editor works well for you?
My default has been VIM since I'm really comfortable in it and can
edit text really fast with it. However, as a very visual person, I
find it cumbersome when having to flip back and forth between all of
the files. This is especially true since I'm new to Catalyst and
don't have everything solidified in my head.
As a side note, I work on OS X, so any references to Windows-only
programs won't really be useful but may be for others who come accross
this thread.
I'm mostly just interested in what has worked for you (and will take
everything with that grain of salt), not what is crappy about other
programs.
Many thanks in advance,
Conan.
------------------------------------------------------------------------
_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/
MLB.com: Where Baseball is Always On
-
Christopher H. Laco at Nov 14, 2006 at 5:07 pm ⇧
EPIC. Never heard of it. ;-)Max Afonov wrote:
A few of my fellow Perl developers here have adopted Eclipse as their
IDE of choice. Coupled with http://e-p-i-c.sf.net/ and it's fabulous
CVS/SVN support it's a perfect tool for those who like to see 'the big
picture'.
http://e-p-i-c.sourceforge.net/faq.html#How_to_run_Perl_scripts_inside_Eclipse_
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://jules.scsys.co.uk/pipermail/catalyst/attachments/20061114/633efcae/signature.pgp -
Max Afonov at Nov 14, 2006 at 5:18 pm ⇧
Now the funny part is that you did NOT recommend Eclipse after all!
Christopher H. Laco wrote:Max Afonov wrote:************************A few of my fellow Perl developers here have adopted Eclipse as theirEPIC. Never heard of it. ;-)
IDE of choice. Coupled with http://e-p-i-c.sf.net/ and it's fabulous
CVS/SVN support it's a perfect tool for those who like to see 'the big
picture'.
http://e-p-i-c.sourceforge.net/faq.html#How_to_run_Perl_scripts_inside_Eclipse_
MLB.com: Where Baseball is Always On
-
Christopher H. Laco at Nov 14, 2006 at 5:23 pm ⇧
I'm really really picky about my editors. I've used Textpad on WindowsMax Afonov wrote:
Now the funny part is that you did NOT recommend Eclipse after all!
forever, and recently SCite. What I look for in an editor is that the
toolbar is slim, but I have a lot of options under hood.
For me, those "options" have to be the ability to change these things
per file type:
syntax coloring
tab/space stop/size
default encoding (UTF8, UTF16, OEM, Latin)
default endings (LF, CRLF, CR)
write/or not write the BOM (Byte Order Marker)
This last 3 always seemed to trip me up in Eclipse/EPIC inthe early 3.0
days...and of course, Eclipse was always slow for me.. compared to
Textpad/Scite.
Back when I owned a working mac (91-96), I was BBEdit all the way.
And when I get my next Mac, I'm sure I'll be all about TextMate.
-=Chris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://jules.scsys.co.uk/pipermail/catalyst/attachments/20061114/7f15f025/signature.pgp -
Max Afonov at Nov 14, 2006 at 5:35 pm ⇧
And this is exactly why I still use vim as my primary editor. It goesChristopher H. Laco wrote:
I'm really really picky about my editors. I've used Textpad on Windows
forever, and recently SCite. What I look for in an editor is that the
toolbar is slim, but I have a lot of options under hood. [snip]
Eclipse was always slow for me.. compared to
Textpad/Scite.
well with my cowboy-style coding practices. It runs everywhere. It works
over slow and/or unreliable links (Pocket PC and bluetooth/GPRS,
anyone?). And so much more. However...Back when I owned a working mac (91-96), I was BBEdit all the way....TextMate is a great application that is very much in keeping with
And when I get my next Mac, I'm sure I'll be all about TextMate.
core Mac UI guidelines. I tried using it for a few projects, and I have
to say that it's excellent. But here's what I don't like about TextMate:
it's not free. Not meaning to sound cheap and nitpicking, but how can a
tool that's trying to cater to open source developers not be free?
*stopped rant, prepared to be flamed*-=Chris************************
MLB.com: Where Baseball is Always On
-
Jonathan Rockway at Nov 14, 2006 at 6:39 pm ⇧
Exactly. Somewhat like this:Max Afonov wrote:
...TextMate is a great application that is very much in keeping with
core Mac UI guidelines. I tried using it for a few projects, and I have
to say that it's excellent. But here's what I don't like about TextMate:
it's not free. Not meaning to sound cheap and nitpicking, but how can a
tool that's trying to cater to open source developers not be free?
http://www.gnu.org/philosophy/java-trap.html
I say forget about TextMate. emacs isn't as nice looking (arguably),
but it's tons more functional. TextMate is really basic, but emacs has
some very advanced modes. (nxml-mode was written by a designer of XML,
so it's really good at what it does. c-mode has been perfected by
hundreds of the best C programmers. cperl-mode was PPI before PPI
existed. even TT mode, CSS-mode, svk mode, etc. are great.) The
disadvantage is that you have to RTFM. If you're not doing that,
though, why are you programming?
Here's the emacs wiki. Enjoy: http://www.emacswiki.org/cgi-bin/wiki
(And yes, their wiki is written in Perl.)
--
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup; -
Max Afonov at Nov 14, 2006 at 9:05 pm ⇧
We could be slipping off topic here because I was talking about TextMate
not being free as in parking as opposed to Free as in beer. That is not
to say that I do not subscribe anymore to this model of total and
unconditional freedom that Mr. Stallman likes to preach.
The point here is that you can use whatever gets you where you want to
go. If Java-trapped Eclipse is that tool, then be it. What really annoys
me is the fact that you have to pay for a tool that's geared towards OSS
development. Many such OSS developers are barely getting by anyway.
Nobody is forcing them to pay for or even consider using TextMate, but
this is just a weird business model that I don't understand.I say forget about TextMate. emacs isn't as nice looking (arguably),Emacs and Eclipse, and even vim to a certain degree, are platforms that
but it's tons more functional. TextMate is really basic, but emacs has
some very advanced modes.
can be either used as simple editors, or morphed by the user into
comprehensive development environments. Unfortunately for many, these
platforms are like DIY remote-controlled car kits: assembly is required.
I've stumbled upon something called Eclipse for LAMP, but I don't know
how close that comes to an out-of-the-box kind of deal.
************************
MLB.com: Where Baseball is Always On
-
Grün Christian-Rolf at Nov 15, 2006 at 12:03 am ⇧
There Ain't No Such Thing As A Free Lunch :)Max Afonov wrote:
Emacs and Eclipse, and even vim to a certain degree, are platforms
that can be either used as simple editors, or morphed by the user into
comprehensive development environments. Unfortunately for many, these
platforms are like DIY remote-controlled car kits: assembly is
required. I've stumbled upon something called Eclipse for LAMP, but I
don't know how close that comes to an out-of-the-box kind of deal.
In this case, the chances that somebody invested effort in a open-source
(or even freeware) IDE geared towards _your_ specific needs and
expectations (or even Catalyst/Perl-for-Web specific needs and
expectations) are slim to none. So I'd venture to say: some assembly may
always be required. If you want something more than your regular
syntax-highlighting tab-supporting editor, you gotta either learn a
platform (whether it's Eclipse, Emacs, Vim or whatnot) or write your own.
My two cents on editors: deep IDE integration ain't what it's cracked up
to be. A powerful editor (with serious syntax highlight and decent code
folding will do the trick for me. For now, it's vim for me. I've tried
hard, I've tried (X)Emacs, Eclipse+EPIC, jEdit, Komodo, NEdit and even
CodeWright, SetEdit and The Hessling Editor (along with a myriad of
other editors). They're either too slow, too limited or too
idiosyncratic (yes, modal editors are no different) for my taste. vim is
by no means perfect, but it's the best tool I've found so far.
PS. here's a TextEditor wiki where you can knock yourself out in the
search for the perfect editor (aka the developers holy grail):
http://texteditors.org/
-
Aristotle Pagaltzis at Nov 15, 2006 at 6:04 pm ⇧
Since we?re posting links:* Kiki [2006-11-15 06:15]:
PS. here's a TextEditor wiki where you can knock yourself out
in the search for the perfect editor (aka the developers holy
grail): http://texteditors.org/
http://www.friday.com/bbum/2006/03/17/text-editing/
http://www.friday.com/bbum/2006/11/09/bbedit-vs-textmate-the-editor-wars-revisited/
Regards,--
Aristotle Pagaltzis // <http://plasmasturm.org/> -
Jonathan Rockway at Nov 15, 2006 at 4:30 pm ⇧
Eclipse runs perfectly with GCJ (compiled to native code) or GIJMax Afonov wrote:
If Java-trapped Eclipse is that tool, then be it.
(interpreted). The Java Trap doesn't apply to Eclipse.
--
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup; -
Ian Docherty at Nov 14, 2006 at 6:14 pm ⇧
Have you looked at UltraEdit for Windows (unfortunately no version for
Linux)
http://www.ultraedit.com/
I think it gives you everything you listed and more.
Regards
Ian Docherty
Christopher H. Laco wrote:Max Afonov wrote:-------------- next part --------------Now the funny part is that you did NOT recommend Eclipse after all!I'm really really picky about my editors. I've used Textpad on Windows
forever, and recently SCite. What I look for in an editor is that the
toolbar is slim, but I have a lot of options under hood.
For me, those "options" have to be the ability to change these things
per file type:
syntax coloring
tab/space stop/size
default encoding (UTF8, UTF16, OEM, Latin)
default endings (LF, CRLF, CR)
write/or not write the BOM (Byte Order Marker)
This last 3 always seemed to trip me up in Eclipse/EPIC inthe early 3.0
days...and of course, Eclipse was always slow for me.. compared to
Textpad/Scite.
Back when I owned a working mac (91-96), I was BBEdit all the way.
And when I get my next Mac, I'm sure I'll be all about TextMate.
-=Chris
An HTML attachment was scrubbed...
URL: http://jules.scsys.co.uk/pipermail/catalyst/attachments/20061114/ccf85540/attachment.htm -
Christopher H. Laco at Nov 14, 2006 at 6:21 pm ⇧
Last time I tried it, I hated it. Felt like the interface was tooIan Docherty wrote:
Have you looked at UltraEdit for Windows (unfortunately no version for
Linux)
http://www.ultraedit.com/
I think it gives you everything you listed and more.
Regards
Ian Docherty
busy...and from Windows 3.11. Now that it's up to 12, maybe it's worth
another shot...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://jules.scsys.co.uk/pipermail/catalyst/attachments/20061114/9ec7e282/signature.pgp -
Christopher H. Laco at Nov 14, 2006 at 6:41 pm ⇧
Yup. Still hate it. :-)Christopher H. Laco wrote:
Ian Docherty wrote:Have you looked at UltraEdit for Windows (unfortunately no version forLast time I tried it, I hated it. Felt like the interface was too
Linux)
http://www.ultraedit.com/
I think it gives you everything you listed and more.
Regards
Ian Docherty
busy...and from Windows 3.11. Now that it's up to 12, maybe it's worth
another shot...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://jules.scsys.co.uk/pipermail/catalyst/attachments/20061114/8bb24945/signature.pgp -
Krzysztof Krzyżaniak at Nov 14, 2006 at 8:30 pm ⇧
Try jedit (dev version), http://www.jedit.org/"Christopher H. Laco" <claco@chrislaco.com> writes:
Christopher H. Laco wrote:Ian Docherty wrote:Yup. Still hate it. :-)Have you looked at UltraEdit for Windows (unfortunately no version forLast time I tried it, I hated it. Felt like the interface was too
Linux)
http://www.ultraedit.com/
I think it gives you everything you listed and more.
Regards
Ian Docherty
busy...and from Windows 3.11. Now that it's up to 12, maybe it's worth
another shot...
It has everything I need and everything you mentioned. So far I only miss
subversion plugin. It looks on my desktop like
http://kofeina.net/eloy/desktop/_thumbs/jedit.png.html
Disadvantage: it's written in java+swing. I don't mind.
eloy--
-------e-l-o-y----------------------------e-l-o-y-@-k-o-f-e-i-n-a-.-n-e-t------
jak to dobrze, ?e s? oceany - bez nich by?oby jeszcze smutniej -
Christopher H. Laco at Nov 14, 2006 at 8:33 pm ⇧
Ugly as sin, and the interface was less than intuitive. Tried it last year.Krzysztof Krzy¿aniak wrote:
"Christopher H. Laco" <claco@chrislaco.com> writes:Christopher H. Laco wrote:Try jedit (dev version), http://www.jedit.org/Ian Docherty wrote:Yup. Still hate it. :-)Have you looked at UltraEdit for Windows (unfortunately no version forLast time I tried it, I hated it. Felt like the interface was too
Linux)
http://www.ultraedit.com/
I think it gives you everything you listed and more.
Regards
Ian Docherty
busy...and from Windows 3.11. Now that it's up to 12, maybe it's worth
another shot...
It has everything I need and everything you mentioned. So far I only miss
subversion plugin. It looks on my desktop like
http://kofeina.net/eloy/desktop/_thumbs/jedit.png.html
Disadvantage: it's written in java+swing. I don't mind.
eloy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://jules.scsys.co.uk/pipermail/catalyst/attachments/20061114/2cf14261/signature.pgp -
Max Afonov at Nov 14, 2006 at 8:52 pm ⇧
I worked with a guy who used it for his everyday coding. He seemed to
have gotten used to 5-minute delays when saving a file. *sigh*
eloy@pawnhearts.eu.org wrote:"Christopher H. Laco" <claco@chrislaco.com> writes:************************Christopher H. Laco wrote:Try jedit (dev version), http://www.jedit.org/Ian Docherty wrote:Yup. Still hate it. :-)Have you looked at UltraEdit for Windows (unfortunately no version forLast time I tried it, I hated it. Felt like the interface was too
Linux)
http://www.ultraedit.com/
I think it gives you everything you listed and more.
Regards
Ian Docherty
busy...and from Windows 3.11. Now that it's up to 12, maybe it's worth
another shot...
It has everything I need and everything you mentioned. So far I only miss
subversion plugin. It looks on my desktop like
http://kofeina.net/eloy/desktop/_thumbs/jedit.png.html
Disadvantage: it's written in java+swing. I don't mind.
eloy
MLB.com: Where Baseball is Always On
-
Krzysztof Krzyżaniak at Nov 14, 2006 at 9:36 pm ⇧
"Max Afonov" <max.afonov@mlb.com> writes:
I've never had this issue.I worked with a guy who used it for his everyday coding. He seemed to have--
gotten used to 5-minute delays when saving a file. *sigh*
eloy@pawnhearts.eu.org wrote:"Christopher H. Laco" <claco@chrislaco.com> writes:************************Christopher H. Laco wrote:Try jedit (dev version), http://www.jedit.org/Ian Docherty wrote:Yup. Still hate it. :-)Have you looked at UltraEdit for Windows (unfortunately no version forLast time I tried it, I hated it. Felt like the interface was too
Linux)
http://www.ultraedit.com/
I think it gives you everything you listed and more.
Regards
Ian Docherty
busy...and from Windows 3.11. Now that it's up to 12, maybe it's worth
another shot...
It has everything I need and everything you mentioned. So far I only miss
subversion plugin. It looks on my desktop like
http://kofeina.net/eloy/desktop/_thumbs/jedit.png.html
Disadvantage: it's written in java+swing. I don't mind.
eloy
MLB.com: Where Baseball is Always On
_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/
-------e-l-o-y----------------------------e-l-o-y-@-k-o-f-e-i-n-a-.-n-e-t------
jak to dobrze, ?e s? oceany - bez nich by?oby jeszcze smutniej -
JT Justman at Nov 14, 2006 at 8:34 pm ⇧
I am a long time devotee of EditPad Pro, which DOES have a (non-free)Ian Docherty wrote:
Have you looked at UltraEdit for Windows (unfortunately no version for
Linux)
Linux version. I'm just about as handy with vim, since I spend a lot of
time working over ssh, but when it comes down to hardcore coding, I
prefer EditPad. It won me over with robust regex support and tabs before
either were common on Windows. Of course I haven't auditioned another
text editor in at least five years.
Of course, it's not POD-aware, which screws with the syntax coloring a
bit. And, as I said, it's not free.
JT
-
Ash Berlin at Nov 14, 2006 at 4:34 pm ⇧
For vim I use the MiniBuffExplorer plugin and split windows - give youcatalyst.20.chsg@spamgourmet.com wrote:
I hesitate to ask this question because it seems to often result in
some juvenille flame war. Everyone is different, with different needs
and preferences. That's why we have choices. It's Perl after all,
right? [grin]
With that out of the way, what IDE or editor works well for you?
My default has been VIM since I'm really comfortable in it and can
edit text really fast with it. However, as a very visual person, I
find it cumbersome when having to flip back and forth between all of
the files. This is especially true since I'm new to Catalyst and
don't have everything solidified in my head.
As a side note, I work on OS X, so any references to Windows-only
programs won't really be useful but may be for others who come accross
this thread.
I'm mostly just interested in what has worked for you (and will take
everything with that grain of salt), not what is crappy about other
programs.
Many thanks in advance,
Conan.
tab like interface, and is faster than gvim7's own tabs IMO.
Ash
-
Jonathan Rockway at Nov 14, 2006 at 4:41 pm ⇧
emacs' iswitchb mode is much nicer, as is cperl-mode :)Ash Berlin wrote:
For vim I use the MiniBuffExplorer plugin and split windows - give you
tab like interface, and is faster than gvim7's own tabs IMO.
Also, you can test your web applications right in your editor, thanks
the the built-in browser (and shell). And a built-in IRC client means
that support inquiries are never more than a C-x o away. ;)
emacs++
--
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup; -
Aristotle Pagaltzis at Nov 14, 2006 at 7:24 pm ⇧
Yeah ? even a real editor is no further than a M-x viper-mode* Jonathan Rockway [2006-11-14 17:45]:
Also, you can test your web applications right in your editor,
thanks the the built-in browser (and shell). And a built-in
IRC client means that support inquiries are never more than
a C-x o away. ;)
away. :-)
Regards,--
Aristotle Pagaltzis // <http://plasmasturm.org/> -
Josef Karthauser at Nov 14, 2006 at 4:48 pm ⇧
Dare I mention that Eclipse has a perl personality now-a-days.On Tue, Nov 14, 2006 at 04:34:31PM +0000, Ash Berlin wrote:
For vim I use the MiniBuffExplorer plugin and split windows - give you
tab like interface, and is faster than gvim7's own tabs IMO.
Joe--
Josef Karthauser (joe@tao.org.uk) http://www.josef-k.net/
Physics Particle Theory (student) http://www.pact.cpes.sussex.ac.uk/
================ An eclectic mix of fact and theory. =================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.scsys.co.uk/pipermail/catalyst/attachments/20061114/aba9e2df/attachment.pgp -
Aristotle Pagaltzis at Nov 14, 2006 at 7:03 pm ⇧
You are a man with fine taste. :-)* Ash Berlin [2006-11-14 17:40]:
For vim I use the MiniBuffExplorer plugin and split windows
- give you tab like interface, and is faster than gvim7's own
tabs IMO.
Regards,--
Aristotle Pagaltzis // <http://plasmasturm.org/> -
Christopher H. Laco at Nov 14, 2006 at 7:05 pm ⇧
Yeah...except for the vim part. :-)A. Pagaltzis wrote:
* Ash Berlin [2006-11-14 17:40]:For vim I use the MiniBuffExplorer plugin and split windowsYou are a man with fine taste. :-)
- give you tab like interface, and is faster than gvim7's own
tabs IMO.
Regards,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://jules.scsys.co.uk/pipermail/catalyst/attachments/20061114/ec6b3fb4/signature-0001.pgp -
Aristotle Pagaltzis at Nov 15, 2006 at 5:58 pm ⇧
Actually, you are right, using vim isn?t fine taste. It is just* Christopher H. Laco [2006-11-14 20:15]:
A. Pagaltzis wrote:* Ash Berlin [2006-11-14 17:40]:Yeah...except for the vim part. :-)For vim I use the MiniBuffExplorer plugin and split windowsYou are a man with fine taste. :-)
- give you tab like interface, and is faster than gvim7's
own tabs IMO.
common sense.
Wink,--
Aristotle Pagaltzis // <http://plasmasturm.org/> -
Anthony Gardner at Nov 14, 2006 at 4:40 pm ⇧
Eclipse might do you with the Perl plugin (EPIC) and other plugins (subversion for example)
Unfortunately, there isn't a plugin for catalyst as there is for RoR :(
(that's a disguised hint at anyone who's interested in writing one) ;) lol
catalyst.20.chsg@spamgourmet.com wrote: I hesitate to ask this question because it seems to often result in
some juvenille flame war. Everyone is different, with different needs
and preferences. That's why we have choices. It's Perl after all,
right? [grin]
With that out of the way, what IDE or editor works well for you?
My default has been VIM since I'm really comfortable in it and can
edit text really fast with it. However, as a very visual person, I
find it cumbersome when having to flip back and forth between all of
the files. This is especially true since I'm new to Catalyst and
don't have everything solidified in my head.
As a side note, I work on OS X, so any references to Windows-only
programs won't really be useful but may be for others who come accross
this thread.
I'm mostly just interested in what has worked for you (and will take
everything with that grain of salt), not what is crappy about other
programs.
Many thanks in advance,
Conan.
_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/
Send instant messages to your online friends http://uk.messenger.yahoo.com-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://jules.scsys.co.uk/pipermail/catalyst/attachments/20061114/a8b06ab5/attachment.htm -
Steve Atkins at Nov 14, 2006 at 4:44 pm ⇧
I mostly use Emacs (X11 build, rather than Aqua build) but kindaOn Nov 14, 2006, at 8:25 AM, catalyst.20.chsg@spamgourmet.com wrote:
I hesitate to ask this question because it seems to often result in
some juvenille flame war. Everyone is different, with different needs
and preferences. That's why we have choices. It's Perl after all,
right? [grin]
With that out of the way, what IDE or editor works well for you?
My default has been VIM since I'm really comfortable in it and can
edit text really fast with it. However, as a very visual person, I
find it cumbersome when having to flip back and forth between all of
the files. This is especially true since I'm new to Catalyst and
don't have everything solidified in my head.
As a side note, I work on OS X, so any references to Windows-only
programs won't really be useful but may be for others who come accross
this thread.
I'm mostly just interested in what has worked for you (and will take
everything with that grain of salt), not what is crappy about other
programs.
like TextMate too.
Cheers,
Steve
-
TCB at Nov 14, 2006 at 5:09 pm ⇧
I've been messing a bit with this of late myself. I've tried using Eclipse
(www.eclipse.org) for a while with the (quite nice) Perl plug-in, mostly because
it let me work on both XP boxes and *nix machines pretty easily with a nearly
identical user experience. Also, if you have to work with databases the SQL
Explorer plugin is really quite good, and there's a subversion plug-in as well.
However, for the actual Perl I'm more and more back using xemacs and using
Eclipse just as a SQL visual query/edit tool like Toad.
I don't use OS X but one caveat with Eclipse if you decide to check it out, you
need to use Sun java, not anything else. Getting rid of the gnu java emulation
and getting 'real' java on a debian box was a minor pain, while getting it onto
an OpenBSD machine was easy but took a very long time to compile. Not having to
deal with java is yet another reason to stick to emacs, IMHO.
TCB
On Tue Nov 14 10:25 , catalyst.20.chsg@spamgourmet.com sent:I hesitate to ask this question because it seems to often result in
some juvenille flame war. Everyone is different, with different needs
and preferences. That's why we have choices. It's Perl after all,
right? [grin]
With that out of the way, what IDE or editor works well for you?
My default has been VIM since I'm really comfortable in it and can
edit text really fast with it. However, as a very visual person, I
find it cumbersome when having to flip back and forth between all of
the files. This is especially true since I'm new to Catalyst and
don't have everything solidified in my head.
As a side note, I work on OS X, so any references to Windows-only
programs won't really be useful but may be for others who come accross
this thread.
I'm mostly just interested in what has worked for you (and will take
everything with that grain of salt), not what is crappy about other
programs.
Many thanks in advance,
Conan.
_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/ -
Jules Bean at Nov 15, 2006 at 2:41 pm ⇧
TCB wrote:
I don't use OS X but one caveat with Eclipse if you decide to check it out, you
need to use Sun java, not anything else. Getting rid of the gnu java emulation
and getting 'real' java on a debian box was a minor pain, while getting it onto
an OpenBSD machine was easy but took a very long time to compile. Not having to
deal with java is yet another reason to stick to emacs, IMHO.
Last time I tried it, eclipse apt-get installs fine on debian testing,
and runs fine on free java.
Jules
(PS there is no java trap any more...)
-
Krzysztof Krzyżaniak at Nov 14, 2006 at 5:48 pm ⇧
jeditcatalyst.20.chsg@spamgourmet.com writes:
I hesitate to ask this question because it seems to often result in
some juvenille flame war. Everyone is different, with different needs
and preferences. That's why we have choices. It's Perl after all,
right? [grin]
With that out of the way, what IDE or editor works well for you?
eloy--
-------e-l-o-y----------------------------e-l-o-y-@-k-o-f-e-i-n-a-.-n-e-t------
jak to dobrze, ?e s? oceany - bez nich by?oby jeszcze smutniej -
Marlon Bailey at Nov 14, 2006 at 8:29 pm ⇧
I use Eclipse/EPIC/ViPlugin/SubClipse as my dev environment. Eclipse
COULD be faster, and EPIC could be a bit smoother, but I get alot more
work once I was comfortable with this stack, as opposed to just vim.
_Marlon_
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean. -
Marcello Romani at Nov 15, 2006 at 7:28 am ⇧
I've learned vim in the Unix class (1st year at university), and used itcatalyst.20.chsg@spamgourmet.com ha scritto:
I hesitate to ask this question because it seems to often result in
some juvenille flame war. Everyone is different, with different needs
and preferences. That's why we have choices. It's Perl after all,
right? [grin]
With that out of the way, what IDE or editor works well for you?
My default has been VIM since I'm really comfortable in it and can
edit text really fast with it. However, as a very visual person, I
find it cumbersome when having to flip back and forth between all of
the files. This is especially true since I'm new to Catalyst and
don't have everything solidified in my head.
As a side note, I work on OS X, so any references to Windows-only
programs won't really be useful but may be for others who come accross
this thread.
I'm mostly just interested in what has worked for you (and will take
everything with that grain of salt), not what is crappy about other
programs.
Many thanks in advance,
Conan.
_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/
ever since on Linux. I like it on X11, where I can have something around
130x100 chars and 4+ windows in the same terminal. On Windows I tried
various editors and came to like Crimson Editor.
It has easily customizable syntax highlighting, it is pod-aware and lets
your create "projects", which are nothing more than a structured bunch
of files but are useful nonetheless.
-
Michele Beltrame at Nov 15, 2006 at 9:29 am ⇧
Hello!
I use a strange combination of vim+gvim+gedit but I find it fits my
needs perfectly. Some developers in my company who want something
resembling a good-looking IDE use Aptana (Eclipse based), which ain't bad.
Michele.
--
Michele Beltrame
http://www.varlogarthas.net/
ICQ# 76660101
Informativa privacy: http://www.italpro.net/em.html -
TCB at Nov 15, 2006 at 2:35 pm ⇧
I think things like Aptana are the real strength of Eclipse. The same IDE can be
used to check javascript and html, pure java apps, Perl code, talk to cvs/svn,
connect to an Oracle database, etc. and so on. For many, many people that alone
makes it a better choice than Komodo or pretty much anything else. I don't think
an experienced emacs user and Perl coder will want to switch to it for their core
programming, but it's certainly nice to have a good GUI and debugging tools for
the parts of a project that might lie a bit outside one's area of expertise.
On Wed Nov 15 3:29 , Michele Beltrame <mb@italpro.net> sent:Hello!
I use a strange combination of vim+gvim+gedit but I find it fits my
needs perfectly. Some developers in my company who want something
resembling a good-looking IDE use Aptana (Eclipse based), which ain't bad.
Michele.
--
Michele Beltrame
http://www.varlogarthas.net/
ICQ# 76660101
Informativa privacy: http://www.italpro.net/em.html
_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/
Related Discussions
Discussion Navigation
| view | thread | post |
Discussion Overview
| group | catalyst |
| categories | catalyst, perl |
| posted | Nov 14, '06 at 4:25p |
| active | Nov 15, '06 at 6:04p |
| posts | 36 |
| users | 18 |
| website | catalystframework.org |
| irc | #catalyst |
