Bug 57117 - Compiler flags settings are forgotten
Summary: Compiler flags settings are forgotten
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-11 02:22 UTC by Chris Thompson
Modified: 2003-04-11 17:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Thompson 2003-04-11 02:22:58 UTC
Version:           Gideon 3.0.0a4 (using KDE KDE 3.1.1)
Installed from:    Gentoo Packages
Compiler:          gcc 3.2.2 
OS:          Linux

From main menu with a C++ project, do the following:

Project --> Project Options --> Configure Options --> C++
Add some custom options such as -I/usr/qt/3/include
Click on the [...] on the Compiler Flags line.
Modify some settings (e.g. add a warning)

Expected result:
Custom option such as -I/usr/qt/3/include would stay in the textbox.  The additional settings added by selecting them in the [...] options would be ADDED TO the list (or removed, as appropriate).

Alternate expected result:
Gideon would warn me that it was about to overwrite the settings I had configured.  This would be a nasty workaround but better than the current behaviour.

Actual result:
Custom options I have previously entered are removed entirely.
Comment 1 Amilcar do Carmo Lucas 2003-04-11 17:37:08 UTC
Fixed in CVS by Alexander Dymo <cloudtemple at mksat dot net>