[Dev-C++] Additions for next version of devcpp
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
|
From: A. Jans-B. <jan...@wx...> - 2000-12-04 20:56:22
|
I would like to propose the following idea's: Idea 1: When I select "save-all" in the file-menu I want to save changed files only. The current version saves all files regardless of if they have been changed. Since I use CVS, every change creates thus unneeded versions. This makes things complicated for other developers working on the same project. I try to save only the files that I actually changed but for large projects I can't keep track and much "save-all" to make sure everything is stored on disk. Maybe, in the project-window an icon could be added to changed files? Or an other text color for the filename? Idea 2: When compiling large projects it would be nice to have some insight in what is happening when I select build. Now I only see "compiling" and "linking", which is a bit sparse information. Idea 3: When I open a project, all files are opened immediately. For large projects this is not needed. I would rather open files when I need to change them. |