Author Topic: Recent projects - yes. User projects list - Yes!  (Read 4554 times)

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Recent projects - yes. User projects list - Yes!
« 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!
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: Recent projects - yes. User projects list - Yes!
« Reply #1 on: November 14, 2007, 03:29:17 pm »
I don't see why you don't like the workspace. What does "One module - one DLL" mean?

Offline Howard

  • Single posting newcomer
  • *
  • Posts: 8
Re: Recent projects - yes. User projects list - Yes!
« Reply #2 on: November 14, 2007, 03:57:00 pm »
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
« Last Edit: November 14, 2007, 04:15:16 pm by Howard »

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Re: Recent projects - yes. User projects list - Yes!
« Reply #3 on: November 14, 2007, 04:33:36 pm »
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.
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen