Update java instructions now YCM has nice API for it
This commit is contained in:
parent
3bf461c621
commit
ccf427a7c8
4 changed files with 107 additions and 31 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue