The old grading tool allowed you to add a custom message to an annotation created via Alt+Enter by holding Ctrl (I think?). I'd like to bring the feature back, however, IntelliJ doesn't recognize an enter press if any other key is hold down at the same time. Maybe one could work with the Action's updateButton method, which is called always.
The old grading tool allowed you to add a custom message to an annotation created via Alt+Enter by holding Ctrl (I think?). I'd like to bring the feature back, however, IntelliJ doesn't recognize an enter press if any other key is hold down at the same time. Maybe one could work with the Action's
updateButton
method, which is called always.