[general]
name=Better Editor
qgisMinimumVersion=3.0
description=Improve the embedded python editor
version=1.5.0
author=Yoann Quenach de Quivillic
email=yoann.quenach@gmail.com
about=Tweak the default python editor
 Add toggle comment, code formatting (using black), smart autocomplete (using jedi), tab navigation and more

hasProcessingProvider=no

changelog=1.5.0 2020-07-23
      * Smart opening and closing of [{("''")}]
      * Goto definition (press F2 or F12)
      1.4.0 2020-07-22
      * Better Editor features now also available in the Processing Script Editor
      1.3.0 2020-07-18
      * Add smart autocomplete using Jedi
      1.2.0 2020-06-23
      * Update Jedi if an obsolete version is installed
      * Add format on save option
      1.1.2 2020-06-21
      * Fix Linux compatibility
      1.1.1 2020-06-18
      * Fix crash in case subprocess.CREATE_NO_WINDOW is not defined
      1.1.0 2020-06-18
      * Add multiple syntax check
      1.0.0 2020-06-16
      * First version

homepage=https://github.com/YoannQDQ/qgis-better-editor
tracker=https://github.com/YoannQDQ/qgis-better-editor/issues
repository=https://github.com/YoannQDQ/qgis-better-editor

icon=icon.png
experimental=False
tags=python,editor,comment,autocomplete
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

# If the plugin can run on QGIS Server.
server=False

