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

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

[Octave-bug-tracker] [bug #51843] Double-clicking variable should open i


From: Rik
Subject: [Octave-bug-tracker] [bug #51843] Double-clicking variable should open it in variable editor
Date: Sun, 28 Jan 2018 22:43:38 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #51843 (project octave):

                  Status:                   Fixed => Confirmed              
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #11:

I'm also seeing this.


./run-octave -g
x = pi;
y = magic (3);
b = rand (5000);
# Select 'b', Right-Click and use "Open in Variable Editor"
# variable 'y' is displayed.


One thing to note on this that the selection doesn't seem to account for the
sorting order of the column in the Workspace.  Try


clear all
x = 1;
y = 2;
z = 3;
## Click on the Workspace Column name so that the ordering is 'Name ^'
## and the order is
## z
## y
## x
## Now double click on the third row (x).  For me the variable z is displayed
## in the Variable Editor.  Similarly, double clicking on z will show x.
## This would be correct if the ordering were 'Name v' 




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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