Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

On Windows is there a **light-weight** IDE that can be used both with C and Perl? [closed]

When I asked this previously I should have mentioned that it's particularly a light-weight IDE that I'm after, so I’m having to ask again as a different question.

Something that is not just a text editor, is light-weight and versatile, that would suit Strawberry Perl, the GCC that comes with MinGW, GDB and Subversion. Something that when I want to use it is straight-away available, and is also fast to shut down preserving all my work. It doesn't matter if it's not a free or open-source program, what does matter is that it’s stable and is comfortable to use.

Maybe trying to have one IDE to use for both C and Perl is the wrong way to go about it - resulting in a solution that's not going to handle either one language or the other as well as a dedicated IDE would?

like image 610
Rob Kam Avatar asked Nov 07 '08 17:11

Rob Kam


4 Answers

Zeus is a language neutral IDE that can be be configured for almost any programming langauge.

It has features like syntax highlighting, code folding, project/workspace management, class browsing, macro scripting, integrated version control, ftp editing etc.

alt text
(source: zeusedit.com)

like image 52
jussij Avatar answered Nov 16 '22 13:11

jussij


Have you looked at Padre, the Perl Application Development and Refactoring Environment?

It's still in development so you can help make it better.

like image 38
Mr. Muskrat Avatar answered Nov 16 '22 14:11

Mr. Muskrat


SciTE would be worth a look.

like image 2
Mr Plough Avatar answered Nov 16 '22 14:11

Mr Plough


Notepad++ is another Scintilla-based (as SciTE) source code editor.

like image 2
jfs Avatar answered Nov 16 '22 12:11

jfs