Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mufmu jad
gnome-builder
Commits
8c106ed0
Commit
8c106ed0
authored
Jul 09, 2022
by
Christian Hergert
Browse files
plugins/testui: add keybinding to run all unit tests
parent
c651b78b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/testui/gtk/keybindings.json
0 → 100644
View file @
8c106ed0
{
"trigger"
:
"<Control><Alt><Shift>u"
,
"action"
:
"test-manager.test-all"
,
"when"
:
"hasProject()"
,
"phase"
:
"capture"
}
,
src/plugins/testui/testui.gresource.xml
View file @
8c106ed0
...
...
@@ -2,6 +2,7 @@
<gresources>
<gresource
prefix=
"/plugins/testui"
>
<file>
testui.plugin
</file>
<file>
gtk/keybindings.json
</file>
<file
preprocess=
"xml-stripblanks"
>
gtk/menus.ui
</file>
<file
preprocess=
"xml-stripblanks"
>
gbp-testui-output-panel.ui
</file>
<file
preprocess=
"xml-stripblanks"
>
gbp-testui-panel.ui
</file>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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