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

PTerm cannot be used for ‘Open terminal here’ in Pharo 12 File Browser #62

Open
Rinzwind opened this issue Feb 4, 2024 · 1 comment

Comments

@Rinzwind
Copy link
Collaborator

Rinzwind commented Feb 4, 2024

In Pharo 12, the File Browser is being replaced by a new one (see: Pharo pull request #16084). It offers a context menu item ‘Open terminal here’ (class: StFileBrowserOpenTerminalCommand) which opens a shell, with the selected directory as the shell’s working directory, through a terminal application outside of Pharo. It would be nice to have a setting for this that can be set to use PTerm instead.

@Rinzwind
Copy link
Collaborator Author

Rinzwind commented Feb 4, 2024

This should probably be handled by extending PharoCommonTools to define ‘terminal’ as a tool: a default one that uses a terminal application can be provided by the ‘NewTools’ packages, for which PTerm can then provide a replacement.

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

No branches or pull requests

1 participant