R
Ramon F Herrera
My goal is to study (in the RMS sense) and familiarize myself with
some OSS code, until I reach the point at which I can make non-trivial
modifications to it. The class of applications I have in mind are
almost always written in C and run on Unixes. Historically, I have
used a terminal emulator, vi, and gcc/gdb for this type of project,
but would like to become more productive and take advantage of the
facilities provided by an IDE.
Here's the catch: I would like my front end environment (IDE) to run
on Windows, while the target code, debugger, etc. run on Unix. I
simply won't carry a Linux laptop around, although that day is
approaching by becoming feasible. I will not use remote X Windows,
either.
What I would like to do is take a directory filled with source code,
copy it to my Windows PC and use some IDE to manipulate the code.
These are my candidate IDEs:
- Visual C/C++
- Eclipse with the C++ development plugin
- NetBeans with the C++ development plugin
Notice that I DO NOT care about actually compiling/linking anything! I
will be satisfied with going back to the ancient mode and compiling,
debugging in the remote system vis ssh (after I am familiar with the
code, that is). What I really want out of the GUI IDEs is the ability
to double-click on a variable name and inquire about its definition/
declaration, find all references to it, perform complex searches and
things of that nature.
I hate long postings, so...
To be continued...
-Ramon
some OSS code, until I reach the point at which I can make non-trivial
modifications to it. The class of applications I have in mind are
almost always written in C and run on Unixes. Historically, I have
used a terminal emulator, vi, and gcc/gdb for this type of project,
but would like to become more productive and take advantage of the
facilities provided by an IDE.
Here's the catch: I would like my front end environment (IDE) to run
on Windows, while the target code, debugger, etc. run on Unix. I
simply won't carry a Linux laptop around, although that day is
approaching by becoming feasible. I will not use remote X Windows,
either.
What I would like to do is take a directory filled with source code,
copy it to my Windows PC and use some IDE to manipulate the code.
These are my candidate IDEs:
- Visual C/C++
- Eclipse with the C++ development plugin
- NetBeans with the C++ development plugin
Notice that I DO NOT care about actually compiling/linking anything! I
will be satisfied with going back to the ancient mode and compiling,
debugging in the remote system vis ssh (after I am familiar with the
code, that is). What I really want out of the GUI IDEs is the ability
to double-click on a variable name and inquire about its definition/
declaration, find all references to it, perform complex searches and
things of that nature.
I hate long postings, so...
To be continued...
-Ramon