From b0bc6d80a989179d04df5414c4627224d547716b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Tue, 1 Oct 2024 09:08:14 +0200 Subject: [PATCH] docs: Updated some 'Future extensions' items * Projects are accessible through scripting API, though the custom types are not. * Wrong file paths in templates are already handled. --- docs/manual/projects.rst | 4 ++-- docs/manual/using-templates.rst | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/manual/projects.rst b/docs/manual/projects.rst index 0ac0669af2..e872492179 100644 --- a/docs/manual/projects.rst +++ b/docs/manual/projects.rst @@ -70,8 +70,8 @@ just type the name of the file you'd like to open. There are many ways in which the projects could be made more powerful: - - Make the project accessible through the :doc:`scripting API - `. + - Make the custom types defined in the project accessible through the + :doc:`scripting API ` (`#3419 `__). - Allow turning off features on a per-project basis, to simplify the UI and reduce the chance of accidentally doing something your project diff --git a/docs/manual/using-templates.rst b/docs/manual/using-templates.rst index 0eba9cce6f..c844c8917f 100644 --- a/docs/manual/using-templates.rst +++ b/docs/manual/using-templates.rst @@ -106,6 +106,5 @@ use them, you can enable the *Detach templates* :ref:`export option - Resetting overridden properties individually (`#1725 `__). - Locking template properties (`#1726 `__). - - Handling wrong file paths (`#1732 `__). - Managing the templates folder, e.g. moving, renaming or deleting a template or a sub-folder (`#1723 `__).