mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 13:21:07 +01:00
JavaTextAreaPainter: go to declaration on middle click too
This commit is contained in:
@@ -84,6 +84,8 @@ public class JavaTextAreaPainter extends TextAreaPainter
|
||||
if ((evt.isControlDown() && !Platform.isMacOS()) || evt.isMetaDown()) {
|
||||
handleCtrlClick(evt);
|
||||
}
|
||||
} else if (!Platform.isMacOS() && evt.getButton() == MouseEvent.BUTTON2) {
|
||||
handleCtrlClick(evt);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user