https://bugs.kde.org/show_bug.cgi?id=363553
Filipe Saraiva <fil...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED --- Comment #1 from Filipe Saraiva <fil...@kde.org> --- This behaviour is caused by changes in Octave output. Cantor fills the variable management widget using the Octave outputs in OctaveExpression::finalize function. When you type for instance 'x = 2', the output is 'x = 2\n' so the current logic in that Cantor function can get the variable and the value. But the command for creation of a vector, like 'x = [1 2 3]' the output is 'x=\n\n1 2 3\n\n', it is different from the previous pattern of Octave outputs. This bug is related with #363445. I am thinking in a new way to get the variables correctly. -- You are receiving this mail because: You are watching all bug changes.