Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ArduBlock2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
letsgoING
ArduBlock Source
ArduBlock2
Commits
b0974d0c
Commit
b0974d0c
authored
Sep 3, 2020
by
Lucas Stratmann
Browse files
Options
Downloads
Patches
Plain Diff
Outcomment Errorcode (Simulator Konstruktor)
parent
af2d3553
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/ardublock/ui/listener/SimulateCodeButtonListener.java
+3
-3
3 additions, 3 deletions
...com/ardublock/ui/listener/SimulateCodeButtonListener.java
with
3 additions
and
3 deletions
src/main/java/com/ardublock/ui/listener/SimulateCodeButtonListener.java
+
3
−
3
View file @
b0974d0c
...
...
@@ -48,7 +48,7 @@ public class SimulateCodeButtonListener implements ActionListener
Translator
translator
=
new
Translator
(
workspace
);
translator
.
reset
();
Simulator
sim
=
new
Simulator
();
//
Simulator sim = new Simulator();
//FIXME Hier beginn der Simulator instanz
//AutoSave on Upload letsgoING
openBlocksFrame
.
doSaveArduBlockFile
();
...
...
@@ -302,8 +302,8 @@ public class SimulateCodeButtonListener implements ActionListener
}
context
.
didGenerate
(
codeOut
,
false
);
//start simulator here
sim
.
run
();
//
TODO !
start simulator here
//
sim.run();
//sim.startSimu();
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment