Under Community Review

Feature Request: Batch Project Initialization (Multi-Select Open) - As I am doing Beta Testing of Quantum 4.1

The Problem

The current "Open Project" interface (as shown in my screenshot) utilizes a standard Windows file picker that restricts the user to selecting a single .sdlproj file. For users managing dozens of small projects or daily drops, this requires repeating the "Open -> Browse -> Select -> OK" cycle 10 or 20 times, which is inefficient and repetitive.

The Proposed Solution: "Mass Load" Capability

Update the Open Project internal logic to allow Standard Windows Multi-Select (using Shift + Click or Ctrl + Click) within the file browser.

Functional Requirements

  • Batch Selection: Enable the selection of multiple .sdlproj files from the same directory.

  • Background Loading: Once "Open" is clicked, Studio should queue the projects and load them into the Projects View in the background, rather than opening them one-by-one with a modal progress bar for each.

  • Quantum 64-bit Advantage: Since this is the first 64-bit release, the system can handle the concurrent memory overhead of parsing multiple project XMLs and their associated TM/TB connections without the "Out of Memory" risks present in the 32-bit architecture.

User Experience Impact

"Translators and PMs often receive 'kits' containing multiple project files. Forcing a one-by-one import is a legacy 32-bit limitation. The Quantum 64-bit release should empower users to 'Drag and Drop' or 'Multi-Select' an entire folder’s worth of projects into the dashboard instantly."

Screenshot of Trados Studio showing the Open Project interface with a standard Windows file picker, displaying folders and a dropdown for selecting .sdlproj files.Illustration comparing single-file iteration with mass load capability. Left: single select limitation with a sad mouse. Right: proposed multi-select feature with a happy mouse and 64-bit advantage.