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
b18720bd
Commit
b18720bd
authored
Sep 05, 2016
by
Maxime Perrotin
Browse files
Keep parameter name
parent
aa76969a
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/sdlSymbols.py
View file @
b18720bd
...
...
@@ -1107,7 +1107,7 @@ class Procedure(Process):
self
.
setPath
(
path
)
super
(
Process
,
self
).
set_shape
(
width
,
height
)
def
update_completion_list
(
self
,
_
):
def
update_completion_list
(
self
,
pr_text
):
''' When text was entered, update completion list of ProcedureCall '''
for
each
in
CONTEXT
.
procedures
:
if
unicode
(
self
.
text
).
lower
()
==
each
.
inputString
:
...
...
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