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
48115b2b
Commit
48115b2b
authored
Jul 22, 2015
by
Maxime Perrotin
Browse files
Properly locate symbols with syntax errors
parent
2881a9a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/opengeode.py
View file @
48115b2b
...
...
@@ -713,7 +713,8 @@ class SDL_Scene(QtGui.QGraphicsScene, object):
line_nb
,
col
=
line_col
line_nb
=
int
(
line_nb
)
-
1
split
[
1
]
=
'{}:{}'
.
format
(
line_nb
,
col
)
fmt
=
[[
' '
.
join
(
split
),
[
each
.
pos_x
,
each
.
pos_y
],
self
.
path
]]
pos
=
each
.
scenePos
()
fmt
=
[[
' '
.
join
(
split
),
[
pos
.
x
(),
pos
.
y
()],
self
.
path
]]
log_errors
(
self
.
messages_window
,
fmt
,
[],
clearfirst
=
False
)
for
each
in
self
.
all_nested_scenes
:
...
...
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