Menu

#964 Allow Moving up/down/first/last multiple files in Project Files list

3.1
closed-fixed
None
5
2014-05-19
2014-03-05
No

Currently it is possible to order the translation files, which is a great help. However, for manual sorting it can be cumbersome (automatically generating the files_order.txt is easy). It would be great if I could select MULTIPLE files in the list and then move them together using 'First'/'Up'/'Down'/'Last'.

Discussion

  • cienislaw

    cienislaw - 2014-03-06

    If there is no objections I can do it.

     
  • Didier Briel

    Didier Briel - 2014-03-06
    • assigned_to: cienislaw
     
  • cienislaw

    cienislaw - 2014-03-06

    a question: now ListSelectionModel selectionMode is set to SINGLE_INTERVAL_SELECTION which allows to select a block of rows. are we interested in changing that to MULTIPLE_INTERVAL_SELECTION? (one or more contiguous blocks of rows).

    if yes then which approach is desired when moving to the top/bottom:
    1. collect all selected files and move them.
    or
    2. move selected files without but don't change 'spacing' between them. ie if there is selected file 4 and 6, after moving them to top they will be at 1 and 3, not 1 and 2 as in 1st approach.

     

    Last edit: cienislaw 2014-03-06
  • cienislaw

    cienislaw - 2014-03-07

    initial implementation of approach no. 1 with selectionMode changed to MULTIPLE_INTERVAL_SELECTION in attachment. also couple of project files list changes to better work with multiple selection.

     
  • Guido Leenders

    Guido Leenders - 2014-03-07

    I would appreciate approach 1 best: it keeps the ordering, but the process is easier to understand then approach 2. I would be happy with it!

     
  • Didier Briel

    Didier Briel - 2014-04-30
    • summary: Allow Moving up/down/first/last multiple files instead of by one in Project Files list. --> Allow Moving up/down/first/last multiple files in Project Files list.
    • Group: 3.0 --> 3.1
     
  • Didier Briel

    Didier Briel - 2014-04-30
    • summary: Allow Moving up/down/first/last multiple files in Project Files list. --> Allow Moving up/down/first/last multiple files in Project Files list
     
  • Didier Briel

    Didier Briel - 2014-04-30
    • status: open --> open-fixed
     
  • Didier Briel

    Didier Briel - 2014-04-30

    Implemented in SVN (/trunk).

    Didier

     
  • Didier Briel

    Didier Briel - 2014-05-19

    Closing.

    Implemented in the released version 3.1.1 of OmegaT.

    Didier

     
  • Didier Briel

    Didier Briel - 2014-05-19
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.