forked from qt-creator/qt-creator
Lua: Add "printToOutputPane" plugin option
Allows a plugin to automatically forward the "print" command to the output pane instead of only to qDebug() Change-Id: I10fb8063bc1713eaaf77368ea7f760270df190b3 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -23,6 +23,7 @@ Qtc = {}
|
||||
---@field hooks? Hooks The hooks of the plugin.
|
||||
---@field Mimetypes? string XML MIME-info for registering additional or adapting built-in MIME types.
|
||||
---@field JsonWizardPaths? string[] A list of paths relative to the plugin location or paths to the Qt resource system that are searched for template-based wizards.
|
||||
---@field printToOutputPane? boolean Whether the `print(...)` function should print to the output pane or not. ( Default: false )
|
||||
QtcPlugin = {}
|
||||
|
||||
---@class QtcPluginDependency
|
||||
|
||||
Reference in New Issue
Block a user