View on GitHub

qgis-better-editor

QGIS plugin that improves the embedded Python Console / Editor

Warning

This plugin is OBSOLETE and is not guaranteed to work beyond QGIS 3.10.

Some of its features will eventually be merged to QGIS:

  • ToggleComment (https://github.com/qgis/QGIS/pull/50341): 3.30
  • Smart brackets (https://github.com/qgis/QGIS/pull/51391): 3.30
  • Fix altgr shortcut (https://github.com/qgis/QGIS/pull/51420): 3.30
  • Save / Run / Tab shortcuts (https://github.com/qgis/QGIS/pull/51913): 3.30
  • Format code (https://github.com/qgis/QGIS/pull/51733): 3.32
  • IPython-style system commands (https://github.com/qgis/QGIS/pull/51919): 3.32
  • Jedi features (autocompletion, calltips, goto): TBD

Better Editor (QGIS plugin)

Icon

This plugin improves the embedded Python editor with several useful features.

toggleComment

formatCode

syntax check Original, simple check (QGIS) and multi check (Jedi)

Settings dialog

Settings dialog

Resource browser

Resource browser

The resource browser allow to search through the embedded .qrc files to look for images to use as icon.

Copyright © 2020 Yoann Quenach de Quivillic