Tagged Questions
0
votes
1answer
111 views
Eclipse CDT – Application wide theme configuration
I've recently started using Eclipse CDT.
After some searching, I've found a way to change its source view theme by importing a .epf file from the File menu. However when I launch another Eclipse ...
0
votes
0answers
171 views
Kinect for Windows SDK with Eclipse CDT
Is there any way to use Eclipse CDT for developing with Kinect for Windows SDK by Microsoft? If question is not clear because of my English: I want to use Eclipse CDT as IDE for Kinect for Windows ...
1
vote
3answers
320 views
Setting up eclipse for windows driver development
I am trying to write a user-mode windows(XP, Vista & 7) virtual printer driver using WDK 7.1.0 . I plan to use eclipse IDE for development, so wanted to know if I can set it up for the same. I am ...
0
votes
1answer
267 views
Maintain a cmake project (from Eclipse CDT4)
I'm having some difficulties with cmake (2.8.7) and Eclipse + CDT (3.7.1). I'm using a CMakeBuilder (http://www.cmakebuilder.com/), which I found via the search function here. Actually I thought, ...
6
votes
2answers
985 views
Eclipse CDT indexing and std::unique_ptr
I am using std::unique_ptr in this piece of code which compiles and runs as I expected.
std::stringstream out;
out << std::setw(3) << std::setfill('0') << i;
...
0
votes
1answer
185 views
Eclipse C/C++ (CDT) switching workspaces (sharing)
I am trying to share a workspace in Eclipse. To test it I copied my current workspace to a different directory. Then when eclipse loads it pops up a dialog box to select a workspace.
When I changed ...
2
votes
1answer
2k views
IDE development for CodeIgniter PHP framework in ECLIPSE [closed]
I am quite new to the eclipse IDE. I want to develop an IDE for codeigniter PHP framework. How I start. What is difference between Eclipse for C++ and Eclipse for Jave EE?
How I get start?
Any kind ...
18
votes
5answers
6k views
As of 2011: Netbeans 7 or Eclipse Indigo for C++?
This is basically a duplicate of:
Netbeans or Eclipse for C++?
But, that question as 3+ years old, and a lot has changed since then.
I have a large code base with a custom (but Makefile based) build ...
2
votes
3answers
3k views
Eclipse CDT - Could not open Editor: Editor could not be initialized?
I'm running Eclipse Helios (3.6) with the latest CDT (plus HgEclipse, ANTLR IDE, PDT, and probably a few other things). It was running great, until recently in which when I tried to open any file that ...
5
votes
1answer
2k views
Eclipse CDT build/run on file basis
In my scenario I have a C++ project in CDT Eclipse. This projects however is rather a collection of individual (helper) programs than one complex application. Consequently I want to be able to build ...
2
votes
0answers
70 views
Eclipse CDT automatically replace “.” with “->”
The Qt Creator have a neat feature I really like. When I'm typing obj.method, it would automatically replace the period (.) with an arrow (->), if obj is a pointer.
Makes sense actually. You never ...
3
votes
4answers
652 views
More with eclipse cdt
What is done when we import an existing project(maybe a visual studio project)?
Which files are used for configuration?
1
vote
9answers
364 views
C/C++ IDEs that come with/without the compiler [closed]
I'm getting started with C and usually use eclipse for other development. But it turned out that the eclipse CDT plugin doesn't come with the compiler and therefore installing a compiler separately is ...
2
votes
5answers
882 views
As a grapical IDE user, should I be interested in traditional editors? [closed]
I use full blown graphical IDEs such as Eclipse CDT (Linux) and Visual Studio (Windows) which have features like auto completion, built in debugging, etc. These are features that I feel I can't live ...