Slashdot Mirror


Eclipse Project Releases CDT 2.0

Torulf writes "I just ran across an announcement on the Eclipse project frontpage that they have released CDT 2.0. CDT is the C/C++ development project at Eclipse. The CDT provides a full IDE that uses gcc for compiling. Find out what's new in this version here. Downloads available."

4 of 45 comments (clear)

  1. Thank you IBM by tomee · · Score: 5, Interesting

    Eclipse is perhaps one of the greates things to happen lately. But I think it's full potential has not nearly been realized yet. Since it supports everything via plugins, one could make html editors, office applications, or even stuff like photo editing software under eclipse which would then feature a unified and interoperable user interface. I really hope to see this kind of thing soon.

    1. Re:Thank you IBM by FedeTXF · · Score: 3, Interesting

      Well, I doubt many people will use eclipse for things other than programming and developement related activities.
      I don't see many photo editors eclipse's future. The base conmponents are too much biased towards its prime target: be an IDE.

  2. eclipse are huge - small editors rocks by neoneye · · Score: 2, Interesting

    I have written an editor that can do syntax coloring in only ~3000 lines of code.

    I hate java!!

    screenshots of my editor

    judge yourself... does eclipse really sux?

    --
    Simon Strandgaard

  3. MFC Support for Refactoring? by plasticmillion · · Score: 4, Interesting
    Well this doesn't seem to be the world's most active thread, but just in case someone is reading this: what interested me most about CDT is the refactoring support. This is sorely missing in Visual Studio.

    Does anyone know how this refactoring works? I presume that the environment needs to parse the source files in order to determine what to rename (as with Java). Does it use the GNU compiler for this? If so, can GNU handle MFC? Sounds a bit like worlds colliding to me...