Commit Graph
5146 Commits
Author SHA1 Message Date
Alex Plate e788221099 [VIM-2220] Do not try to get a command state for null editor 2021-02-02 11:37:39 +03:00
Alex Plate e63044e72f [VIM-2217] Fix AppCode specific code 2021-02-01 11:14:30 +03:00
Alex Plate fd0d010908 Update the link to ideajoin examples 2021-02-01 10:27:30 +03:00
Alex Plate de159d6e3a Add IdeaVim actions promoter to promote vim actions 2021-02-01 10:17:33 +03:00
Alex Plate 27293c3d36 Deprecate EditorDataContext construction instead of making it private 2021-01-29 12:15:16 +03:00
Alex Plate d3b9a5af37 Update todo list of the NERDTree plugin 2021-01-29 11:38:41 +03:00
Alex Plate 544f268ab8 Update extension so they register key mappings only if there isn't already registered another mapping 2021-01-26 10:52:26 +03:00
Alex Plate f851794cf2 Reduce mapping depth to 20 2021-01-25 03:06:13 +03:00
Alex Plate 0ccc0f0846 Use existing variable to track recursion 2021-01-25 02:52:57 +03:00
Alex Plate 40d1b2ddd5 Reduce size of maxmapdepth 2021-01-25 00:24:01 +03:00
Alex Plate 62128a14e7 Support mapping recursion preventing 2021-01-24 23:59:14 +03:00
Alex Plate 47b604c6a7 Update EditorDataContext to avoid recursion 2021-01-24 23:27:46 +03:00
Alex Plate 5daa654d10 [VIM-1337] Fix mapping processing after timeout 2021-01-24 22:00:58 +03:00
Alex Plate 8c51c699e9 Enable mappings delay for tests 2021-01-24 20:46:34 +03:00
Alex Plate 913fb0648b Remove unused argument 2021-01-24 20:32:50 +03:00
Alex Plate 1eacb09f3c Add notion why we don't map plugin mappings 2021-01-23 03:11:25 +03:00
Alex Plate efcfceef39 Join some delete actions into a single file 2021-01-23 03:04:58 +03:00
Alex Plate e977ae9e88 Remove testing character 2021-01-23 03:04:58 +03:00
Alex Plate 51f1e6f866 Fix characters yanking 2021-01-23 02:18:04 +03:00
Alex Plate c63a0200b3 Load extensions after vim script loading 2021-01-22 20:41:10 +03:00
Alex Plate 5fdb817bfd Support t and T 2021-01-22 20:20:24 +03:00
Alex Plate 1b5bdf5db3 Make varible private 2021-01-22 18:18:13 +03:00
Alex Plate 8022ed450c Support more nerdtree ex commands 2021-01-22 17:50:32 +03:00
Alex Plate 34b0c93ecd Update docs 2021-01-22 16:15:53 +03:00
Alex Plate 2221e5234d Support A, q 2021-01-22 16:14:17 +03:00
Alex Plate 8dd8cce491 Support r, R, and m 2021-01-22 16:06:04 +03:00
Alex Plate d74965d36d Add scrolling command for existing commands 2021-01-22 15:54:06 +03:00
Alex Plate cb9e6c4c69 Support C-K and C-J commands 2021-01-22 15:51:26 +03:00
Alex Plate 1d93edd35b Update docs 2021-01-22 15:48:41 +03:00
Alex Plate 4c071b9d97 Update P command implementation 2021-01-22 15:47:58 +03:00
Alex Plate 570eceb653 Support P, p, J, K commands 2021-01-22 15:39:19 +03:00
Alex Plate a34a01745c Support x and X commands 2021-01-22 14:25:15 +03:00
Alex Plate a4b9fa0f69 Support O command 2021-01-22 13:59:04 +03:00
Alex Plate 2da18fe59f Support variables in NERDTree 2021-01-22 12:50:59 +03:00
Alex Plate 5a969d573a Add list of commands 2021-01-22 12:41:10 +03:00
Alex Plate 0eff36a38e Implement s, i, gs, gi commands 2021-01-22 12:39:07 +03:00
Alex Plate 241bacfd49 Support s command 2021-01-21 20:48:00 +03:00
Alex Plate b292644531 Support go command 2021-01-21 20:34:14 +03:00
Alex Plate 3264837478 Use trie to store keys 2021-01-21 20:21:27 +03:00
Alex Plate 70bf5033b5 Extract logic of adding leafs 2021-01-21 19:48:04 +03:00
Alex Plate 9ffe114aeb Generalize existing Node for building a trie 2021-01-21 18:06:53 +03:00
Alex Plate 75f6e08d85 Support o command 2021-01-21 17:30:14 +03:00
Alex Plate 3b0c19fbfc Implement node opening/closing 2021-01-21 16:24:40 +03:00
Alex Plate e4d10eb622 Implement up/down motions 2021-01-21 10:17:55 +03:00
Alex Plate 6afdfb55ca Start implementing NERDTree support. Support focus command 2021-01-20 10:40:48 +03:00
Alex Plate cb3508b30d Support command aliases to function 2021-01-20 10:26:44 +03:00
Alex Plate 171ffc6862 Refactor command aliases 2021-01-20 10:19:02 +03:00
Alex Plate 38019cdb91 Convert command parser to kt 2021-01-20 09:58:40 +03:00
Alex Plate 89bcb43271 Rename .java to .kt 2021-01-20 09:58:39 +03:00
Alex Plate 5101dc00b3 Name for extension is not deprecated 2021-01-20 03:09:04 +03:00