Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dr. Michael Petter
CUP Eclipse Plugin
Commits
ae6aaf7d
Commit
ae6aaf7d
authored
Dec 01, 2014
by
Johannes Roith
Browse files
Fix call.
parent
2a33a226
Changes
1
Hide whitespace changes
Inline
Side-by-side
CupPlugin/src/de/tum/in/www2/cupplugin/debug/Debugger.java
View file @
ae6aaf7d
...
@@ -146,7 +146,7 @@ public class Debugger {
...
@@ -146,7 +146,7 @@ public class Debugger {
selfBuiltAstCache
=
parser
.
parse
();
selfBuiltAstCache
=
parser
.
parse
();
// TODO: manage revisions properly?
// TODO: manage revisions properly?
long
revision
=
RevisionManager
.
increment
(
document
);
long
revision
=
RevisionManager
.
increment
(
document
);
Model
.
getInstanceForDocument
(
document
).
setASTModel
(
selfBuiltAstCache
,
revision
);
Model
.
getInstanceForDocument
(
document
).
setASTModel
(
selfBuiltAstCache
,
parser
.
getContext
(),
revision
);
}
catch
(
Exception
e1
)
{
}
catch
(
Exception
e1
)
{
e1
.
printStackTrace
();
e1
.
printStackTrace
();
...
...
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