Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
ProofScriptParser
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
24
Issues
24
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sarah.grebing
ProofScriptParser
Commits
fbc0c764
Commit
fbc0c764
authored
Oct 12, 2017
by
Sarah Grebing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor Bugfix
parent
45f9a7ad
Pipeline
#14511
failed with stage
in 2 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
ui/src/main/resources/edu/kit/iti/formal/psdbg/gui/controller/DebuggerMain.fxml
...edu/kit/iti/formal/psdbg/gui/controller/DebuggerMain.fxml
+6
-7
No files found.
ui/src/main/resources/edu/kit/iti/formal/psdbg/gui/controller/DebuggerMain.fxml
View file @
fbc0c764
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
</SplitMenuButton>
</SplitMenuButton>
<Button
disable=
"${! controller.debugMode}"
>
<Button>
<graphic>
<graphic>
<MaterialDesignIconView
glyphName=
"DEBUG_STEP_INTO"
size=
"24.0"
/>
<MaterialDesignIconView
glyphName=
"DEBUG_STEP_INTO"
size=
"24.0"
/>
</graphic>
</graphic>
...
@@ -127,8 +127,7 @@
...
@@ -127,8 +127,7 @@
</tooltip>
</tooltip>
</Button>
</Button>
<Button
onAction=
"#stepOver"
<Button
onAction=
"#stepOver"
>
disable=
"${! controller.debugMode}"
>
<graphic>
<graphic>
<MaterialDesignIconView
glyphName=
"DEBUG_STEP_OVER"
size=
"24.0"
/>
<MaterialDesignIconView
glyphName=
"DEBUG_STEP_OVER"
size=
"24.0"
/>
</graphic>
</graphic>
...
@@ -137,8 +136,7 @@
...
@@ -137,8 +136,7 @@
</tooltip>
</tooltip>
</Button>
</Button>
<Button
onAction=
"#stepBack"
<Button
onAction=
"#stepBack"
>
disable=
"${! controller.debugMode}"
>
<graphic>
<graphic>
<MaterialDesignIconView
glyphName=
"DEBUG_STEP_OVER"
size=
"24.0"
scaleX=
"-1"
/>
<MaterialDesignIconView
glyphName=
"DEBUG_STEP_OVER"
size=
"24.0"
scaleX=
"-1"
/>
</graphic>
</graphic>
...
@@ -148,7 +146,7 @@
...
@@ -148,7 +146,7 @@
</Button>
</Button>
<Button
disable=
"${! controller.debugMode}"
>
<Button>
<graphic>
<graphic>
<MaterialDesignIconView
glyphName=
"DEBUG_STEP_OUT"
size=
"24.0"
/>
<MaterialDesignIconView
glyphName=
"DEBUG_STEP_OUT"
size=
"24.0"
/>
</graphic>
</graphic>
...
@@ -157,7 +155,8 @@
...
@@ -157,7 +155,8 @@
</tooltip>
</tooltip>
</Button>
</Button>
<Button
onAction=
"#stopDebugMode"
disable=
"${! controller.debugMode}"
>
<Button
onAction=
"#stopDebugMode"
>
<!--disable="${! controller.debugMode}"-->
<graphic>
<graphic>
<MaterialDesignIconView
glyphName=
"STOP"
size=
"24.0"
/>
<MaterialDesignIconView
glyphName=
"STOP"
size=
"24.0"
/>
</graphic>
</graphic>
...
...
Write
Preview
Markdown
is supported
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