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
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
121
Issues
121
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
908838b3
Commit
908838b3
authored
Feb 13, 2013
by
François Bobot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Pretty] long lines
parent
44433f8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
src/ide/gmain.ml
src/ide/gmain.ml
+8
-4
No files found.
src/ide/gmain.ml
View file @
908838b3
...
...
@@ -564,9 +564,12 @@ let update_task_view a =
begin
match
a
.
S
.
proof_state
with
|
S
.
Interrupted
->
"proof not yet scheduled for running"
|
S
.
Unedited
->
"Interactive proof, not yet edited. Edit with
\"
Edit
\"
button"
|
S
.
JustEdited
->
"Edited interactive proof. Run it with
\"
Replay
\"
button"
|
S
.
Done
({
Call_provers
.
pr_answer
=
Call_provers
.
HighFailure
}
as
r
)
->
|
S
.
Unedited
->
"Interactive proof, not yet edited. Edit with
\"
Edit
\"
button"
|
S
.
JustEdited
->
"Edited interactive proof. Run it with
\"
Replay
\"
button"
|
S
.
Done
({
Call_provers
.
pr_answer
=
Call_provers
.
HighFailure
}
as
r
)
->
let
b
=
Buffer
.
create
37
in
bprintf
b
"%a"
Call_provers
.
print_prover_result
r
;
Buffer
.
contents
b
...
...
@@ -1263,7 +1266,8 @@ let view_factory = new GMenu.factory view_menu ~accel_group
let
(
_
:
GMenu
.
image_menu_item
)
=
view_factory
#
add_image_item
~
key
:
GdkKeysyms
.
_A
~
label
:
"Select all"
~
callback
:
(
fun
()
->
goals_view
#
selection
#
select_all
()
)
()
~
label
:
"Select all"
~
callback
:
(
fun
()
->
goals_view
#
selection
#
select_all
()
)
()
let
(
_
:
GMenu
.
menu_item
)
=
view_factory
#
add_item
~
key
:
GdkKeysyms
.
_plus
...
...
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