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

Add undo and redo buttons #84

Open
pdawyndt opened this issue Dec 18, 2021 · 2 comments
Open

Add undo and redo buttons #84

pdawyndt opened this issue Dec 18, 2021 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@pdawyndt
Copy link
Contributor

pdawyndt commented Dec 18, 2021

The undo and redo functionality could remain hidden for the target audience if not represented by buttons. Loss of information could be very frustrating, especially after hitting some unintentional sequence of key strokes.

Other functionality whose shortkeys may not be known for the target audience:

  • select all
  • cut
  • copy
  • paste
  • search
  • replace
  • replace all
  • comment
  • uncomment
@pdawyndt pdawyndt added this to the later milestone Dec 18, 2021
@winniederidder
Copy link
Contributor

Many actions are indeed supported by th CodeMirror editor. Since the list is quite extensive, proper care needs to be taken to visualise these features. Perhaps using the context-menu (i.e. right-clicking) works best?

@winniederidder winniederidder added enhancement New feature or request good first issue Good for newcomers labels May 9, 2022
@winniederidder winniederidder modified the milestones: later, Unplanned May 16, 2022
@winniederidder winniederidder removed the good first issue Good for newcomers label May 16, 2022
@winniederidder
Copy link
Contributor

Right clicking the editor already shows some of these actions (e.g. undo, copy, ...). If there ever is need for a full-fledged toolbar in Papyros, some of these buttons could be put there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants