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

Commit Graph

  • 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
  • e1d4e2f526 Fix few caret position problems Alex Plate 2019-06-27 15:50:46 +03:00
  • f18e317dcf Reformat all listeners in project Alex Plate 2019-06-27 02:12:32 +03:00
  • e143a286ef Do not reset caret on small mouse dragging Alex Plate 2019-06-26 19:31:56 +03:00
  • faa9c26283 Reformat resetCursor function Alex Plate 2019-06-26 19:21:45 +03:00
  • da182f5539 Add protection for cases when vimSelectionStart is null in visual mode Alex Plate 2019-06-26 19:08:21 +03:00
  • ced51e37b4 Convert all commands to VimCommandAction Alex Plate 2019-06-26 18:51:55 +03:00
  • f61134fd69 Use VimCommandAction for insert commands Alex Plate 2019-06-26 15:43:01 +03:00
  • 578f60ba91 WIP: Renaming file 'ShiftRightLinesAction' with Kotlin extension Alex Plate 2019-06-26 15:29:42 +03:00
  • 02effac75c WIP: Renaming file 'ShiftLeftLinesAction' with Kotlin extension Alex Plate 2019-06-26 15:26:11 +03:00
  • 72f4b21aea Use VimCommandAction for COPY/PASTE actions Alex Plate 2019-06-26 13:53:58 +03:00
  • 1aa59afaf0 WIP: Renaming file 'YankLineAction' with Kotlin extension Alex Plate 2019-06-26 13:46:18 +03:00
  • 45df3ed168 Use VimCommandAction for NVO actions Alex Plate 2019-06-26 13:33:20 +03:00
  • b344972931 WIP: Renaming file 'MotionScrollPageUpAction' with Kotlin extension Alex Plate 2019-06-26 13:24:33 +03:00
  • 7886a816b2 WIP: Renaming file 'MotionScrollPageDownAction' with Kotlin extension Alex Plate 2019-06-26 13:12:21 +03:00
  • 4722730aff Move userData functions to UserDataManager.kt Alex Plate 2019-06-26 12:29:11 +03:00
  • 27a2c6192f Rename CaretData to UserDataManager Alex Plate 2019-06-25 16:49:15 +03:00
  • db77d133dc Use userData() for managing editor's user data Alex Plate 2019-06-25 16:48:46 +03:00
  • 000ebfaf2f Fix all missing @Override annotations Alex Plate 2019-06-25 15:04:32 +03:00
  • a47001516d Reformat HandlerBase Alex Plate 2019-06-25 15:01:30 +03:00
  • fa9901271a WIP: Renaming file 'EditorActionHandlerBase' with Kotlin extension Alex Plate 2019-06-24 19:34:26 +03:00
  • 913e8c355b Fix tests after reformat Alex Plate 2019-06-24 19:33:15 +03:00
  • aeef2f8948 Reformat ChangeEditorActionHandler Alex Plate 2019-06-24 18:19:29 +03:00
  • 9be8e2b5b9 WIP: Renaming file 'ChangeEditorActionHandler' with Kotlin extension Alex Plate 2019-06-24 17:47:07 +03:00
  • 99b68801d9 Remove CaretOrder Alex Plate 2019-06-24 17:44:57 +03:00
  • 4c766298f1 Change hierarchy of handlers Alex Plate 2019-06-24 17:32:28 +03:00
  • 2618d09ef8 VimCommandAction accepts EditorActionHandlerBase Alex Plate 2019-06-24 16:21:03 +03:00
  • 2bef98408c MotionEditorAction new inherits VimCommandAction Alex Plate 2019-06-24 15:54:55 +03:00
  • dbf90d4f37 Rename .java to .kt Alex Plate 2019-06-24 13:14:27 +03:00