File: plugins.rst

package info (click to toggle)
gnat-gps 18-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 45,716 kB
  • sloc: ada: 362,679; python: 31,031; xml: 9,597; makefile: 1,030; ansic: 917; sh: 264; java: 17
file content (59 lines) | stat: -rw-r--r-- 1,333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Useful plugins
===============

User plugins
^^^^^^^^^^^^^

GPS 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 GPS. The
preferences dialog shows their description, so you
can decide whether you want them enabled.

The :file:`auto_highlight_occurrences.py` module
------------------------------------------------

.. automodule:: auto_highlight_occurrences

The :file:`dispatching.py` module
---------------------------------

.. automodule:: dispatching


Helper plugins
^^^^^^^^^^^^^^^

A number of plugins are useful when you want to create your own
plugins.

The :file:`gps_utils` module
----------------------------

.. automodule:: gps_utils
   :members:

The :file:`gps_utils.highlighter.py` module
-------------------------------------------

.. automodule:: gps_utils.highlighter
   :members:

The :file:`gps_utils.console_process.py` module
-----------------------------------------------

.. automodule:: gps_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/>`_.