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

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

[Octave-bug-tracker] [bug #53274] Variable Editor: Displayed variable na


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #53274] Variable Editor: Displayed variable name is in strange highlighting
Date: Sat, 3 Mar 2018 16:00:29 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #1, bug #53274 (project octave):

That's a design element.  Open eight variables in the editor


for i=1:8
  eval(['var' num2str(i) ' = eye(5); openvar var' num2str(i)]);
end


undock a few and start clicking between variables to see why that highlight
was added.  The highlight represents the active variable, the one for which
the toolbar buttons apply to.

You mention the other dock widgets and their labels.  There is a common
ancestor now called "label_dock_widget" to allow access to that label.

We could make the highlight only present if there is more than one variable
open in the V.E.  But I think the bigger issue in your case is that the color
choice of the highlight obscures gray text with the black background. 
Preference setting?  Use bold font instead?  Use an asterisk next to the
variable name?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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