Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Windows IDE that can handle both C and Perl? [closed]

Tags:

c

windows

svn

ide

perl

I'm using Strawberry Perl which includes MinGW's GCC, I'm also making use of the GNU debugger GDB and Subversion. How can I have a single development environment that would suit this (other than just UltraEdit, the command shell and IE), and how can I further enhance its features?

like image 769
Rob Kam Avatar asked Nov 05 '08 18:11

Rob Kam


3 Answers

I'd have a good look at Eclipse if I were you! Then have a look at the EPIC IDE Plug-in.

Subversion integrates quite nicely with that IDE via Tortoise SVN or even better as mentioned in one of the comments by Davide Gualano, Subversive.

like image 155
Mat Nadrofsky Avatar answered Oct 22 '22 00:10

Mat Nadrofsky


Personally i'm using Komodo IDE from ActiveState. Komodo Edit might suit your needs and is its free alternative.

like image 33
Mithaldu Avatar answered Oct 21 '22 23:10

Mithaldu


You can use emacs for windows.

http://www.gnu.org/software/emacs/windows/ntemacs.html

like image 38
Gambit Avatar answered Oct 21 '22 22:10

Gambit