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

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

[Octave-bug-tracker] [bug #52988] Variable editor: allow scalars to be s


From: Rik
Subject: [Octave-bug-tracker] [bug #52988] Variable editor: allow scalars to be shown directly
Date: Mon, 29 Jan 2018 13:06:34 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #16, bug #52988 (project octave):

There is definitely something fishy with respect to synchronization and large
variables in the Variable Editor.  After I have opened a large variable in the
Editor, there is always a lag after any command in the command window, even
simple ones.

Sample code:


x = rand (1000);
openvar x
# Delay in Command Window accepting keyboard input
y = 1
# another delay which prevents entering the next command immediately
y + 1
# another delay which prevents entering the next command immediately
z = y + 1




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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