You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
50 lines
1.1 KiB
ReStructuredText
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/>`_.
|