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

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

[Octave-bug-tracker] [bug #53046] Variable Editor: feature request to ma


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #53046] Variable Editor: feature request to make multiple tables visible at once.
Date: Wed, 14 Feb 2018 16:55:08 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #19, bug #53046 (project octave):

I've restored proper operation of the QTableView/QTextEdit stack.  I also know
that the table keyboard navigation is on account of the focus proxy.  Funny
that Qt programmed the proxy that way and that there isn't a signal for when a
QWidget comes into focus.  The fix should be simple, but I need to think a
bit.  Either I have to find a way to pass keyboard events on to the container,
or attach the variable_dock_widgets to the QAPplication::focusChanged()
signal.  I won't have time to look at this until tonight.

JWE, another observance about the QTextEdit view of non-editable variables. 
The QTextEdit should probably be set to non-editable mode.  Right now, a
person can position a cursor in the text window, type, and characters start
appearing.  I don't see a use for that because it's not like such text can be
fed back into the core.  Also, shrinking the QTextEdit view shows that the
text is wrapping rather than putting a scroll bar at the bottom.  I'd think
that non-wrap would be nicer.  My guess is that both these changes should be
simple attribute settings.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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