https://bugs.kde.org/show_bug.cgi?id=363553
Bug ID: 363553
Summary: Octave output is not parsed correctly
Product: cantor
Version: unspecified
Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: NOR
Component: octave-backend
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
The variables added to the variable model have empty strings as values.
Reproducible: Always
Steps to Reproduce:
1. create a row vector a=[1 2 3] or a column vector b=[1;2;3] and observe the
changes on the variable model. Looks like the line breaks at the beginning and
at the end of octave's output string are not handled correctly in Cantor.
2. this problem also exists for large vectors where pagination is used to
display the elements. To see this, create a vector for example with
big_vector=1:100
2.
3.
--
You are receiving this mail because:
You are watching all bug changes.