1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-09-09 07:53:13 +02:00

Commit Graph

  • afe745dc44 Add null-check for LaF listener Alex Plate 2019-05-06 14:52:10 +03:00
  • 5032bc4da7 Add some comments to functions Alex Plate 2019-05-06 14:49:58 +03:00
  • 10c19bbb94 Move caret one char left (after selection) not in recursive way Alex Plate 2019-05-06 13:38:06 +03:00
  • 7519eb1f43 Move listeners to separate package Alex Plate 2019-05-06 12:20:15 +03:00
  • 95b800638b Enter insert mode when enabling template without selection Alex Plate 2019-05-06 12:18:22 +03:00
  • ff9a3a55e2 Ensure current action processes next keystroke Matt Ellis 2019-04-30 20:56:59 +01:00
  • 56b4e50aab Event is not null for before/after actionPerformed Alex Plate 2019-04-30 19:05:05 +03:00
  • 32d513a74f Reset ex entry when lost focus due to mouse click Matt Ellis 2019-04-30 16:50:05 +01:00
  • 8ce4768aa6 Enable insert mode after surround with if action Alex Plate 2019-04-30 18:49:21 +03:00
  • 13128d354d Remove redundant static call Alex Plate 2019-04-30 16:58:56 +03:00
  • 31b41cacba Fix motion caret to the next line after changing full text Alex Plate 2019-04-30 16:33:31 +03:00
  • ddaf190c3c Add file to define Idea-specific behaviour Alex Plate 2019-04-30 15:47:28 +03:00
  • e873009aeb Disable listeners if IdeaVim was not enabled on editor creation Alex Plate 2019-04-30 14:44:39 +03:00
  • 7ec3abb069 Correctly set focus when handling cmode mapping Matt Ellis 2019-04-30 11:42:30 +01:00
  • 5b628c2f48 Use constants from TestUtil in VimTestCase Alex Plate 2019-04-30 13:19:12 +03:00
  • dcb2300699 Add test for removing indent in PyCharm Alex Plate 2019-04-30 12:29:57 +03:00
  • cfd69d1603 Stay in select mode in PyCharm after deleting indent Alex Plate 2019-04-30 11:35:45 +03:00
  • f816bc23e9 Create more complicated VimSelection structure. Support dollar motion Alex Plate 2019-04-29 16:46:30 +03:00
  • 8601730dd8 Add prompt when inserting digraphs and registers Matt Ellis 2019-04-29 14:12:19 +01:00
  • 336342c72e [IDEA-211429] Directly enable insert mode for dialogs Alex Plate 2019-04-29 15:16:18 +03:00
  • 357763ff55 [VIM-1644] Update changelist Alex Plate 2019-04-29 15:09:49 +03:00
  • 45b757697a Merge pull request #192 from danielemegna/VIM-1644 Alex Plate 2019-04-29 15:08:20 +03:00
  • a9a0d6233e Merge pull request #191 from citizenmatt/feature/beep Alex Plate 2019-04-29 14:42:15 +03:00
  • 91dbf51d8b Add Simon Rainer to contributors list Alex Plate 2019-04-29 14:01:29 +03:00
  • af79066c26 Merge pull request #179 from Vvalter/master Alex Plate 2019-04-29 13:59:15 +03:00
  • c5f6676ac2 Put tag tests to separate files Alex Plate 2019-04-29 13:56:42 +03:00
  • 906d2a4168 Insert register at caret location, instead of appending Matt Ellis 2019-04-29 10:46:28 +01:00
  • b85b4a7f72 Add Elliot Courant to contributors list Alex Plate 2019-04-29 13:26:30 +03:00
  • 3b360c807e Merge pull request #188 from ECourant/feature/command Alex Plate 2019-04-29 13:21:53 +03:00
  • d0bec7db4d Update copyright and make code more kotlin-specific Alex Plate 2019-04-29 13:07:57 +03:00
  • 7af5d8debd Fix wrong copyright setting Alex Plate 2019-04-29 12:41:25 +03:00
  • e7603a78d0 Add tests for ex entry shortcuts Matt Ellis 2019-04-29 09:29:08 +01:00
  • 3a728df3b1 Ensure all shortcuts are seen by ex entry field Matt Ellis 2019-04-28 17:06:23 +01:00
  • 417fa314b4 Fix VIM-1644: keep Visual and VisualBlock start-end values updated Daniele Megna 2019-04-27 17:18:57 +02:00
  • 73cfd71bd4 Fixes successive tag block selection. Simon Rainer 2019-04-27 12:34:22 +02:00
  • 3a092012bb Add some repeat action passing tests Daniele Megna 2019-04-27 11:25:56 +02:00
  • 415abd13c9 Merge remote-tracking branch 'upstream/master' Simon Rainer 2019-04-26 17:18:08 +02:00
  • e94eac77eb Show correct caret shape on command line Matt Ellis 2019-04-23 16:49:20 +01:00
  • 25b11349a4 Update list of cmdline editing commands Matt Ellis 2019-04-23 09:24:11 +01:00
  • 4ea8e15710 (VIM-1105) Adding support for command aliasing. Elliot Courant 2019-04-08 15:40:38 -05:00
  • 890562e810 Only beep once every half second Matt Ellis 2019-04-26 11:49:41 +01:00
  • 9b4d38ed3c Rearrange VisualMotionGroup code Alex Plate 2019-04-25 17:19:36 +03:00
  • 33c33431f9 Update indent Alex Plate 2019-04-25 16:09:22 +03:00
  • 53d3e0db88 Remove useless function Alex Plate 2019-04-25 15:22:32 +03:00
  • 94e4556bee Remove unnecessary user data (wasVisualBlock) Alex Plate 2019-04-25 14:56:15 +03:00
  • 1ad9dd4a28 Save caret position after cursor dragging Alex Plate 2019-04-25 14:47:14 +03:00
  • e15f0e07dd Add some comments to VisualGroup Alex Plate 2019-04-25 13:29:42 +03:00
  • eda734e728 Add missing @NotNull annotation Alex Plate 2019-04-23 18:39:21 +03:00
  • 205c6e9ed2 Rename AddInlays action Alex Plate 2019-04-23 18:39:06 +03:00
  • 5132327d62 Merge pull request #159 from ikenox/search-action-by-shortcut-key Alex Plate 2019-04-25 12:09:09 +03:00
  • 55e0200fb6 Move caret to right place after gutter mouse selection Alex Plate 2019-04-25 11:45:55 +03:00
  • fefd6699f3 Select full line while visual line mode Alex Plate 2019-04-25 11:04:05 +03:00
  • 963840612c Select full line while visual line mode Alex Plate 2019-04-24 21:07:16 +03:00
  • fd8e567c60 Format ChangeGroup Alex Plate 2019-04-24 20:26:55 +03:00
  • 69d02b8abb Fix small typos in userData() functions Alex Plate 2019-04-24 17:09:08 +03:00
  • ccf721fd6c Store vim selection start and end in VimSelection model Alex Plate 2019-04-24 12:52:40 +03:00
  • 98c4bb2c4f fix broken tests Naoto Ikeno 2019-04-24 12:48:52 +09:00
  • 55bd13c3f2 Reorganize Visual- and MotionHandlers Alex Plate 2019-04-23 17:26:57 +03:00
  • 95c5256fe3 Fix failed tests Alex Plate 2019-04-23 16:06:01 +03:00
  • f8de555032 [VIM-1184] Store all vim settings only locally (except keymapping) Alex Plate 2019-04-23 15:49:33 +03:00
  • 060d27f57a Move BlockParen tests to separate files Alex Plate 2019-04-23 13:23:43 +03:00
  • 917d3a4ded Add Romain Gautier to contributors list Alex Plate 2019-04-23 12:53:53 +03:00
  • 13b75dea27 Merge pull request #189 from Nimamoh/VIM-1633 Alex Plate 2019-04-23 12:48:09 +03:00
  • 9487cd2b0b Revert block tag part Romain Gautier 2019-04-23 00:17:28 +02:00
  • 20dbe1bde6 Enter select mode for oneRowEditor in case on unexpected selection change Alex Plate 2019-04-22 15:24:44 +03:00
  • c7f42cfca8 Enter insert mode after backspace in select mode Alex Plate 2019-04-22 15:24:19 +03:00
  • 3f9585b1fb Restore mode after :action Alex Plate 2019-04-22 14:57:09 +03:00
  • e021663975 Print submode of select mode in bar Alex Plate 2019-04-22 14:38:03 +03:00
  • 8c1cca0d57 VIM-1633 - correct handling of self closing tags romain.gautier@nimamoh.net 2019-04-18 18:30:24 +02:00
  • 6d74480998 Fixes tag motion handling slashes incorrectly. Simon Rainer 2019-04-18 16:12:04 +02:00
  • 31bad3a1e1 Merge https://github.com/JetBrains/ideavim Simon Rainer 2019-04-18 15:24:09 +02:00
  • f0ccf6c3a5 VIM-1633 - empty tag block selection case romain.gautier@nimamoh.net 2019-04-18 14:55:54 +02:00
  • 367b13cdad VIM-1633 - fix tag block selection romain.gautier@nimamoh.net 2019-04-18 13:17:35 +02:00
  • 47ac879ed9 Move caret one char left after double click Alex Plate 2019-04-18 13:09:26 +03:00
  • 28a50c00bb Move caret one character left while after mouse selection Alex Plate 2019-04-17 20:33:23 +03:00
  • 6ceb74cb33 Fix: some motions could become linewise Alex Plate 2019-04-16 19:44:01 +03:00
  • 9f682cded0 filter an actionlist by assigned shortcut key Naoto Ikeno 2019-04-17 16:17:09 +09:00
  • 40ddc506a7 Add editorconfig for .kt files Alex Plate 2019-04-16 13:58:46 +03:00
  • 74d5144892 Set visual mode for non-vim selections Alex Plate 2019-04-15 17:46:50 +03:00
  • ea2f2ba213 VIM-1633 - remove useless min/max, add comments romain.gautier@nimamoh.net 2019-04-15 15:22:45 +02:00
  • 970a5e19d0 Use try-with-resources for VimListenerSuppressor Alex Plate 2019-04-15 15:13:09 +03:00
  • 3786660ecd Motion right with unicode characters Alex Plate 2019-04-15 14:00:17 +03:00
  • c0d72d25f8 VIM-1633 - fix block selection romain.gautier@nimamoh.net 2019-04-13 03:35:08 +02:00
  • b69d7f9729 Fix problems after rebase Alex Plate 2019-04-12 18:55:33 +03:00
  • 03a934a8e9 Add motions to left/right/up/down arrows in select mode Alex Plate 2019-04-12 16:21:19 +03:00
  • 215df5cc03 Enter insert mode after select mode while editing template Alex Plate 2019-04-11 15:30:54 +03:00
  • cfcdbffa7f Handle tab character with block visual selection Alex Plate 2019-04-10 15:36:49 +03:00
  • 7b32b75052 Suppress selection listener while lookup is active Alex Plate 2019-04-09 16:41:09 +03:00
  • f6549aca76 Remove unused method Alex Plate 2019-04-09 15:31:51 +03:00
  • 4ce3cff2bf Shorter version of selection restore (:action) Alex Plate 2019-04-09 15:30:22 +03:00
  • c4c8b8c9e1 Fix :action command with selection Alex Plate 2019-04-09 15:17:31 +03:00
  • 23ce30a7fc Provide vimSetSelection instead of vimStartSelectionAtPoint method Alex Plate 2019-04-09 12:52:25 +03:00
  • 2fd23af04a Fix commentary extension Alex Plate 2019-04-08 21:14:22 +03:00
  • 33534d50cd Support del and backspace in select mode Alex Plate 2019-04-08 20:57:43 +03:00
  • 79aed6b7b0 Add SAVE_VISUAL flag for commands Alex Plate 2019-04-08 20:05:18 +03:00
  • 740ef8a2d7 Update down motion Alex Plate 2019-04-08 16:00:35 +03:00
  • 68efd8f3d0 Properly handling of unexpected block selection Alex Plate 2019-04-08 13:24:13 +03:00
  • 6fe6e83cb9 Add mode, submode and caret colour checks to doTest method Alex Plate 2019-04-02 17:18:59 +03:00
  • 7ed7ac817d Fix KeyHandler reset after using templates Alex Plate 2019-04-02 16:27:13 +03:00
  • dc39f8fe76 Add Testing section to CONTRIBUTING.md Alex Plate 2019-04-02 00:15:33 +03:00