Community
Participate
Working Groups
It would be helpful for TextView to expose a mouseDown event. One use case is for content assist, where we want to cancel content-assist-mode when the user clicks on the editor.
We added support for mouse down/up/move/out/over. http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=ad9b8b0f16fb416254b4145886b85ce258a825ef just need to add the doc, but right now the event includes x,y relative with the document (consistent with all other methods in the view) event - the dom event that generate the event in the view type - the type for the event