Using eclipse for editing and project management only [message #731364] |
Fri, 30 September 2011 14:21 |
Eclipse User |
|
|
|
I'm currently working on some projects which are collections of dozens of VS solutions. These dozens of VS solutions or projects make up a single project in my world. I then use a batch file to compile all of these together. This batch file also filters the output generated by the tool chain and displays a minimal amount of information while logging the rest.
So I would like to be able to navigate all these files using Eclipse. If I could get two collapsible folders in the project explorer, one for *cpp files and one for *.h files that would be awesome but I can't figure it out. The only thing I REALLY need from eclipse are functions like open definition, macro expansion, search and find (and replace) along with being able to see all my files without having to search through folders. I would also like to be able to call my batch file from eclipse and see the output in the console. Lastly, all this code lives on an svn server so I hope to take advantage of the Subversive plugin.
Right now I can't figure out how to even create the project. It seems no matter what I do, I can't get away from the file structure already on the disk and I can't get eclipse to stop showing me what it thinks are errors. Some guys around here use SlickEdit which has no problem creating a project without "importing" any files. It could care less if func.c lives at d:\path\to\func.c and func.h lives at c:\path\to\func.h, as long as I have added them to my project they show up outside of any kind of dir structure and I can find definitions in func.h by right clicking things in func.h.
I would really like to figure out how to do this with eclipse because eclipse is freeeeee....
|
|
|
Powered by
FUDForum. Page generated in 0.05036 seconds