-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.txt
48 lines (41 loc) · 1.46 KB
/
metadata.txt
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
[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