octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53054] Variable Editor: crash when trying to


From: Rik
Subject: [Octave-bug-tracker] [bug #53054] Variable Editor: crash when trying to edit specific empty struct cells
Date: Wed, 7 Feb 2018 11:34:53 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #11, bug #53054 (project octave):

Okay, no crash when opening struct cells which is much better.

Also, the weird behavior with strings has gone away.

One remaining quirk is that when editing a cell in a data container, such as a
structure or cell array, the edits are not reflected back up to the container
object.

For example


x = cell (3, 1)
openvar x
# Edit x{1,1} which is 0x0 double
# Type in a value such as 2 and hit return
# The cell value becomes 2 and the tab now reads "x{1,1} [1x1 double]"
# Use the mouse to switch back to V.E. tab "x"
# The display is still that x{1,1} is "[0x0 double]"




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53054>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]