[Bug 57117] New: Compiler flags settings are forgotten
Chris Thompson
chris at hypocrite.org
Fri Apr 11 02:24:02 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=57117
Summary: Compiler flags settings are forgotten
Product: kdevelop
Version: unspecified
Platform: Gentoo Packages
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: chris at hypocrite.org
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.
More information about the KDevelop-devel
mailing list