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: Sun, 18 Feb 2018 15:38:23 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

@Philip, comment #39:  Yes, I think that is a window manager difference.  We
can try to address it, but I worry making the change for KDE might affect some
other window manager.  Sprinkled throughout the Qt documentation are
statements, "if the window manger does this", "if the window manager does
that".

Anyway, since you are testing just now, could you try the latest changeset I
attached in comment #41 and see if you like that free-form windowing behavior
more than the restricted 4-sides format?  My assessment is that it's easier to
subdivide where desired, but still getting things just right will require
moving a dock here or there temporarily and then shuffle things around.  Try
something like


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


then tabify docks in groups and so on.  Thanks.

    _______________________________________________________

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]