mirror of
https://github.com/salexdv/bsl_console.git
synced 2025-02-21 19:19:40 +02:00
Номер строки и колонка в параметрах события #246
This commit is contained in:
parent
ef620be751
commit
55b2f968ed
@ -5926,7 +5926,9 @@ class bslHelper {
|
||||
let event_params = {
|
||||
word: this.word,
|
||||
expression: expression,
|
||||
module: module_name
|
||||
module: module_name,
|
||||
line: this.lineNumber,
|
||||
column: this.column
|
||||
}
|
||||
|
||||
sendEvent('EVENT_GET_DEFINITION', event_params);
|
||||
|
Loading…
x
Reference in New Issue
Block a user