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."
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.
to the eclipse project frontpage, and to the CDT Page itself.
check those urls!
WTPOUAWYHTTOTWPA
What's the point of using acronyms when you have to type out the whole phrase anyways?
Eventually it becomes self-aware and launches the nukes.
Then it's all-out war: Man vs. Eclipse. (cue the music)
A Multiplayer Strategy Game for Mac OS X, Windows, and Linux
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
It would be very cool if CDT could import and scan already written Makefiles. It would rock to be able to setup a kernel eclipse project have it scan the toplevel and subdirectory Makefiles and be able to look at structure definitions and jump to various parts of the kernel with Ctrl-click, like Ctrl-[ in ctags.
Since I programmed in C++ (guess 8+ years now) Anyone has any tips/links how to use CDT on Linux? Where do I get the header files and libraries? Any introduction on programming C++ on Linux? Is there no way to get a method you defined in the header-file into the .cpp? I expected that.
One of the things Java is easier to use is that you don't have to copy stuff from the header file into the implementation file. I'd expect a tool to be able to do that for me.
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...
Peer Pressure
Anyone heard/know anything?