Menu

#1410 BufferList v1.3 and multiple selection

open
nobody
None
5
2012-06-24
2011-04-18
Darrin Nagy
No

I used to be able to select multiple buffers in the bufferlist window using the normal windows selection method of holding the shift or control key down while left clicking files. I could then right click the selection and do things on the selection such as save, close etc. Also you used to be able to right click the directory and perform operations on all the buffers in that directory.

This behavior has been lost in BufferList v1.3.

Discussion

  • Andy Balaam

    Andy Balaam - 2012-05-28

    I have seen similar problems in BufferList (latest version from SVN). It now seems to take 2 clicks to "Select" a file in BufferList, and I think this is why multi-select is problematic.

    To reproduce the kind of problem I am seeing: Select one file ("fileA.txt"), then click another file in BufferList ("fileB.txt") now press Ctrl-w to close the file. fileA.txt will close, whereas I would expect fileB.txt to close.

    I see these problems on Windows Server 2008, using Oracle Java 1.7.0_02:
    java version "1.7.0_02"
    Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
    Java HotSpot(TM) 64-Bit Server VM (build 22.0-b10, mixed mode)

    and on Ubuntu Linux 10.04:
    java version "1.6.0_20"
    OpenJDK Runtime Environment (IcedTea6 1.9.13) (6b20-1.9.13-0ubuntu1~10.04.1)
    OpenJDK Server VM (build 19.0-b09, mixed mode)

    In both cases I am running latest SVN jEdit and bufferlist.

     
  • Andy Balaam

    Andy Balaam - 2012-05-28

    A more reliable way to reproduce: Select fileA.txt, then click fileB.txt. The displayed buffer switches to show the contents of fileB, and fileB goes bold in BufferList, but there is no blue background behind fileB (in BufferList), indicating it is "selected" and when you right-click and choose Close, nothing happens. If you click fileB again, it becomes selected and you can close it by right-clicking.

     
  • Alan Ezust

    Alan Ezust - 2012-06-24

    Directory selection is fixed now in trunk. Multiple selection is not possible still.

     
  • Andy Balaam

    Andy Balaam - 2012-06-25

    Yes, latest SVN is much better - when I right-click the file I right-clicked is selected, but, as you mention, multi-select is still broken. Thanks for the fix!

     
  • Andy Balaam

    Andy Balaam - 2012-06-25

    I notice now, though, that the list is getting automatically collapsed frequently. I haven't been able to identify what I am doing to make it happen yet but I'll let you know if I work it out.

     
  • Andy Balaam

    Andy Balaam - 2012-06-25

    The list collapses whenever I save.

     
  • Jarek Czekalski

    Jarek Czekalski - 2012-06-25

    Please submit a new bug report for anything different than "multiple selection". And notice that for free discussion we have mailing lists. Too much discussion in bug tracker makes important information hardly available.

     
  • Andy Balaam

    Andy Balaam - 2012-06-26

    Apologies, bug 3538054 logged.

     

Log in to post a comment.