Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
sarah.grebing
ProofScriptParser
Commits
d312cfbf
Commit
d312cfbf
authored
Jan 23, 2018
by
Sarah Grebing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix save script
parent
cbd5e3b1
Pipeline
#17194
passed with stages
in 9 minutes and 35 seconds
Changes
5
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
23244 deletions
+9
-23244
ui/src/main/java/edu/kit/iti/formal/psdbg/gui/controls/ScriptController.java
...u/kit/iti/formal/psdbg/gui/controls/ScriptController.java
+1
-1
website/docs/index.md
website/docs/index.md
+7
-2
website/docs/script.md
website/docs/script.md
+0
-0
website/docs/taclets.md
website/docs/taclets.md
+0
-23240
website/push.sh
website/push.sh
+1
-1
No files found.
ui/src/main/java/edu/kit/iti/formal/psdbg/gui/controls/ScriptController.java
View file @
d312cfbf
...
...
@@ -242,7 +242,7 @@ public class ScriptController {
*/
public
void
saveCurrentScript
()
throws
IOException
{
for
(
ScriptArea
scriptArea
:
openScripts
.
keySet
())
{
if
(
scriptArea
.
isFocused
())
{
if
(
scriptArea
.
isFocused
()
||
openScripts
.
size
()
==
1
)
{
saveCurrentScriptAs
(
scriptArea
.
getFilePath
());
}
}
...
...
website/docs/index.md
View file @
d312cfbf
...
...
@@ -73,13 +73,18 @@ the analysis of failed proof attempts.
A full description of the language and debugging-concept
is published at
[
HVC 2017
](
http://rdcu.be/E4fF
)
## Debugging Quicksort
## Debugging Script for Quicksort's `split` method.
<center>
The video will be uploaded on 23th, January.
<!--
<video
width=
"80%"
controls
>
<source
src=
"quicksort.webm"
type=
"video/webm"
>
Your browser does not support the video tag or WebM.
</video>
-->
</center>
## Features
...
...
@@ -140,7 +145,7 @@ Your browser does not support the video tag or WebM.
<h2>
Downloads
</h2>
<ul>
<li>
PSDBG -
<strong>
Version 1.0-FM
</strong>
<li>
PSDBG -
<strong>
Version 1.0-FM
will be available at 23th, January
</strong>
<a
href=
"~/releases/psdbg-1.0-fm.jar"
>
psdbg-1.0-fm.jar
</a>
<br>
Special Version for the tool paper at Formal Methods 2018.
...
...
website/docs/script.md
deleted
100644 → 0
View file @
cbd5e3b1
website/docs/taclets.md
deleted
100644 → 0
View file @
cbd5e3b1
This diff is collapsed.
Click to expand it.
website/push.sh
View file @
d312cfbf
...
...
@@ -2,4 +2,4 @@
mkdocs build
--clean
#
rsync --delete -vr site/ i57adm.ira.uka.de:
htdocs/grebing
/psdbg/
rsync
--delete
-vr
site/
grebing@
i57adm.ira.uka.de:
.public_html
/psdbg/
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