|
| From: | John W. Eaton |
| Subject: | [Octave-bug-tracker] [bug #53000] Variable editor: Value of '0' is not aligned correctly |
| Date: | Mon, 29 Jan 2018 17:27:16 -0500 (EST) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 |
Follow-up Comment #3, bug #53000 (project octave):
The problem with alignment is caused by only looking at one element at a time
in the variable editor. That's the way this table widget works. It requests
a single element for display at any given time.
When Octave displays an array in the command window, it looks a the values of
the whole array to decide what format to use. We could do something similar
for the variable editor when the first element of an array is displayed and
then cache the result for subsequent elements. I've been thinking about
trying this, but just haven't gotten to it yet.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?53000>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |