Merge #16387 - Make procedures/functions SQL editor both side scrollable
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
ebfd81c2db
@ -378,7 +378,7 @@ RTE.COMMON = {
|
|||||||
var $elm = $('textarea[name=item_definition]').last();
|
var $elm = $('textarea[name=item_definition]').last();
|
||||||
var linterOptions = {};
|
var linterOptions = {};
|
||||||
linterOptions[that.editorType + '_editor'] = true;
|
linterOptions[that.editorType + '_editor'] = true;
|
||||||
that.syntaxHiglighter = Functions.getSqlEditor($elm, {}, null, linterOptions);
|
that.syntaxHiglighter = Functions.getSqlEditor($elm, {}, 'both', linterOptions);
|
||||||
|
|
||||||
// Execute item-specific code
|
// Execute item-specific code
|
||||||
that.postDialogShow(data);
|
that.postDialogShow(data);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user