News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

sorting files in projects workspace

Started by Jewe, January 21, 2008, 01:19:03 PM

Previous topic - Next topic

Jewe

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
Anything curved in the hardware can be straighten with software :D
OS: Vista64 + Debian(to play with)
Compiler: mingw IDE: Code::Blocks Nightly WX: 2.8.0

killerbot

extra hint : for searching : right click in the tree and type in the filename ...

MortenMacFly

Quote from: Jewe on January 21, 2008, 01:19:03 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".
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

mariocup

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

thomas

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).
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Jewe

@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
Anything curved in the hardware can be straighten with software :D
OS: Vista64 + Debian(to play with)
Compiler: mingw IDE: Code::Blocks Nightly WX: 2.8.0

thomas

Quote from: Jewe on January 24, 2008, 10:33:27 AMadd 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?
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."