2 ---------- |
2 ---------- |
3 Version 19.xx: |
3 Version 19.xx: |
4 - Variables Viewer |
4 - Variables Viewer |
5 -- reimplemented Variables Viewer using QTreeView, with unlimited access to |
5 -- reimplemented Variables Viewer using QTreeView, with unlimited access to |
6 big arrays, dicts, etc. because elements are lazy loaded |
6 big arrays, dicts, etc. because elements are lazy loaded |
7 -- highlighting of last changed variable(s) |
7 -- highlighting of till unloaded (yellow background) and last changed |
|
8 variable(s) (green background) |
8 -- expand / collapse variables with childs on double click on first column, |
9 -- expand / collapse variables with childs on double click on first column, |
9 in all other cases display detail window |
10 in all other cases display detail window |
10 -- handling of dict views improved. They could be expanded like lists |
11 -- handling of dict views improved. They could be expanded like lists |
11 -- show tooltips on all elements which doesn't fit into current column width |
12 -- show tooltips on all elements which doesn't fit into current column width |
12 -- new options in the context menu, e.g. expand / collapse all child nodes |
13 -- new options in the context menu, e.g. expand / collapse all child nodes |