Skip to content

fix: allow pasting file paths in file loading dialog#84

Merged
jourdain merged 1 commit intoKitware:masterfrom
patrickoleary:fix/file-loading-dialog
May 1, 2026
Merged

fix: allow pasting file paths in file loading dialog#84
jourdain merged 1 commit intoKitware:masterfrom
patrickoleary:fix/file-loading-dialog

Conversation

@patrickoleary
Copy link
Copy Markdown
Member

Enable pasting file paths directly into the simulation and connectivity text fields in the file loading dialog.

  • Removed disabled=True from both the Simulation File and Connectivity File text fields
  • Added placeholder text: "Paste or browse for simulation/connectivity file path"

Users can now paste a full file path instead of navigating the file browser tree.

Note: Probably needs more error handling

  • Selecting via the dialog seamlessly handles path errors, but connectivity/simulation mismatches are not handled.
  • Pasting path-filenames there is no seamless error handling for paths or connectivity/simulation mismatches.

closes #77

@jourdain jourdain merged commit 88cb508 into Kitware:master May 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

File loading dialogue window: allow pasting file name?

3 participants