views:

2039

answers:

13

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?

A: 

The lightest-weight open-source text-editor that I'd consider a full IDE is SharpDevelop, which is still a bit heavy-weight. It handles a number of different languages, although I'm not should if it does anything specific for Perl.

James Curran
It doesn't support C/C++ or Perl.
Rob Kam
+1  A: 

Yep.

Notepad.

(I can feel my Rep draining away as I type this)

:-)

Steve Morgan
make it Notepad++ and it won't be sarcasm!
Javier
We bad jokers should stick together. +1
Ali A
Notepad is not an IDE, how is this helpful?
Rob Kam
But it is light-weight ;)
jussij
+3  A: 

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

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

Mr. Muskrat
+2  A: 

SciTE would be worth a look.

Mr Plough
A: 

Have you tried Eclipse? I don't know if it's light weight enough for you but out of all the decent IDES I've used it's the fastest one in my experience. You should be able to download the standard eclipse distribution, then install the c++ and Perl tools. The C++ tools can be installed through the update manager from the Ganymede site that's included by default. Information about Perl for Eclipse can be found at this link. http://www.epic-ide.org/

Jared
Eclipse is not lightweight. In fact, it is one of the worst memory hogs I have seen.
Nemanja Trifunovic
Right. The OP has probably already tried Eclipse. And then came here to ask for something that is not as heavy.
innaM
A: 
jussij
For that price, I'd rather use NotePad
Rayne
A: 

E Text Editor is a TextMate analog for Windows. It is not free.

J.F. Sebastian
A: 

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

J.F. Sebastian
+2  A: 

You can try Geany for gnome. It's relatively new, but interesting. And it seems to be lightweight.

http://www.geany.org/

rogeriopvl
Geany is multiplatform, not just Gnome (important for the OP, who is on Windows). It does use GTK, though. There is a Windows installer which has the necessary runtime bundled in.
John Y
+1  A: 

I've decided to use the open source and cross platform Codelite IDE, with C/C++, it's just about as light-weight as I'm going to get without using a plain text editor.

It can use either VC++, GCC, G++ or it can be configured to use other compilers if required. It does more than a text editor, which is what I'll carry on using for Perl until I find something better. Unfortunately for Perl currently it only offers syntax highlighting, so no real incentive to use it here instead of some text editor or Padre.

Although still relatively new (v1.0 released July 1st 2008) Codelite is already a better IDE than Dev C++ or Code::Blocks and not as slow or bloated as Eclipse.

Rob Kam
A: 

Maybe not the most light-weight of the bunch, but Komodo Edit seems to be a good compromise between features and program size. It supports many languages and is pretty flexible.

Cody Casterline
It hasn't support for C/C++
Rob Kam
A: 

take a look at jEdit.

Christopher Mahan
A: 

Dev-C++ very nice IDE. http://www.bloodshed.net/devcpp.html