Skip to content

Enable file renaming via double-click in the sidebar #3454

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

Closed
kammeows opened this issue Apr 13, 2025 · 0 comments · Fixed by #3455
Closed

Enable file renaming via double-click in the sidebar #3454

kammeows opened this issue Apr 13, 2025 · 0 comments · Fixed by #3455

Comments

@kammeows
Copy link
Contributor

Increasing Access

This feature adds support for renaming files in the p5.js Web Editor by double-clicking on a file name in the sidebar. This mirrors common UX behavior found in most modern code editors (e.g., VS Code, Atom), making the workflow smoother and more intuitive.

This feature increases access by supporting a more familiar and discoverable UX pattern for users of all experience levels and minimizes reliance on right-click menus, which are less accessible on touch devices or for users who prefer keyboard/tap-based workflows.

Feature enhancement details

It should listen for onDoubleClick on the file name button and trigger the existing rename logic.

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

Successfully merging a pull request may close this issue.

1 participant