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
120
Issues
120
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
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
ede48e47
Commit
ede48e47
authored
Jun 21, 2018
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Display command shortcuts in the contextual menu.
parent
ea916697
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/ide/why3ide.ml
src/ide/why3ide.ml
+6
-6
No files found.
src/ide/why3ide.ml
View file @
ede48e47
...
...
@@ -2188,7 +2188,7 @@ let (_ : GMenu.menu_item) =
on_selected_rows
~
multiple
:
false
~
notif_kind
:
"Edit error"
~
action
:
"edit"
(
fun
id
->
Command_req
(
id
,
"edit"
))
in
context_factory
#
add_item
"_Edit"
~
add_accel
:
false
~
a
ccel_path
:
"<Why3-Main>/Tools/Edit"
~
a
dd_accel
:
false
~
tooltip
:
"View or edit proof script"
~
callback
in
()
;
...
...
@@ -2198,7 +2198,7 @@ let (_ : GMenu.menu_item) =
on_selected_rows
~
multiple
:
false
~
notif_kind
:
"Replay error"
~
action
:
"replay"
(
fun
id
->
Command_req
(
id
,
"replay"
))
in
context_factory
#
add_item
"_Replay valid obsolete proofs"
~
add_accel
:
false
~
a
ccel_path
:
"<Why3-Main>/Tools/Replay valid obsolete proofs"
~
a
dd_accel
:
false
~
tooltip
:
"Replay valid obsolete proofs under the current node"
~
callback
in
()
;
...
...
@@ -2208,7 +2208,7 @@ let (_ : GMenu.menu_item) =
on_selected_rows
~
multiple
:
false
~
notif_kind
:
"Replay error"
~
action
:
"replay all"
(
fun
id
->
Command_req
(
id
,
"replay all"
))
in
context_factory
#
add_item
"Replay all obsolete proofs"
~
add_accel
:
false
~
a
ccel_path
:
"<Why3-Main>/Tools/Replay all obsolete proofs"
~
a
dd_accel
:
false
~
tooltip
:
"Replay all obsolete proofs under the current node"
~
callback
in
()
;
...
...
@@ -2218,7 +2218,7 @@ let (_ : GMenu.menu_item) =
on_selected_rows
~
multiple
:
false
~
notif_kind
:
"Clean error"
~
action
:
"clean"
(
fun
id
->
Command_req
(
id
,
"clean"
))
in
context_factory
#
add_item
"_Clean node"
~
add_accel
:
false
~
a
ccel_path
:
"<Why3-Main>/Tools/Clean node"
~
a
dd_accel
:
false
~
tooltip
:
"Remove unsuccessful proofs or transformations that are under a proved goal"
~
callback
in
()
;
...
...
@@ -2228,7 +2228,7 @@ let (_ : GMenu.menu_item) =
on_selected_rows
~
multiple
:
true
~
notif_kind
:
"Remove_subtree error"
~
action
:
"remove"
(
fun
id
->
Remove_subtree
id
)
in
context_factory
#
add_item
"Remove node"
~
add_accel
:
false
~
a
ccel_path
:
"<Why3-Main>/Tools/Remove node"
~
a
dd_accel
:
false
~
tooltip
:
"Remove the selected proof attempts or transformations"
~
callback
in
()
;
...
...
@@ -2238,7 +2238,7 @@ let (_ : GMenu.menu_item) =
on_selected_rows
~
multiple
:
true
~
notif_kind
:
"Interrupt error"
~
action
:
"interrupt"
(
fun
id
->
Command_req
(
id
,
"interrupt"
))
in
context_factory
#
add_item
"_Interrupt"
~
add_accel
:
false
~
a
ccel_path
:
"<Why3-Main>/Tools/Interrupt"
~
a
dd_accel
:
false
~
tooltip
:
"Stop all running proof attempts"
~
callback
in
()
...
...
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