Using java Syntax Highlighting
- canvas.
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
also if I hover over:
Using java Syntax Highlighting
- import android.view.MotionEvent;
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
I get a summary that shows me all the constants I've imported, etc.
I would like to see a list of possible methods like OnTouchEvent or OnDraw under view, but I can't seem to find a place to get these to pop up.
typing
Using java Syntax Highlighting
- view.
Parsed in 0.033 seconds, using GeSHi 1.0.8.4
Is there a way to get this?

