1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-11-05 04:22:18 +01:00

Commit Graph

  • 48ac99a29b WIP: Renaming file 'ExKeyBindings' with Kotlin extension Alex Plate 2019-07-25 17:20:59 +03:00
  • 2c4f2139dd Fix warnings Alex Plate 2019-07-25 13:52:07 +03:00
  • 47236c1e6c Convert VimSurroundExtenstionTest to kotlin Alex Plate 2019-07-25 13:28:00 +03:00
  • 5d8996dc38 WIP: Renaming file 'VimSurroundExtensionTest' with Kotlin extension Alex Plate 2019-07-25 13:24:00 +03:00
  • 9feff84125 [VIM-1710] Fix opening empty file with "relative number" enabled Alex Plate 2019-07-24 16:34:12 +03:00
  • c0fc62a1d6 [VIM-1712] Fix Y command for visual mode Alex Plate 2019-07-24 15:56:19 +03:00
  • 6b06d58759 [VIM-1711] Search is not triggered during surround action Alex Plate 2019-07-24 15:07:52 +03:00
  • d06f2a2d18 Move ideajoin examples to wiki Alex Plate 2019-07-24 12:20:23 +03:00
  • 7c5dca202e Preparation to 0.52 version 0.52 Alex Plate 2019-07-23 14:18:31 +03:00
  • 055e006c27 Github doesn't recognize jetbrains:// url Alex Plate 2019-07-22 16:22:05 +03:00
  • 2f11451f9d Update EAP section for README Alex Plate 2019-07-22 14:51:38 +03:00
  • 5b8d5ca72a Add test for template notification Alex Plate 2019-07-18 17:39:02 +03:00
  • 40cd8b65d7 Revert "Update deprecated method" Alex Plate 2019-07-18 17:25:14 +03:00
  • 3ec6bb84ee Update deprecated method Alex Plate 2019-07-18 17:17:44 +03:00
  • 180c870208 Add notification for enabling select mode while template editing Alex Plate 2019-07-18 17:13:02 +03:00
  • 5a81d02271 Create doc with explanation of handlers and commands structure Alex Plate 2019-07-18 14:17:45 +03:00
  • 465abf47c8 Use enum for parser state machine Alex Plate 2019-07-18 13:24:04 +03:00
  • 54544c2683 [VIM-1359] Fix behavior of i_Ctrl-W action Alex Plate 2019-07-18 12:32:09 +03:00
  • cf41b8745a Fixing execution actions from visual mode Alex Plate 2019-07-17 20:14:51 +03:00
  • 1a1fc8604a Remove unused arguments from some methods Alex Plate 2019-07-17 18:19:15 +03:00
  • b9ecf20596 Reorganize tests for ex commands Alex Plate 2019-07-17 16:00:41 +03:00
  • 1326e8470a Update docs of IdeaVim Alex Plate 2019-07-17 15:39:20 +03:00
  • 68ae03ef85 Replace behaviour to the american-style behavior Alex Plate 2019-07-17 14:39:09 +03:00
  • 8750c30b7d Move to selection start/end in select mode if template is active Alex Plate 2019-07-17 14:19:31 +03:00
  • 869945e68c Extract template checking into separate file Alex Plate 2019-07-17 13:41:10 +03:00
  • c263881586 Log about new shape of caret Alex Plate 2019-07-17 13:26:09 +03:00
  • b56c82cefb Move tests to correct package Alex Plate 2019-07-17 12:54:43 +03:00
  • 7d936041c0 Create toSimpleString function for CommandState.State Alex Plate 2019-07-16 19:12:12 +03:00
  • 8208def57a Add logging to entering visual mode Alex Plate 2019-07-16 17:22:10 +03:00
  • a0ead808d5 Add tests for put with idea Alex Plate 2019-07-16 16:59:15 +03:00
  • 95e7464962 Remove mnemonics for actions Alex Plate 2019-07-16 15:41:10 +03:00
  • 21a299cb2b Test notifications for ideajoin and ideaput Alex Plate 2019-07-16 15:28:29 +03:00
  • 4f644ee1fe Add notification about ideaput option Alex Plate 2019-07-16 13:36:48 +03:00
  • 0f7528b73b Create VimState class and move isIdeaJoinNotified to it Alex Plate 2019-07-16 12:25:32 +03:00
  • 354262ba9b Update ideajoin notification Alex Plate 2019-07-15 19:50:52 +03:00
  • 7790674d9d Add examples of ideajoin option Alex Plate 2019-07-15 17:26:14 +03:00
  • 707fb53dda Move all notifications to notification service Alex Plate 2019-07-15 16:23:40 +03:00
  • 6f356f8390 Replace some java methods with kotlin functions Alex Plate 2019-07-15 14:25:26 +03:00
  • dc2530957f Rename smartjoin with ideajoin Alex Plate 2019-07-15 14:22:36 +03:00
  • e88dcae1a0 Rename idemarks to ideamarks Alex Plate 2019-07-15 14:19:48 +03:00
  • a5fff878c5 Add Brendan Annable to contributors list Alex Plate 2019-07-15 13:07:53 +03:00
  • d71d66e8be Merge pull request #199 from BrendanAnnable/patch-1 Alex Plate 2019-07-15 13:06:13 +03:00
  • 54275a8870 Fix link typo in CHANGES.md Brendan Annable 2019-07-15 10:25:32 +10:00
  • 90eda82045 [VIM-1698] Paste clears clipboard Alex Plate 2019-07-12 19:04:56 +03:00
  • 6816dc4f75 Update version of jb annotations Alex Plate 2019-07-12 16:36:39 +03:00
  • c17ad0ef2d Fix back search in texts with tabs Alex Plate 2019-07-12 16:11:59 +03:00
  • 3f71f58454 Reformat CharPointer class Alex Plate 2019-07-12 14:31:15 +03:00
  • b2055ad44f Update email of Jonatan Tierno Alex Plate 2019-07-12 12:52:05 +03:00
  • b3eefc9e25 [VIM-1700] Add tests for some searches with tabs Alex Plate 2019-07-11 17:18:24 +03:00
  • 41baee7b43 Add VimFunctionMark and VimTestFunction annotations Alex Plate 2019-07-11 16:22:53 +03:00
  • fc7d6589bf Add function that converts dots to tabs in tests Alex Plate 2019-07-11 14:21:13 +03:00
  • e0e94e482a Add logs to controlSelection Alex Plate 2019-07-11 13:32:33 +03:00
  • c5964c270d Add logging to search process Alex Plate 2019-07-11 13:06:01 +03:00
  • 69c850d1ac Move toCharacterPosition and fromCharPositionToOffset methods to CharacterPosition class Alex Plate 2019-07-11 12:25:26 +03:00
  • 004d0146b7 WIP: Renaming file 'CharacterPosition' with Kotlin extension Alex Plate 2019-07-11 12:16:33 +03:00
  • cee9c81496 [VIM-1697] Fix wrong search with tab characters Alex Plate 2019-07-10 19:06:28 +03:00
  • 1c01097491 Add new options test Alex Plate 2019-07-10 16:43:30 +03:00
  • ae08438b7b Reformat vimOptionTestCase Alex Plate 2019-07-10 14:52:09 +03:00
  • 440b60bdba Update license formatting Alex Plate 2019-07-10 12:51:10 +03:00
  • d83bab55aa Make tabs more viewable for developers Alex Plate 2019-07-10 12:50:40 +03:00
  • e1f582bcfc Register new actions in info file Alex Plate 2019-07-09 19:01:24 +03:00
  • e50f95abb3 Reset modeBeforeEnteringNonVimVisual before each action Alex Plate 2019-07-09 18:41:33 +03:00
  • 4e16a8b6f9 Revert "Remove mode restoring after unexpected selection" Alex Plate 2019-07-09 15:18:46 +03:00
  • cf1ec16fdd Fix macro replay Alex Plate 2019-07-08 17:04:18 +03:00
  • e23f5cb159 Remove mode restoring after unexpected selection Alex Plate 2019-07-08 13:13:44 +03:00
  • 4d07171aaa Convert UndoRedoHelper to kotlin Alex Plate 2019-07-08 11:48:23 +03:00
  • 7c50662ef6 WIP: Renaming file 'UndoRedoHelper' with Kotlin extension Alex Plate 2019-07-08 11:46:44 +03:00
  • 90126b4d29 Remove unused action Alex Plate 2019-07-05 16:21:33 +03:00
  • 7580af1b5f Support ctrl-up and ctrl-down jumps Alex Plate 2019-07-05 16:07:57 +03:00
  • 8188203aed Remove version from javadocs Alex Plate 2019-07-05 14:17:17 +03:00
  • d91f5461d5 Plugin listeners are not loaded if plugin is disabled Alex Plate 2019-07-05 13:14:56 +03:00
  • 066b18c792 Do not move one char back in insert mode Alex Plate 2019-07-05 12:40:47 +03:00
  • 91de1004e6 Fix small code smells Alex Plate 2019-07-05 12:22:25 +03:00
  • fecd2d7111 Use BaseComponent instead of deprecated ApplicationComponent Alex Plate 2019-07-05 12:17:54 +03:00
  • 07dd0884f3 Fix "explicit type" inspection Alex Plate 2019-07-04 18:39:29 +03:00
  • a1fb97bd90 Remove some deprecations Alex Plate 2019-07-04 17:52:29 +03:00
  • 2e002d76b2 Replace deprecated getTopLevelEditor method Alex Plate 2019-07-04 17:40:13 +03:00
  • aa13742c9a Remove deprecated rightJustify and leftJustify methods Alex Plate 2019-07-04 17:09:56 +03:00
  • 7effcb3aac Define action place for executable actions Alex Plate 2019-07-04 16:48:23 +03:00
  • 19a4610373 Add tests for visual change functionality Alex Plate 2019-07-03 18:11:19 +03:00
  • 4cdbbaa35d Token-based auth for publishing the plugin Andrey Vlasovskikh 2019-07-02 18:40:23 +03:00
  • e2a8ba7f0c Add gradle task with slack notifications about EAP releases Alex Plate 2019-07-02 17:28:12 +03:00
  • 1923e14ac4 Update CHANGES Alex Plate 2019-07-02 16:04:33 +03:00
  • 6d1869af61 [VIM-1668] Fix smart step into Alex Plate 2019-07-02 14:22:15 +03:00
  • 6e005a0c62 Fir exception in paste via IDE Alex Plate 2019-07-02 13:18:48 +03:00
  • 5d88558b36 Update kotlin version Alex Plate 2019-07-02 12:44:50 +03:00
  • 2770634627 Protection against wrong handlers Alex Plate 2019-07-01 20:14:27 +03:00
  • 1602ab2355 Add logs to controlNonVimSelectionChange Alex Plate 2019-07-01 17:30:28 +03:00
  • 7a37cb6f0b Checking whether current mode is command before entering insert mode Alex Plate 2019-07-01 16:21:55 +03:00
  • 4d6de7500e [VIM-752] Finish template from normal mode Alex Plate 2019-07-01 15:33:09 +03:00
  • 13d36de121 WIP: Renaming file 'MotionDownFirstNonSpaceAction' with Kotlin extension Alex Plate 2019-07-01 15:05:22 +03:00
  • ae992ed366 Convert Argument.java to kotlin Alex Plate 2019-07-01 14:48:27 +03:00
  • c03b16a6e8 WIP: Renaming file 'Argument' with Kotlin extension Alex Plate 2019-07-01 14:39:40 +03:00
  • 7823291b44 Fix NPE while moving caret Alex Plate 2019-07-01 14:31:44 +03:00
  • 59d79cc329 Add debug info about pushing and popping state Alex Plate 2019-07-01 14:24:32 +03:00
  • c24ebf3427 Create test for validating info file Alex Plate 2019-06-28 14:22:50 +03:00
  • 434d5be26c Enable identity checker for unit test mode Alex Plate 2019-06-28 12:38:39 +03:00
  • f904ceae7a Remove bad test Alex Plate 2019-06-28 12:21:02 +03:00
  • 9e62eefee0 Write better logs during execution Alex Plate 2019-06-27 19:57:30 +03:00
  • 7fdb31abf0 Fix problems of actions registration Alex Plate 2019-06-27 19:34:15 +03:00