Author Topic: Mutil-line Edit VS. ListBox  (Read 4746 times)

Offline nanyu

  • Almost regular
  • **
  • Posts: 188
  • nanyu
Mutil-line Edit VS. ListBox
« on: October 28, 2010, 05:45:37 am »
I often need to copy settings between the two projects. Such as the “link libraries", "Seach directories". Why do not we use a multi-line editor, but a listbox? We can copy, cut, paste those options on a edit (such as "Compiler setting -> Other options ").

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Mutil-line Edit VS. ListBox
« Reply #1 on: October 28, 2010, 06:53:22 am »
I often need to copy settings between the two projects. Such as the “link libraries", "Seach directories".
To be honest: That's a good idea, but should go through copy & paste of the whole listbox.

For now you can also use a plugin called project editor that allows you to edit project files itself. However, for un-experienced user this might be dangerous.
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