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

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

[Octave-bug-tracker] [bug #51847] Variable Editor: should be able to sho


From: Rik
Subject: [Octave-bug-tracker] [bug #51847] Variable Editor: should be able to show struct internals
Date: Wed, 31 Jan 2018 19:38:16 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #3, bug #51847 (project octave):

Two items to add: 1) Support for 'Up' button, 2) editing of collection
variables.

For the first issue, try


x.a = 1
x.b = {1, 2, "hello"}
openvar x
# Double click on 'b' cell containing [1x3 cell]
# This opens up tab x.b
# Click on 'Up' arrow to return to 'x' tab, but nothing happens


For the second issue, proceed as before until tab x.b is open.


# Double click on first cell ('1') and change value to 2, hit <Return>
# The V.E. tab changes to "variable 'x.b' is invalid or undefined




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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