1
0
mirror of https://github.com/chylex/IntelliJ-Keyboard-Master.git synced 2025-12-23 10:26:33 +01:00

55 Commits

Author SHA1 Message Date
5c71108f49 Fix vim-style bindings sometimes stealing characters from text fields 2025-12-05 01:03:39 +01:00
3cf84a3e28 Fix vim-style bindings sometimes stealing characters from speed search 2025-10-29 05:17:39 +01:00
f17139e7b5 Add vim-style bindings for scrolling up/down 2025-10-29 04:37:32 +01:00
24157080be Fix conflicting vim-style keybinds for navigating siblings 2025-10-28 20:56:21 +01:00
48b342644b Disable vim-style navigation in popups 2025-10-07 17:17:38 +02:00
ce7ec24d3a Change vim-style list and table binding to select first item/row 2025-10-05 03:24:11 +02:00
9fb1774f6d Change vim-style tree node bindings to navigate siblings 2025-10-05 03:22:52 +02:00
90372acdfe Rework vim-style tree node expanding and collapsing bindings 2025-10-05 03:16:49 +02:00
38c80a7b27 Change vim-style navigation binding for 'X' to close all tree nodes 2024-09-18 20:00:34 +02:00
efe13712ad Add new vim-style bindings for navigating tree hierarchy 2024-09-18 20:00:29 +02:00
5aea7947ec Disable automatic tree auto-expansion in vim-style navigation 2024-09-18 08:52:51 +02:00
c7229a6d8e Fix leaking editor instances 2024-08-11 11:21:49 +02:00
356826f6ae Update uses of obsolete APIs for IDEA 2024.2 2024-08-10 15:35:08 +02:00
5e654762fc Fix vim-style navigation not scrolling after collapsing a tree node 2024-08-05 03:55:14 +02:00
72158689ff Add vim-style binding to expand tree to the next level 2024-07-15 13:06:44 +02:00
6ba2a0863e Add vim-style bindings for Ctrl/Cmd+Enter to immediately execute Enter action during search 2024-06-18 12:17:12 +02:00
844738794b Make vim-style navigation Enter handling during search in popups consistent with other components 2024-05-19 15:58:25 +02:00
0e2928a737 Fix vim-style navigation preventing default Enter action in components with key listeners 2024-05-19 15:54:30 +02:00
b131413c8d Fix vim-style navigation being active in popups even when disabled 2024-05-19 15:13:59 +02:00
ca075869eb Fix vim-style bindings stealing keys from inline text fields 2024-05-17 19:12:08 +02:00
be41677c59 Fix vim-style bindings forgetting that a search is active 2024-05-16 12:33:27 +02:00
b1d5c57e04 Fix not scrolling selected row into view when jumping to first/last sibling 2024-05-16 12:32:28 +02:00
23becff81e Fix ClassCastException in some wrapped Enter action handlers 2024-05-06 23:11:16 +02:00
83bb3f6a83 Add vim-style bindings with selection 2024-05-06 23:05:34 +02:00
e6ab49cb16 Add additional vim-style bindings for navigating submenus 2024-05-06 23:05:33 +02:00
6931387370 Fix vim-style navigation breaking Escape actions 2024-05-06 22:43:39 +02:00
2b7f1a363f Fix more cases of vim-style navigation breaking Enter actions 2024-05-06 21:03:40 +02:00
250e8fa8f8 Fix vim-style navigation breaking Enter actions 2024-05-06 05:40:54 +02:00
381db0e664 Release version 0.5.0 2024-05-05 18:32:52 +02:00
5ca46cf8b2 Implement vim-style navigation for menu popups 2024-05-05 18:32:10 +02:00
d3989a0e87 Implement vim-style navigation for list-based popups 2024-05-05 18:32:09 +02:00
6e38809ef2 Implement vim-style navigation for lists, trees, and tables 2024-05-05 18:32:09 +02:00
9953e3b057 Fix binary incompatibility with 2023.3 Beta 2023-11-17 08:28:59 +01:00
15e459d885 Release version 0.4.0 2023-10-19 06:35:35 +02:00
238942c471 Add actions to go to next/previous type in file 2023-10-17 03:38:41 +02:00
6f7cb51300 Add actions to go to next/previous highlighted error in other mode 2023-10-17 02:55:11 +02:00
40abcbbe6c Fix missing attribute on <applicationConfigurable> tag 2023-10-06 15:59:40 +02:00
d5e96f2205 Update deprecated UI construction code 2023-10-06 15:57:16 +02:00
e47101946e Remove actions to select previous/next item because those already exist in IDEA 2023-10-05 13:38:53 +02:00
b733bb167e Migrate StartupActivity to ProjectActivity 2023-10-05 13:37:52 +02:00
7f6bbef0b2 Update IDEA to 2023.2 2023-10-05 13:02:20 +02:00
8f3ef71e80 Make shortcuts for next/previous menu item work with tree menus 2021-11-26 22:37:29 +01:00
bd194f05d5 Add configurable keyboard shortcuts to select next/previous item in focused menu 2021-11-26 22:37:28 +01:00
b7debb36d3 Disable IDEA version restrictions 2021-10-23 21:53:55 +02:00
e0bd7778df Work around IdeaVIM stealing keys when renaming elements 2021-10-14 03:59:38 +02:00
f6f65557e2 Disable wrapping around when going down a page in code completion popup 2021-10-14 02:55:05 +02:00
a496b253ba Add code completion popup shortcut to go back up a page 2021-10-14 02:53:34 +02:00
a2b79d4f52 Minor refactoring 2021-10-14 02:23:06 +02:00
a3c86f9abc Fix code completion shortcuts not working when renaming elements due to missing focus 2021-09-02 19:27:47 +02:00
798264316b Fix configuration not loading 2021-09-02 19:06:24 +02:00