mirror of
https://github.com/salexdv/bsl_console.git
synced 2025-02-07 13:31:37 +02:00
Функция для получение количества строк
This commit is contained in:
parent
4512e634c0
commit
7c2e52fe75
@ -302,6 +302,12 @@ define(['bslGlobals', 'bslMetadata', 'snippets', 'bsl_language', 'vs/editor/edit
|
||||
|
||||
}
|
||||
|
||||
getLineCount = function() {
|
||||
|
||||
return editor.getModel().getLineCount();
|
||||
|
||||
}
|
||||
|
||||
editor = undefined;
|
||||
|
||||
// Register languages
|
||||
|
Loading…
x
Reference in New Issue
Block a user