https://bugs.kde.org/show_bug.cgi?id=406776

--- Comment #15 from avlas <jsar...@gmail.com> ---
I think this issue may be related to the other one I mentioned about warnings.

Could you please try the following?

create a function which filename is called f_test.m with the following content:

function x = test(y)
  x = y.^2;
end

now open cantor and do:

y = f_test(3)

this should trigger a warning because the name of the function does not match
the name of the file

in my case no more than the warning is displayed, and I need to press
shift-enter again to see the output in the terminal:

y = 9

but nothing appears in the workspace panel

if I'm not wrong warnings (and perhaps other signals too) trigger this behavior

because of a flatpak issue, I got a warning from plotting (this is being fixed
while we are talking), but the point here is that warnings trigger this weird
behavior, at least in my system.

could you please try to reproduce?
then

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to