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

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

[Octave-bug-tracker] [bug #53711] Tab order not maintained on close/reop


From: Marshall
Subject: [Octave-bug-tracker] [bug #53711] Tab order not maintained on close/reopen despite "Restore editor tabs" setting
Date: Fri, 20 Apr 2018 13:11:23 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0

URL:
  <http://savannah.gnu.org/bugs/?53711>

                 Summary: Tab order not maintained on close/reopen despite
"Restore editor tabs" setting
                 Project: GNU Octave
            Submitted by: marsian
            Submitted on: Fri 20 Apr 2018 05:11:22 PM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: Marsian
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.3.90
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

For a long time now, I've noticed that when closing and reopening octave, the
tabs don't maintain their order as expected, even though the "Restore editor
tabs" option is selected. To demonstrate I have the following file as the only
file open in the editor "nameOrderTest.m":


%test file reordering
names = 'lmnopqrabcdefghijk';
for i=1:length(names)
edit([names(i) '.m'])
end
 

After running it I get a large number of files open in the editor in the
expected order ("nameOrderTest" then "l", "m" ... "k"), and "k.m" is active.
(I allow the files to be created if they don't exist before, for this
example).
I close and reopen octave and the order is now:
"nameOrderTest","lcdefghijkmnopqrab" and "b.m" is active. Close/reopen octave
and now:"NameOrderTest","lkmnopqrabcdefghij",with "j.m" active. Repeat and
now: "NameOrderTest","lbcdefghijkmnopqra", with "a.m" active.

The expected behavior is that the tab order remains the same every time. Even
better is if the same active tab when closed is the active tab the next time
Octave starts up.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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