Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: kisoft on November 14, 2007, 09:46:41 am
-
I do develop a some big projects. And "Recent projects" feature have a limited size.
Combine many modules in one worspace - to one's cost. One module - one DLL.
User projects list - can solve this problem. User can do management this list manually.
User project list - analogically with "Recent projects", called from menu, and called dialog for edit this list. Size this list is unlimited.
Dialog have a next features:
- Add link to project/workspace
- Edit link (for existance link)
- Delete link
- Load link
Results saved in default.conf or for more likely another conf file (for move to other computers).
May be somebody have time to release this feature?
Good luck!
-
I don't see why you don't like the workspace. What does "One module - one DLL" mean?
-
Isn't this what CodeSnippets is for?
Create a catagory for each workspace or project. Under the catagory, create a file link to each .cbp file (right click/edit/properties/link target).
To open the project, just drag the tree item to the CB Projects window.
To update the .cbp, just right click and edit the CodeSnippets tree item.
To change the link to the project.cbp, just right click the tree item and edit the properties.
http://wiki.codeblocks.org/index.php?title=Code_Snippets_plugin
-
I don't see why you don't like the workspace. What does "One module - one DLL" mean?
For example:
Project hold 12 modules (1 main and 11 DLL called from main).
Each module hold near 50-150 source files -> summary 1000+ files.
Each module hold opened 5-10 files -> summary 50-100 files.
On activate a some module I must doing search for files of this module (one file from 50-100 files). :(
Each module being builded with using makefile.
Worspace is inconvenient to use in this project.
Isn't this what CodeSnippets is for?
Create a catagory for each workspace or project. Under the catagory, create a file link to each .cbp file (right click/edit/properties/link target).
Thank you. This method looks like. I try use it.