aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppcodemodelinspectordialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* CppEditor: Inline cppcodemodelinspectordialog.uihjk2023-01-111-380/+0
| | | | | | | The last one in the plugin. Change-Id: I86d5ff6e0a3a6bb55342f780e85f6544ad50f90b Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Clang: Forward compiler options for gcc/clangNikolai Kosjar2019-01-161-2/+23
| | | | | | | Rely on clang to do the "right thing" with them. Change-Id: I44adf2cd5c61549896da3fc9b7c35c2fb0142060 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* CppEditor: Preselect Project Parts / Header Paths in the inspectorNikolai Kosjar2018-05-181-102/+102
| | | | | | | | | | | Previously, the tab "Snapshot and Documents" was preselected. However, in most cases, especially nowadays with the clang code model, the most important information is the one about the project tabs - so preselect that one instead. Change-Id: I5738e27483ba4389b016c0f2518086bc03b8a8b7 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
* CppTools: Display header paths as view in code model inspectorNikolai Kosjar2016-12-071-5/+1
| | | | | Change-Id: I418cbc7200d9aee0862a484bb11cd23a632828b3 Reviewed-by: David Schulz <david.schulz@qt.io>
* CppTools: Show file kind in code model inspectorNikolai Kosjar2016-12-071-5/+1
| | | | | Change-Id: I5cdc6ec672a970a6fcfa52dfa14c2f515cf27f6d Reviewed-by: David Schulz <david.schulz@qt.io>
* C++: fix include/framework path handling.Erik Verbruggen2014-07-041-16/+2
| | | | | | | | | | Instead of having two lists of paths, now only one list is used where both include paths and framework paths can be mixed. This reflects the way the compiler is invoked, and retains the (correct) search order. Task-number: QTCREATORBUG-11599 Change-Id: I373953e3e305df5b7a0d10920e12d146584adf9f Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
* CppEditor: Introduce C++ Code Model InspectorNikolai Kosjar2013-12-111-0/+381
By default invokable via Ctrl+Shift+F12. Change-Id: If8d61233b6d38d12131718f7c20bf40f76bc9ae4 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>