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 17:02:48 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

Or make the highlight color formulaic.  In terms of color triad, say HSV, the
text and background have different value, so we could pick the highlight at a
similar value as the background, but different hue.  Another alternative...
yes, it looks like QLabel is derived from QFrame:

http://doc.qt.io/qt-5/qlabel.html
http://doc.qt.io/qt-5/qframe.html

and QFrame should have a border attribute.  So rather than highlight, we could
put a border around the active variable which has the same color as the font.

    _______________________________________________________

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]