Those methods get called, whenever the editor was scrolled (horizontally or vertically), if the right click menu of the editor is requested or if any mouse button was pressed
```java
```java
publicvoidonEditorDoubleClicked(Eventarg0){
publicvoidonEditorDoubleClicked(Eventarg0){
...
@@ -61,6 +69,6 @@ public void onEditorDoubleClicked(Event arg0) {
...
@@ -61,6 +69,6 @@ public void onEditorDoubleClicked(Event arg0) {
publicvoidonEditorMouseDown(Eventarg0){
publicvoidonEditorMouseDown(Eventarg0){
```
```
Those methods get called, whenever the editor was scrolled (horizontally or vertically), if the right click menu of the editor is requested or if any mouse button was pressed