kit-sdq / programming-lecture-eclipse-artemis

Eclipse-Plugin for grading with the artemis project
Eclipse Public License 2.0
12 stars 7 forks source link

Add a dialog for deleting annotations #314

Closed Feuermagier closed 1 year ago

Feuermagier commented 1 year ago

Checklist

Motivation and Context

Deleting annotations with the marker view is tedious. Closes #302.

Description

Adds a new command (by default Ctrl+Alt+Enter) that opens a small window (similar to the "create annotation" window) which shows all annotations at the current line. Press Del to select the selected annotation or Esc to close the dialog.

Important: This PR includes the changes made in #313, so I'm going to close the other PR.

Steps for Testing

Start an assessment, focus the editor, press Ctrl+Alt+Enter.

tsaglam commented 1 year ago

@tsaglam maybe test the behavior on MacOS :)

After the fix it seems to work, no issues on macOS.