Changes between Initial Version and Version 1 of Ticket #3489


Ignore:
Timestamp:
06/25/15 19:43:31 (9 years ago)
Author:
zaytsev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3489 – Description

    initial v1  
    11From https://github.com/MidnightCommander/mc/issues/57: 
    22 
    3 {{{ 
    4 MC forget items in 'Panelize'. 
     3Reporter: 
    54 
    6 1) Add something to 'Panelize'. It works with 'Find file' and 'External panelize' too. 
    7 2) Press C-o several times(or run some console command) 
    8 3) Panel is now empty 
    9 }}} 
     5> MC forget items in 'Panelize'. 
     6>  
     7> 1) Add something to 'Panelize'. It works with 'Find file' and 'External panelize' too. 
     8> 2) Press C-o several times(or run some console command) 
     9> 3) Panel is now empty 
    1010 
    11 {{{ 
    12 Reproduce: 
    13 1. on the left panel, get into a folder which has for example 2 folders which the right panel has: eg. dev and bin 
    14 2. cd / on the right panel (because it has dev and bin folders) 
    15 3. make sure left panel and right panel are in different current folders! (but both have (at least) 2 same named folders) 
    16 4. put cursor on left panel anywhere 
    17 5. Alt+shift+/ to open find file dialog and find * files recursively starting at . Using shell paterns 
    18 (EDIT: find recursively is not necessary) 
    19 6. press l to Panelize 
    20 7. press C-o four times 
    21 }}} 
     11Another poster: 
     12 
     13> Reproduce: 
     14> 1. on the left panel, get into a folder which has for example 2 folders which the right panel has: eg. dev and bin 
     15> 2. cd / on the right panel (because it has dev and bin folders) 
     16> 3. make sure left panel and right panel are in different current folders! (but both have (at least) 2 same named folders) 
     17> 4. put cursor on left panel anywhere 
     18> 5. Alt+shift+/ to open find file dialog and find * files starting at . Using shell paterns 
     19> 6. press l to Panelize 
     20> 7. press C-o four times 
    2221 
    2322I was able to reproduce it on latest master by creating a folder that contains subfolders "dev", "bin" and "test" and following the procedure above. After few panel switches with Ctrl+O, "test" disappears.