Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: cacb on February 02, 2015, 10:54:16 pm

Title: Change project order in Workspace?
Post by: cacb on February 02, 2015, 10:54:16 pm
Hi, I am using C::B svn 10091 under Windows and  svn 10090 under Kubuntu.

When I create a new project in a Workspace, the new project ends up at the bottom of the list of projects in the "Projects" tab under "Management". This is ok as a default, but often I want to rearrange the projects so that it reflects a build and project dependency order (top->down). Is there any way to do that without exiting Code::Blocks and manually edit the .workspace file?

Title: Re: Change project order in Workspace?
Post by: scarphin on February 02, 2015, 11:11:31 pm
'project -> project tree -> move project up|down'
Title: Re: Change project order in Workspace?
Post by: cacb on February 03, 2015, 10:27:30 am
Thank you  :)  That illustrates how blind one can be. For some reason, I never discovered it. I can see it is even in the right-click menu pointing at a project.

That answers the question!
Title: Re: Change project order in Workspace?
Post by: MortenMacFly on February 04, 2015, 09:20:11 am
CTRL+SHIFT+Cursor Up/Down works as well.