Merge branch 'pr-empty-autocomplete'

This commit is contained in:
Shane Kilkelly 2016-07-27 08:42:24 +01:00
commit 1a8c86ab6b

View file

@ -134,6 +134,8 @@ define [
editor.completer.showPopup(editor) editor.completer.showPopup(editor)
editor.completer.cancelContextMenu() editor.completer.cancelContextMenu()
$(editor.completer.popup?.container).css({'font-size': @$scope.fontSize + 'px'}) $(editor.completer.popup?.container).css({'font-size': @$scope.fontSize + 'px'})
if editor.completer?.completions?.filtered?.length == 0
editor.completer.detach()
bindKey: "Ctrl-Space|Ctrl-Shift-Space|Alt-Space" bindKey: "Ctrl-Space|Ctrl-Shift-Space|Alt-Space"
} }