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
9aba5490
Commit
9aba5490
authored
Feb 19, 2018
by
Sarah Grebing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
switched off unicode
parent
2f7ffb3e
Pipeline
#18820
failed with stages
in 2 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ui/src/main/java/edu/kit/iti/formal/psdbg/gui/controls/SequentView.java
...va/edu/kit/iti/formal/psdbg/gui/controls/SequentView.java
+4
-4
No files found.
ui/src/main/java/edu/kit/iti/formal/psdbg/gui/controls/SequentView.java
View file @
9aba5490
...
...
@@ -139,14 +139,14 @@ public class SequentView extends CodeArea {
ProgramPrinter
prgPrinter
=
new
ProgramPrinter
(
new
StringWriter
());
this
.
backend
=
new
LogicPrinter
.
PosTableStringBackend
(
80
);
ProofIndependentSettings
.
DEFAULT_INSTANCE
.
getViewSettings
().
setUseUnicode
(
tru
e
);
//unicode makes prettier syntax but is bad for matching
ProofIndependentSettings
.
DEFAULT_INSTANCE
.
getViewSettings
().
setUseUnicode
(
fals
e
);
ProofIndependentSettings
.
DEFAULT_INSTANCE
.
getViewSettings
().
setUsePretty
(
true
);
NotationInfo
.
DEFAULT_UNICODE_ENABLED
=
tru
e
;
NotationInfo
.
DEFAULT_UNICODE_ENABLED
=
fals
e
;
NotationInfo
.
DEFAULT_PRETTY_SYNTAX
=
true
;
NotationInfo
notation
=
new
NotationInfo
();
notation
.
refresh
(
services
,
true
,
tru
e
);
notation
.
refresh
(
services
,
true
,
fals
e
);
lp
=
new
LogicPrinter
(
prgPrinter
,
notation
,
backend
,
services
,
false
);
lp
.
printSequent
(
sequent
);
...
...
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