-
Notifications
You must be signed in to change notification settings - Fork 29
/
ChangeLog
61 lines (43 loc) · 1.38 KB
/
ChangeLog
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
60
61
3.3.3 Aug 09 2022
Fix compatibility with Python 3.10
3.3.2 Nov 15 2021
Fix compatibility with Python 3.10
3.3.1 Apr 10 2020
Fix crash on wide characters parsing with regular expressions
3.3.0 Feb 27 2020
Making the editor component more configurable: on/off mark area, on/off line numbers, on/off completer, c/python syntax parser
3.2.0 Aug 27 2018
Update XMLs from mainstream
3.1.0 Sep 19 2017
Improve margins.
Minor bug fixes
3.0.1 Jun 15 2016
Changed highlighting color for Python imports
Fixed tests on Fedora 23
3.0.0 Mar 24 2016
Migration to Python3
2.2.1 May 27 2015
Rust syntax by Rust team
Do not strip trailing empty lines
2.2.0 Mar 25 2015
Vim mode
2.1.0 May 30 2014
Linter marks
2.0.0 Mar 29 2014
API: drawWhiteSpaceTrailing -> drawIncorrectIndentation
drawWhiteSpaceAnyIndentation -> drawAnyWhitespace
1.5.0 Mar 23 2014
API: increaseIndentAction, undoAction, redoAction
1.4.0 Mar 16 2014
API: Updated XML parsers. More languages are supported.
1.3.0 Dec 2 2013
API: Added indentWithSpaceAction, unIndentWithSpaceAction
1.2.0 Nov 26 2013
API: Added binaryParserAvailable flag
1.1.1 Nov 20 2013
Highlight XXX
Bugfixes
1.1.0 Aug 29 2013
API: Added settings drawWhiteSpaceTrailing and drawWhiteSpaceAnyIndentation
1.0.9 Aug 13 2013
Initial release