Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor: Drag and Drop Multiple Files - customizable separator #243146

Open
typpos opened this issue Mar 11, 2025 · 0 comments
Open

Editor: Drag and Drop Multiple Files - customizable separator #243146

typpos opened this issue Mar 11, 2025 · 0 comments
Assignees

Comments

@typpos
Copy link

typpos commented Mar 11, 2025

(v1.98.1; Windows 11)

Currently, when I drag and drop multiple files into the editor pane and hold down shift, the file paths for those files are inserted, separated by a space. This makes it cumbersome to clean up when file paths contain spaces.

  • Option 1: Use a separation character that cannot occur in a file path
  • Option 2: Ability to specify a separation string, for example, \n, \t, or even ', '
  • Option 3: Ability to specify a separation string based on the editor's current language, for example, python, markdown, etc.

Workaround: Regex edit-replace using a known full path prefix, like c:\\ -> \nc:\\

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants