If you want simple and complex then try VIM...
gerard4143
Nearly a Posting Maven
2,295 posts since Jan 2008
Reputation Points: 512
Solved Threads: 397
Skill Endorsements: 0
Mmm... Thanks Gerard, if I'm thinking of the right thing (vi enhanced) - mmm... is it possible to I be able to set breakpoints, step over and step into? I think in the least I'll need that.
That would be a debugger your talking about...If you expect your IDE to come fully featured then it won't be lightweight....Can VIM use a debugger? I really don't know because I never tried...
I would look into Code blocks, Gedit, Kwrite, Kdevelop, bluefish...or just Google Linux IDE since most are ported to Windows.
gerard4143
Nearly a Posting Maven
2,295 posts since Jan 2008
Reputation Points: 512
Solved Threads: 397
Skill Endorsements: 0
>If you expect your IDE to come fully featured then it won't be lightweight....
The very definition of IDE implies a text editor, a compiler, a debugger, and build tools. vim is a text editor, not an IDE. That's why developers work with several individual tools such as vim, gdb, gcc, and make when working without an IDE.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,483
Solved Threads: 1,407
Skill Endorsements: 54
Question Answered as of 3 Years Ago by
gerard4143,
kenji,
nileshgr
and 1 other