andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Missing Edit menu items #176

Closed bjones1 closed 10 years ago

bjones1 commented 10 years ago

The Edit menu should contain an Undo (Ctrl+Z) and Redo (Ctrl+Y) item, if only to document the binding for the keys.

andreikop commented 10 years ago

Is it really difficult to find it? Now I use Qt standard shrotcuts, which are platform dependent and which doesn't require QAction. I think the majority of our target users knows the shortcuts.

bjones1 commented 10 years ago

True, just a small tweak to explain, but not critical. I have to admit forgetting ctrl+y for undo (some app -- maybe Photoshop? -- uses ctrl+shift+z), so that sent me to check the menus.

andreikop commented 10 years ago

OK, it is boring job, but I'll add an action sometimes

andreikop commented 10 years ago

Added Edit->Undo, Edit->Redo