@@ -57,18 +57,9 @@ public void onEditorDoubleClicked(Event arg0) {
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
publicvoidonEditorDoubleClicked(Eventarg0){
publicvoidonEditorWasScrolled(Eventarg0){
## When to use those methods and what is stored inside