How do I know on which IDE to edit a project's source code?
EDIT :
Thanks to all answerers and also commenters, there suffices product to maintain me active for some time!
I lately switch over to Linux and also intended to do my first growth actions with the adhering to source:
Close to compiling and also running the program with the adhering to lines :
./configure
make
I could not identify just how to conveniently modify a task is source code yet by editing and enhancing it by hand in a full-screen editor and also keying the above lines every single time to examine it
There are various other tasks (i.e. ) that I identified just how to modify in a certain IDE such as QT Creator due to the fact that there was a.PRO documents in the task which I promptly figured out what it was for.
Just how do a person obtains a source running in an IDE when there are no IDE - details documents consisted of in it?
Related questions