Author Topic: sorting files in projects workspace  (Read 7559 times)

Offline Jewe

  • Multiple posting newcomer
  • *
  • Posts: 70
    • Fit Trainer
sorting files in projects workspace
« 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
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

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: sorting files in projects workspace
« Reply #1 on: January 21, 2008, 01:51:19 pm »
extra hint : for searching : right click in the tree and type in the filename ...

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: sorting files in projects workspace
« Reply #2 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".
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

mariocup

  • Guest
Re: sorting files in projects workspace
« Reply #3 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

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: sorting files in projects workspace
« Reply #4 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).
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline Jewe

  • Multiple posting newcomer
  • *
  • Posts: 70
    • Fit Trainer
Re: sorting files in projects workspace
« Reply #5 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
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

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: sorting files in projects workspace
« Reply #6 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?
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."