Bug 157273

Summary: Vectors created by using KstScripts are not displayed in Data Manager
Product: [Applications] kst Reporter: Yiwen Mao <yiwenv>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Yiwen Mao 2008-02-06 19:07:56 UTC
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.
Comment 1 Yiwen Mao 2008-02-06 23:51:27 UTC
Matrices constructed by KstScript do not appear in Data Manger.
Comment 2 Andrew Walker 2008-02-07 22:02:21 UTC
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