Version: 1.6.0 (using KDE 3.5.3) OS: Linux Vectors created by using KstScripts are not shown in Data Manager. e.g Define a new vector in kst terminal: var x = new Vector(); x.tagName = "x_vec"; x.resize(100); //initialize the vector x for(var i=0; i<100; i++){x[i] = Math.random();} Now, I can view the vector named as x_vec by choosing View Vector Values in Data menu, but the x_vec is not shown in Data Manager.
Matrices constructed by KstScript do not appear in Data Manger.
SVN commit 772126 by arwalker: BUG:157273 Add AVectors to the data manager M +87 -3 kstdatamanager_i.cpp M +2 -0 kstdatamanager_i.h WebSVN link: http://websvn.kde.org/?view=rev&revision=772126