Home
last modified time | relevance | path

Searched refs:isAutomaticInvocationEnabled (Results 1 – 6 of 6) sorted by relevance

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/include/ktexteditor/
H A Dcodecompletioninterface.h130 virtual bool isAutomaticInvocationEnabled() const = 0;
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/view/
H A Dkateview.h255 bool isAutomaticInvocationEnabled() const override;
H A Dkateview.cpp2662 bool KTextEditor::ViewPrivate::isAutomaticInvocationEnabled() const in isAutomaticInvocationEnabled() function in KTextEditor::ViewPrivate
/dports/math/rkward-kde/rkward-0.7.1/rkward/
H A Drkconsole.cpp282 bool auto_inv = (iface && iface->isAutomaticInvocationEnabled ()); in handleKeyPress()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dktexteditor.py960 def isAutomaticInvocationEnabled(self): member in KTextEditor.CodeCompletionInterface
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/completion/
H A Dkatecompletionwidget.cpp1468 if (!view()->isAutomaticInvocationEnabled()) { in insertText()