Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
0716626f
Commit
0716626f
authored
Feb 02, 2018
by
MARCHE Claude
Browse files
fix issue
#80
Ctrl-E and Ctrl-C are now in accel group for tools menu
parent
25acc03a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ide/why3ide.ml
View file @
0716626f
...
...
@@ -1248,9 +1248,9 @@ let collapse_proven_goals () =
let
()
=
let
i
=
view_factory
#
add_item
"Collapse proven goals"
~
key
:
GdkKeysyms
.
_C
~
callback
:
(
fun
()
->
collapse_proven_goals
()
)
in
i
#
add_accelerator
~
group
:
tools_accel_group
~
modi
:
[
`CONTROL
]
GdkKeysyms
.
_C
;
i
#
misc
#
set_tooltip_markup
"Collapse all sub-nodes of proven nodes (shortcut: Ctrl-C)"
;
let
i
=
view_factory
#
add_item
...
...
@@ -1357,9 +1357,9 @@ let () =
let
i
=
view_factory
#
add_item
"Expand all below node "
~
key
:
GdkKeysyms
.
_E
~
callback
:
(
fun
()
->
expand_row
~
all
:
true
)
in
i
#
add_accelerator
~
group
:
tools_accel_group
~
modi
:
[
`CONTROL
]
GdkKeysyms
.
_E
;
i
#
misc
#
set_tooltip_markup
"Expand all nodes of the tree view"
;
let
i
=
view_factory
#
add_item
...
...
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