Python Console based on pyScintilla. (Developed by Salvatore Larosa)

To access Quantum GIS environment from this console use qgis.utils.iface object (instance of QgisInterface class). To import the class QgisInterface can also use the dedicated button on the toolbar on the left.

  • Auto-completion and highlighting syntax for the following APIs:
    1. Python
    2. PyQGIS-master
    3. PyQt4
    4. QScintilla2
    5. osgeo-gdal-ogr
  • Saves command history by typing _save or closing the widget.

  • Clears command history by typing _clear.
  • The following is a description of the tools in the toolbar:

    Tool to clear python console
    Tool to import iface class
    Tool to import Sextante class
    Tool to open a python script and load in console
    Tool to save a python script
    This! ;-)
    Run command (like Enter key pressed)

    Thanks to Larry Shaffer who provided the API files.