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: John W. Eaton
Subject: [Octave-bug-tracker] [bug #52988] Variable editor: allow scalars to be shown directly
Date: Sun, 28 Jan 2018 11:13:59 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

I think the performance has been greatly improved.  Previously, each time an
element was requested from the model, an expression was evaluated in the
interpreter.  Now we just maintain a copy of the value that is being edited
(copy == increment a reference count) and when an element is needed, we just
call the new edit_display function to create a string representation of the
element for display in the editor.  So that is much faster than what was done
before.  Does the autofit feature cause trouble for you now?  We can still
make it configurable.  I also think it might be good to have minimum and
possibly maximum column widths.  But those are secondary issues to making
editing actually work.

    _______________________________________________________

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]