-
Notifications
You must be signed in to change notification settings - Fork 15
/
CHANGES
43 lines (21 loc) · 961 Bytes
/
CHANGES
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
2018-10-07, Version 1.1.2
* Works with PySide2
2016-11-05, Version 1.1.1
* Source code is shown in a dock-widget.
* Fixed setup.py to work when PyQt is not intalled.
2016-10-29, Version 1.1.0
* Works with Python 3.
* Works with PyQt5.
* Persistent state (e.g. window size/pos) across sessions.
* Assumes Python files are UTF-8 encoded instead of ASCII.
* Clicking the text will select the corresponding node in the tree.
* Highlighting works recursively. Still not perfect, see Issue 1:
https://github.com/titusjan/astviewer/issues/1
2013-08-10, Version 1.0.0
* Added setup.py installer
* Made separate (pyasterviewer) command line application
and (asterviewer.py) module.
* The AstViewer class constructor accepts a source_code
parameter so source can be compared from a string.
* The AstViewer class constructor accepts a mode parameter
* Bug fix: highlighting of the last element now works.