Update java instructions now YCM has nice API for it

This commit is contained in:
Ben Jackson 2020-05-07 22:28:31 +01:00
commit ccf427a7c8
4 changed files with 107 additions and 31 deletions

View file

@ -373,7 +373,8 @@ class VariablesView( object ):
def handler( message ):
# TODO: this result count be expandable, but we have no way to allow the
# user to interact with the balloon to expand it.
# user to interact with the balloon to expand it, unless we use a popup
# instead, but even then we don't really want to trap the cursor.
body = message[ 'body' ]
result = body[ 'result' ]
if result is None: