-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtest-checklist.txt
24 lines (16 loc) · 955 Bytes
/
test-checklist.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
- action can be invoked by keyboard shortcut / mouse / enter key
https://gitlab.com/lae/intellij-actions-tree/issues/11
- sticky action keeps popup open when invoked by keyboard shortcut / mouse / enter key
https://gitlab.com/lae/intellij-actions-tree/issues/9
- sticky action after invocation refreshes state of popup actions
https://gitlab.com/lae/intellij-actions-tree/issues/7
- if action in popup conflicts with IDE prefix key, action in popup takes priority
https://gitlab.com/lae/intellij-actions-tree/issues/4
- root actions can be references to ordinary IDE actions
https://gitlab.com/lae/intellij-actions-tree/issues/15
- popup appears in modal dialogs
https://gitlab.com/lae/intellij-actions-tree/issues/17
- focus restores properly / 'Go to Next Splitter' works
https://gitlab.com/lae/intellij-actions-tree/issues/16
- Support conditional execution of keybindings
https://gitlab.com/lae/intellij-actions-tree/issues/14