forked from qt-creator/qt-creator
Make it possible to add wizards paths via plugin meta data
That makes it easy with Lua plugins, and is useful on the C++ side as well. Change-Id: I660956bed47e4c1e27a001ad8999d6701cda86ee Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -21,6 +21,8 @@ Qtc = {}
|
||||
---@field DisabledByDefault? boolean Whether the plugin is disabled by default or not. ( Default: true )
|
||||
---@field setup function The setup function of the plugin.
|
||||
---@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.
|
||||
QtcPlugin = {}
|
||||
|
||||
---@class QtcPluginDependency
|
||||
|
||||
Reference in New Issue
Block a user