aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreatordev/src/creating-plugins.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Update info on creating and distributing extensionsLeena Miettinen2025-10-171-22/+55
| | | | | | | | | | | | | | The old instructions only cover C++-based plugins. - Reorganize the links depending on whether they also apply to Lua-based plugins. - Make it clearer whether the instructions are for Lua API or C++ API. Fixes: QTCREATORBUG-33578 Change-Id: Ia72f710743be1885ffbf20ff0a4de5368c299bc9 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc/Extending: Update "getting and building" pageEike Ziller2023-07-051-1/+1
| | | | | | | | | | qmake files were still referenced. Do not focus on building Qt Creator, we ship a development package nowadays which is preferred. Change-Id: If209f48c0fcf4f8fbe87ecaddae826ad3a63c209 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
* Plugins: Add documentation about testingEike Ziller2023-02-281-0/+6
| | | | | | | | Add information about how to write plugin tests and how to integrate unit tests. Change-Id: I13721f03c4c55a265a93f71a7c4d892f3e53a6bb Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
| | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Task-number: QTBUG-67283 Change-Id: I708fd1f9f2b73d60f57cc3568646929117825813 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Add some documentation about distributing pluginsEike Ziller2020-06-031-1/+2
| | | | | | Change-Id: I02eff822105a4c98575f745bb0f4d222afb0bb73 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Add some documentation on action manager and commandsEike Ziller2020-04-201-0/+1
| | | | | Change-Id: I03d8292120b30973155248471b12d1627536fb39 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Fix links in the Extending Qt Creator ManualLeena Miettinen2020-01-291-0/+2
| | | | | | | | | | - Hide links to sections that have not been written yet - Fix some links to information that was moved - Use HTTPS in links to Qt Creator Manual topics Fixes: QTCREATORBUG-23529 Change-Id: Idd162c04fe6992bbecd2acd4a7ec388e49f29b84 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Rearrange files in the doc folderLeena Miettinen2020-01-271-0/+76
Source and configuration files for each manual are now located in a separate subdirectory, with common configuration files in doc/config. doc |_config |_qtcreator |_qtcreatordev |_qtdesignstudio Edit the config files accordingly. Change-Id: Idc747a7c16e84f3e06add91234dc5fc908e64cc5 Reviewed-by: Eike Ziller <eike.ziller@qt.io>