AObuchow / Sample-Commander

Orthodox File Manager for organizing audio files, written in Java using Eclipse RCP
Eclipse Public License 2.0
4 stars 0 forks source link

Add support for copy/paste actions, add clipboard #7

Closed AObuchow closed 4 years ago

AObuchow commented 4 years ago

Signed-off-by: Andrew Obuchowicz aobuchow@redhat.com

AObuchow commented 4 years ago

Got copy/paste working but having trouble getting undo to show in the menu bar (which is why I binded the handler to the cut command). I think I’m not using the correct context to execute the operation or undo... not sure yet.

This might be useful

AObuchow commented 4 years ago

Turns out undo/redo is disabled upstream: https://bugs.eclipse.org/bugs/show_bug.cgi?id=565767