mirror of
https://github.com/salexdv/bsl_console.git
synced 2024-11-24 08:33:29 +02:00
Метод для скрытия номеров строк
This commit is contained in:
parent
a0b0743fb8
commit
ff4ccdccaa
@ -534,6 +534,12 @@ define(['bslGlobals', 'bslMetadata', 'snippets', 'bsl_language', 'vs/editor/edit
|
||||
|
||||
}
|
||||
|
||||
hideLineNumbers = function() {
|
||||
|
||||
editor.updateOptions({ lineNumbers: false, lineDecorationsWidth: 0 })
|
||||
|
||||
}
|
||||
|
||||
editor = undefined;
|
||||
|
||||
// Register languages
|
||||
|
Loading…
Reference in New Issue
Block a user