fekaputra / shacl-plugin

SHACL4Protege - SHACL constraint validation plugin for Protégé
https://semantic-systems.org
MIT License
34 stars 8 forks source link

Improve undo/redo #24

Open Locke opened 4 years ago

Locke commented 4 years ago

Currently the undo/redo functionality is implemented so that the text pane needs focus and captures key strokes.

I see two possibilities to improve the user experience:

  1. add buttons for undo/redo above the text pane / after the Open/Save/Validate buttons.

  2. Protégé has a separate functionality for undo/redo, that is available in the Edit menu. It might be possible to integrate with this, however I fear this could get complicated.

image