Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
4cd1617e
Commit
4cd1617e
authored
Oct 13, 2014
by
Maxime Perrotin
Browse files
Update data dictionnary of variables for autocompletion
parent
eb06239f
Changes
1
Hide whitespace changes
Inline
Side-by-side
sdlSymbols.py
View file @
4cd1617e
...
...
@@ -674,6 +674,7 @@ class TextSymbol(HorizontalSymbol):
''' When text was entered, update TASK completion list '''
# Get AST for the symbol
ast
,
_
,
_
,
_
,
_
=
self
.
parser
.
parseSingleElement
(
'text_area'
,
pr_text
)
CONTEXT
.
variables
.
update
(
ast
.
variables
)
#Task.completion_list |= {dcl for dcl in ast.variables.keys()}
@
property
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment