Files
gnatstudio/docs/users_guide/plugins.rst
Anthony Leonardo Gracio ca9968fcc9 V928-004: Remove mention of dispatching.py plugin
Change-Id: Ic78105dc2c42f8095b086d57597d10d30baeca72
2022-09-28 12:09:07 +02:00

50 lines
1.1 KiB
ReStructuredText

Useful plugins
===============
User plugins
^^^^^^^^^^^^^
GNAT Studio comes with a number of plugins, some of which are activated by
default. Control which plugins are activated by using the
:menuselection:`Edit --> Preferences...` menu.
This section discusses a few of the many plugins built in to GNAT Studio. The
preferences dialog shows their description, so you
can decide whether you want them enabled.
Helper plugins
^^^^^^^^^^^^^^^
A number of plugins are useful when you want to create your own
plugins.
The :file:`gs_utils` module
----------------------------
.. automodule:: gs_utils
:members:
The :file:`gs_utils.highlighter.py` module
-------------------------------------------
.. automodule:: gs_utils.highlighter
:members:
The :file:`gs_utils.console_process.py` module
-----------------------------------------------
.. automodule:: gs_utils.console_process
:members:
Plugins for external tools
^^^^^^^^^^^^^^^^^^^^^^^^^^
QGen
----
.. index:: qgen
The QGen Debugger manual can be found within
the `QGen User guide <http://docs.adacore.com/qgen-docs/html/>`_.