Commit Graph
5765 Commits
Author SHA1 Message Date
Alex Plate b7c0e4725d Suppress code duplicate 2021-02-20 16:26:58 +03:00
Alex Plate 53a21fb5fe Qodana cleanup 2021-02-20 13:14:27 +03:00
Alex Plate b6a5e60b68 Fix qodana issues 2021-02-20 12:08:06 +03:00
Alex Plate f0166dd18f Fix compatibility issues 2021-02-20 11:36:20 +03:00
Alex Plate 5b8fe2393e Qodana fixes 2021-02-20 11:26:53 +03:00
Alex Plate eedc50b4fe Fix deprecation issue 2021-02-19 19:53:59 +03:00
Alex Plate d7a636e4de Add qodana inspection profile 2021-02-19 19:34:42 +03:00
Alex Plate 9e9319f117 Remove some warnings from the code 2021-02-19 19:14:33 +03:00
Alex Plate 7ab53edbbf Code reformatting to avoid issues between IJ and ktlint formatting 2021-02-19 11:31:41 +03:00
Alex Plate 624c3bf223 A massive code reformatting using intellij 2021-02-19 11:12:36 +03:00
Alex Plate cf28312740 A massive code reformatting using ktlint 2021-02-19 10:42:28 +03:00
Alex Plate 76f14fc4ba Preparation for the 0.65 release 2021-02-17 11:06:23 +03:00
Alex Plate 923c0fee7a [VIM-2153] Always store data as base64 encoded 2021-02-16 10:19:14 +03:00
Alex Plate c9fd0782ae Use a different method for compatibility 2021-02-08 12:41:30 +03:00
Alex Plate c5779935d3 Extract escape key code 2021-02-08 12:28:34 +03:00
Alex Plate 70154d4526 Add log line about NERDTree 2021-02-08 12:16:37 +03:00
Alex Plate 070dfae93d Fix nerdtree for multiple opened projects 2021-02-08 12:11:54 +03:00
Alex Plate 4e5fc734e2 Fix quick search in NERDTree 2021-02-08 11:22:53 +03:00
Alex Plate 9004749754 Update compatibility with ActionPromoter 2021-02-08 10:19:06 +03:00
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