Code::Blocks Forums

User forums => Help => Topic started by: Jewe on January 21, 2008, 01:19:03 pm

Title: sorting files in projects workspace
Post by: Jewe on January 21, 2008, 01:19:03 pm
Can somebody explain how I can sort the files in the workspace? (in alphabetic order.)

Currently it is determined by the order of adding files.

This will cut down on my development time, as I do not need to search for files.

cheers,

Jewe
Title: Re: sorting files in projects workspace
Post by: killerbot on January 21, 2008, 01:51:19 pm
extra hint : for searching : right click in the tree and type in the filename ...
Title: Re: sorting files in projects workspace
Post by: MortenMacFly on January 21, 2008, 01:54:46 pm
Can somebody explain how I can sort the files in the workspace? (in alphabetic order.)
CTRL & SHIFT & "Cursor Up"/"Cursor Down" moves the currently selected project in the management pane up and down. The same can be achived via menu "Project"->"Project tree"->"Move project up/down".
Title: Re: sorting files in projects workspace
Post by: mariocup on January 21, 2008, 02:46:25 pm
Hi Jewe,

if you want to go to a file within a active project I am using always Alt+G shortcut, as it is for me the quickest way to open a file. You may even use wildcards in the dialogue. Did you try already this feature?

Bye,

Mario
Title: Re: sorting files in projects workspace
Post by: thomas on January 21, 2008, 04:21:07 pm
Hmm... my files are always sorted alphabetically? I think that's the only thing Code::Blocks offers, too (apart from categorizing, and showing folders, which you can both turn on/off).
Title: Re: sorting files in projects workspace
Post by: Jewe on January 24, 2008, 10:33:27 am
@thomas

add a file called aaaaaa.cpp by hand, does it show up on the top of the bottom?
And do not add the whole directory.

cheers,

jewe
Title: Re: sorting files in projects workspace
Post by: thomas on January 24, 2008, 01:08:06 pm
add a file called aaaaaa.cpp by hand, does it show up on the top of the bottom?
Shows in position #1 (top). Is that not how it should be?