aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cpphoverhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-74/+0
* TextEditor: Do not change the text format for tool tipsEike Ziller2019-11-061-1/+1
* TextEditor: Privatize BaseHoverHandler::decorateToolTip()hjk2019-07-241-1/+1
* Add fallback help IDs to built-in modelEike Ziller2019-02-121-3/+6
* Help: Move resolution of help from multiple candidate IDs to HelpItemEike Ziller2019-02-011-14/+3
* CppHoverHandler: Remove unused functionEike Ziller2019-01-281-27/+0
* Try harder to get context help in presence of diagnosticsEike Ziller2019-01-211-27/+12
* TextEditor: Return hover handler priority by callbackNikolai Kosjar2018-01-191-1/+4
* Clang: Provide tooltipsNikolai Kosjar2018-01-161-92/+26
* CppTools: Fix showing main help sentence in tooltipNikolai Kosjar2018-01-161-1/+1
* CppTools: Move CppHoverHandler to CppToolsNikolai Kosjar2018-01-161-0/+187
* Moved the CppHoverHandler to the CppEditor pluginThorbjørn Lindeijer2008-12-161-270/+0
* check for !docmae2008-12-121-7/+7
* Introduced CPlusPlus::Snapshot, it contains a snap shot of the indexer's curr...Roberto Raggi2008-12-121-2/+4
* Implemented tooltip and lookat for #include directives.Roberto Raggi2008-12-101-0/+10
* Set the help id for macros to their nameThorbjørn Lindeijer2008-12-101-0/+1
* Fixed macro tooltip overriding type informationThorbjørn Lindeijer2008-12-101-10/+11
* tooltip for macro definitions.Roberto Raggi2008-12-091-10/+15
* Fixes: - missing F1 in tooltip on first IDE startPatrick Star2008-12-041-1/+8
* more file cosmeticshjk2008-12-021-0/+1
* off-by-one in headershjk2008-12-021-1/+0
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
* Initial importcon2008-12-021-0/+243