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

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

[Octave-bug-tracker] [bug #55668] Variable Editor cannot delete certain


From: Rik
Subject: [Octave-bug-tracker] [bug #55668] Variable Editor cannot delete certain rows and columns in struct classes
Date: Fri, 8 Feb 2019 17:25:39 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #7, bug #55668 (project octave):

@Philip: Your results are all consistent with what I found in the code.

When you try to delete the first fieldname (which is column #1) the generated
expression is


tst(:, 1:1) = []


Since the struct array is 3x1 this succeeds in erasing the whole thing.

On my system when the struct switches from being a struct_array to a
scalar_struct the headings becomes "Values" and the rows become the fieldnames
of the struct as expected.  If you don't see this immediately it might have
something to do with the Qt version that is packaged with MXE Octave.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55668>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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