aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpppreprocessordialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* CppEditor: Inline cpppreprocessordialog.uihjk2022-09-301-81/+0
| | | | | | Change-Id: I2941e6fd3da93d1a71fb7d98e6d39634ae957d42 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
* CppEditor: Rework showing/switching parse configurationsNikolai Kosjar2017-02-031-28/+0
| | | | | | | | | | | | | | | | | | | | | | * Move the combox box for switching the parse configurations out of the "Additional Preprocessor Directives" dialog ('#'-button) to make it better visible/accessible. Also, decouple the extra preprocessor directives from the concrete parse context since this is not anymore in same dialog. * The combo box appears only if multiple parse configurations are available for a file. * The first time multiple parse configurations are detected, an info bar is shown that points the user to the combox box. A "Do Not Show Again" button is provided. * Upon selecting an entry, the preferred parse configuration is saved as part of the session. The setting can be cleared with the context menu entry on the combo box. Follow-up changes need to ensure that the display name and/or tooltip is unambiguous, e.g. for qbs and cmake projects. Change-Id: I9e9773704187291524ad7b605bfdddd83ef5b19d Reviewed-by: David Schulz <david.schulz@qt.io>
* CppEditor: Adjust Title in preprocessor dialog.v3.0.0-betaDavid Schulz2013-10-221-1/+1
| | | | | | | Now its more consistent with the other text in this dialog. Change-Id: I424428a6fb892a2f0be2a3c6b11ae652ea39c679 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
* CPPEditor: Rework preprocessor addition tooltip.David Schulz2013-10-171-0/+109
Change the preprocessor popup to a dialog. Save the additional preprocessor directives to the session instead of the .pro.user file. Change-Id: I0d08c5684cfb21e822cde0a965c9cf14e5d6d47d Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>