Merge "Set autocomplete options for math dialog input"

This commit is contained in:
jenkins-bot 2015-11-25 03:50:48 +00:00 committed by Gerrit Code Review
commit 87fe603227
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 );