Set autocomplete options for math dialog input

Depends on I57db44c876c in ve-mw

Bug: T119549
Change-Id: I80193b7b662336c65b81556eb000f3895cddf49f
This commit is contained in:
Thalia 2015-11-24 16:29:41 -08:00
parent 6e73aaf86c
commit 959d0d7b3a
1 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,8 @@ ve.ui.MWMathDialog.prototype.initialize = function () {
this.input = new ve.ui.MWAceEditorWidget( {
multiline: true,
rows: 7
rows: 7,
autocomplete: 'live'
} ).setLanguage( 'latex' );
this.input.togglePrintMargin( false );