Skip to content

Commit

Permalink
comment TODO for collective choice
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Herzig <[email protected]>
  • Loading branch information
timherzig committed Dec 12, 2023
1 parent ea32d5d commit 73fd065
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import javax.swing.JComponent
class HoverAction(private val editor: Editor, private val result: XMLParser.ResultData) {
fun addHoverAction() {
this.editor.addEditorMouseListener(MouseClick())
// TODO: Decide on which action suits the plugin the best --> when choice is made refactor to only use one
// this.editor.addEditorMouseMotionListener(MouseMotion())
}

Expand Down

0 comments on commit 73fd065

Please sign in to comment.