Kate
KTextEditor::CodeCompletionModelControllerInterface4 Class Reference
#include <codecompletionmodelcontrollerinterfacev4.h>
Inheritance diagram for KTextEditor::CodeCompletionModelControllerInterface4:
Public Member Functions | |
virtual bool | shouldHideItemsWithEqualNames () const |
Detailed Description
Extension of CodeCompletionModelControllerInterface3.
Definition at line 32 of file codecompletionmodelcontrollerinterfacev4.h.
Member Function Documentation
|
virtual |
When multiple completion models are used at the same time, it may happen that multiple models add items with the same name to the list.
This option allows to hide items from this completion model when another model with higher priority contains items with the same name.
- Returns
- Whether items of this completion model should be hidden if another completion model has items with the same name
Reimplemented in KateWordCompletionModel, and KateKeywordCompletionModel.
Definition at line 25 of file codecompletionmodelcontrollerinterfacev4.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.