On 2011-02-06, Mark Knecht <[email protected]> wrote:
> On Sat, Feb 5, 2011 at 2:39 PM, Alex Schuster <[email protected]> wrote:
>> Mark Knecht writes:
>>
>>> Can someone recommend a good IDE to write C code in?
>>>
>>> 1) Something that can display multiple files in a project.
>>>
>>> 2) Something that have some sort of version control built into it?
>>>
>>> 3) If possible, I can compile right in the IDE.
>>
>> Emacs. If you dare to go this way. The learning curve is high, but
>> once you know how to use it, you probably will be glad. Eclipse is
>> pretty cool, and I've heard good things about Kdevelop.
>>
>>> I've starting writing something. It's hundreds of lines long in 1
>>> file and I just messed up a brace somewhere which I haven't been able
>>> to figure out in vi.
>>
>> Just use the % key.
>
> I specifically _don't_ want a high learning curve. I want this to
> remain fun, if possible.

Ah.  Then you picked the wrong language, you should be using Python.

(I'm only half joking.)

I use emacs as well.  I tried eclipse, but found it huge, slow,
clunky, and I ran into compatibility problems between versions.  I
went back to emacs.

I also tried visual slick edit, and it's pretty nice, but it didn't
seem worth the hassle of dealing with the licensing.

The Scite editor is pretty decent (I really like the folding feature),
but I haven't used it much.

-- 
Grant


Reply via email to