docs/changelog

changeset 7014
61172a5bc172
parent 7010
5d6f5a69a952
parent 7012
cc3f83d1a605
child 7021
2894aa889a4e
diff -r 237bb9fee5e5 -r 61172a5bc172 docs/changelog
--- a/docs/changelog	Thu May 16 18:58:12 2019 +0200
+++ b/docs/changelog	Sun May 19 12:30:02 2019 +0200
@@ -24,6 +24,17 @@
 - setup.py Wizard
   -- updated the Trove classifiers list
   -- added capability to retrieve the Trove classifiers list from PyPI
+- Variables Viewer
+  -- reimplemented Variables Viewer using QTreeView with unlimited access to
+     big arrays, dicts, etc. because elements are lazy loaded
+  -- highlighting of still unloaded (default: yellow background) and last
+     changed variable(s) (default: green background)
+  -- colors for highlighting are configurable through Debugger->General
+  -- expand / collapse variables with children on double click on first column,
+     in all other cases display detail window
+  -- handling of dict views improved (can be expanded like lists)
+  -- show tooltips on all elements which don't fit into current column width
+  -- new options in the context menu, e.g. expand / collapse all child nodes
 - Third Party packages
   -- updated EditorConfig to 0.12.2
 

eric ide

mercurial