Code::Blocks Forums
User forums => Help => Topic started 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
-
extra hint : for searching : right click in the tree and type in the filename ...
-
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".
-
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
-
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).
-
@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
-
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?