forked from qt-creator/qt-creator
Lua: Fix documentation
Change-Id: I7ecec0da7220258c788f3508804f767b468c9c29 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -73,7 +73,8 @@ function TextEditor:addFloatingWidget(widget, position) end
|
|||||||
---@return TextEditor|nil editor The currently active editor or nil if there is none.
|
---@return TextEditor|nil editor The currently active editor or nil if there is none.
|
||||||
function textEditor.currentEditor() end
|
function textEditor.currentEditor() end
|
||||||
|
|
||||||
---@return CyclicSuggestion|nil The current suggestion if available. Otherwise nil.
|
---Returns the current suggestion of the current editor if available.
|
||||||
|
---@return CyclicSuggestion|nil suggestion The current suggestion if available. Otherwise nil.
|
||||||
function textEditor.currentSuggestion() end
|
function textEditor.currentSuggestion() end
|
||||||
|
|
||||||
return textEditor
|
return textEditor
|
||||||
|
Reference in New Issue
Block a user