Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
f63eb47a
Commit
f63eb47a
authored
Feb 16, 2015
by
Maxime Perrotin
Browse files
Better handle state autocompletion
parent
568b839d
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/sdlSymbols.py
View file @
f63eb47a
...
...
@@ -936,7 +936,7 @@ class State(VerticalSymbol):
# Get AST for the symbol and update the context dictionnary
ast
,
_
,
_
,
_
,
_
=
self
.
parser
.
parseSingleElement
(
'state'
,
pr_text
)
for
each
in
ast
.
statelist
:
CONTEXT
.
mapping
[
each
]
=
None
CONTEXT
.
mapping
[
each
.
lower
()
]
=
None
@
property
def
completion_list
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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