mirror of
https://github.com/salexdv/bsl_console.git
synced 2024-11-28 08:48:48 +02:00
Доработка определения полей таблицы запроса
This commit is contained in:
parent
c5da28ec23
commit
cfc428ce08
@ -4202,7 +4202,7 @@ class bslHelper {
|
||||
|
||||
// Searching the source
|
||||
position = new monaco.Position(match.range.endLineNumber, match.range.endColumn);
|
||||
match = Finder.findPreviousMatch(this.model, '[a-zA-Z0-9\u0410-\u044F]+\\.[a-zA-Z0-9\u0410-\u044F_]+(?:\\.[a-zA-Z0-9\u0410-\u044F]+)?(?:\\.[a-zA-Z0-9\u0410-\u044F]+)?', position);
|
||||
match = Finder.findPreviousMatch(this.model, '[a-zA-Z0-9\u0410-\u044F]+\\.[a-zA-Z0-9\u0410-\u044F_]+(?:\\.[a-zA-Z0-9\u0410-\u044F_]+)?(?:\\.[a-zA-Z0-9\u0410-\u044F_]+)?', position);
|
||||
|
||||
if (match) {
|
||||
sourceDefinition = match.matches[0];
|
||||
|
Loading…
Reference in New Issue
Block a user