Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: nanyu on October 28, 2010, 05:45:37 am

Title: Mutil-line Edit VS. ListBox
Post by: nanyu 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 ").
Title: Re: Mutil-line Edit VS. ListBox
Post by: MortenMacFly 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.