Home
last modified time | relevance | path

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

/dports/devel/anjuta/anjuta-3.34.0/plugins/language-support-vala/
H A Dprovider.vala118 if (calltip && editor is IAnjuta.EditorTip) {
119 show_call_tip ((IAnjuta.EditorTip) editor);
123 public void show_call_tip (IAnjuta.EditorTip editor) {
H A Dplugin.vala274 if (current_editor is IAnjuta.EditorTip)
293 if (current_editor is IAnjuta.EditorTip)
329 var editortip = editor as IAnjuta.EditorTip;
H A Dlibanjuta-3.0.vapi1389 public interface EditorTip : IAnjuta.Editor, GLib.Object {
/dports/devel/upp/upp/uppsrc/ide/
H A DDebug.cpp438 bool Ide::EditorTip(CodeEditor::MouseTip& mt) in EditorTip() function in Ide
H A Didewin.cpp595 editor.WhenTip = THISBACK(EditorTip); in Ide()
H A Dide.h918 bool EditorTip(CodeEditor::MouseTip& mt);