summaryrefslogtreecommitdiff
path: root/src/plugins/clangcodemodel/clangpreprocessorassistproposalitem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* TextEditor: make the format of completion item detail text adjustableDavid Schulz2019-05-231-0/+5
| | | | | | | | | | Instead of always assuming content in the form of rich text allow each item individually to define it's text format for the detail text that is shown as a tooltip of a completion item. Fixes: QTCREATORBUG-22429 Change-Id: I9fa71373a743c26fa06d48acc5f0509584830ca0 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Clang: Move unexported classes to InternalNikolai Kosjar2019-02-191-0/+2
| | | | | | Change-Id: I3ea197b734f146d4b11431aaf927aed9be7d8756 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* Clang: Remove dead codeRobert Loehning2018-02-141-8/+2
| | | | | Change-Id: I609929ca7723c60e108e30b7789c4482ebff7228 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* Clang: fix completion for incomplete includesIvan Donchevskii2017-05-231-1/+1
| | | | | | | | | | Complete includes when one choice exists. Fix complete in the middle. Task-number: QTCREATORBUG-15710 Change-Id: Iec794c17aabc8de47f981382f4b4286b9325827d Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
* Clang: Fix indention in ClangPreprocessorAssistProposalItemMarco Bubke2016-02-051-1/+1
| | | | | Change-Id: Iffe01fe06d3fbed192e3f1875431337c49147800 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
* Clang: Remove TextEditorWidget from AssistProposalItemInterfaceMarco Bubke2016-02-021-14/+10
| | | | | | Change-Id: I0ac924f88c1347d1b0027c47118b7ed21daf4869 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* Clang: Add ClangPreprocessorAssistProposalItemMarco Bubke2016-02-011-0/+169
Change-Id: Ifb27b9a21b9a2fe9a04496bbb70fa3fa07d1f89c Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>