1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-22 01:15:48 +02:00

Commit Graph

  • 4b2ed33cdd Implement UserDataHolder for EditorDataContext, so that handlers like AutoHardWrapHandler can store user data in the context delegate. Thomas Schouten 2022-02-23 19:54:25 +0100
  • 5fa48fc7dd
    Extract KeyMappingLayer and MappingInfoLayer Alex Plate 2022-02-22 18:45:38 +0300
  • e028c269b7
    Move VimRegisterGroup to vim-engine Alex Plate 2022-02-22 17:58:15 +0300
  • 9798c7aca2
    Rename .java to .kt Alex Plate 2022-02-22 17:58:14 +0300
  • b5bca78ef4
    Move register group to vim-engine Alex Plate 2022-02-22 17:12:15 +0300
  • 1c619cfc74
    Rename .java to .kt Alex Plate 2022-02-22 17:12:14 +0300
  • dc5832a44c
    Convert TextObjectAction to new API Alex Plate 2022-02-22 16:11:09 +0300
  • 8fd64afc90
    Move CommandFlags to vim-engine Alex Plate 2022-02-22 15:45:04 +0300
  • 1484f4e370
    Use VimCaret api in MotionActionHandler Alex Plate 2022-02-22 15:44:05 +0300
  • 32df1597c4
    Move noneOfEnum to engine Alex Plate 2022-02-22 14:44:22 +0300
  • 707b750ff1
    Unbind VimSelection from IJ Alex Plate 2022-02-22 10:27:38 +0300
  • 3388c8517b
    Remove unused OptionService import Alex Plate 2022-02-21 17:38:00 +0300
  • 60a8e0d5f5
    Rename Scope to OptionsScope and move it to vim-engine Alex Plate 2022-02-21 17:29:45 +0300
  • 5a757a58b5
    Move OptionConstants.kt to vim-engine Alex Plate 2022-02-21 17:23:25 +0300
  • 2e555b6eaa
    Move CommandState.kt to injector Alex Plate 2022-02-21 17:21:00 +0300
  • c57277cc15
    Move Nodes.kt to vim-engine Alex Plate 2022-02-21 16:28:51 +0300
  • bf035d42af
    Add some methods to VimEditor Alex Plate 2022-02-21 16:28:02 +0300
  • 8cb6f9b65f
    Move MessageHelper to injector Alex Plate 2022-02-21 16:15:11 +0300
  • fcbc4a0688
    Rename some methods in messages Alex Plate 2022-02-21 16:12:36 +0300
  • 42bc15c8ea
    Remove VimPlugin from DigraphSequence Alex Plate 2022-02-21 15:46:31 +0300
  • 992231bcad
    Use services in vim injector Alex Plate 2022-02-22 11:47:53 +0300
  • 6d494c99e3
    Use vimlogger and injector in MappingState Alex Plate 2022-02-21 15:31:22 +0300
  • a848f2175a
    Move CurrentCommandState to vim-engine Alex Plate 2022-02-21 15:29:18 +0300
  • 4e6a2f951b
    Move MappingMode to vim-engine Alex Plate 2022-02-21 15:28:09 +0300
  • 5a41bbe806
    Update usage of toUpperCase Alex Plate 2022-02-21 15:21:31 +0300
  • 066e6619af Fix ActionTracker rule lippfi 2022-02-21 18:53:00 +0300
  • f0dbabd20f
    Update formatting Alex Plate 2022-02-21 11:56:52 +0300
  • 35c0e33ec4
    Upgrade API to kotlin 1.5 Alex Plate 2022-02-21 11:51:13 +0300
  • a5715dac7d
    Inline capitalize function Alex Plate 2022-02-21 11:30:01 +0300
  • cdb9af5ab6
    Convert StringHelper to kotlin Alex Plate 2022-02-21 11:24:31 +0300
  • 19c05c23f3
    Rename .java to .kt Alex Plate 2022-02-21 11:24:30 +0300
  • 12c744c1ba Update formatting Alex Plate 2022-02-20 00:15:01 +0000
  • 604a6a5140
    Convert DigraphSequence.kt to kotlin Alex Plate 2022-02-18 19:21:50 +0300
  • 62aae7b7c4
    Rename .java to .kt Alex Plate 2022-02-18 19:21:50 +0300
  • 2ea899330c
    Move DigraphResult.kt to vim-engine Alex Plate 2022-02-18 19:12:29 +0300
  • 3574db020f
    Convert DigraphResult.kt to kotlin Alex Plate 2022-02-18 19:10:19 +0300
  • b2ae2a38ec
    Rename .java to .kt Alex Plate 2022-02-18 19:10:19 +0300
  • 04ebb6077a
    Move some classes to vim engine Alex Plate 2022-02-18 19:08:07 +0300
  • d5062944d0
    Rename vim-engin folder to kotlin and change VimEditor package Alex Plate 2022-02-18 18:21:49 +0300
  • dc181ce0ce
    Exclude kotlin runtime from IdeaVim builds Alex Plate 2022-02-18 13:09:53 +0300
  • 042e3388b0
    Move VimEditor to vim-engine Alex Plate 2022-02-17 19:00:20 +0300
  • d4a1ffa9a9
    Update package structure Alex Plate 2022-02-17 18:27:17 +0300
  • 54927d0af7
    Move VimLogger to vim-engine Alex Plate 2022-02-17 18:19:30 +0300
  • d26765e217
    Create vim-engine module Alex Plate 2022-02-17 18:16:46 +0300
  • 277b4e63c3
    Introduce ActionInitiator Alex Plate 2022-02-17 16:43:18 +0300
  • 848514405b
    Remove usages of VimPlugin from keyHandler Alex Plate 2022-02-17 16:15:15 +0300
  • 7b8fd0ee55
    Extract vim messages into a separate service Alex Plate 2022-02-17 13:43:48 +0300
  • d373ebac58
    Use optionService from injector Alex Plate 2022-02-17 13:24:06 +0300
  • 370ccc5254 Hardcode extension names lippfi 2022-02-17 14:31:25 +0300
  • 9272fc8cd7 Fix parseKeys lippfi 2022-02-15 18:33:16 +0300
  • 22cfdbae0a Bump mockito-kotlin from 3.2.0 to 4.0.0 dependabot[bot] 2022-02-16 15:03:03 +0000
  • f49f5e5d25
    Roll back working version of changelog plugin Alex Plate 2022-02-17 12:45:09 +0300
  • 118c12e7fe
    Prepare to 1.10.0 release Alex Plate 2022-02-17 11:44:55 +0300
  • 02a7eb34ee
    [TC]: Update version Alex Plate 2022-02-17 11:42:00 +0300
  • 739390739e
    [TC]: Register VCS root Alex Plate 2022-02-17 10:56:57 +0300
  • 6b2ead0d4e
    [TC]: Remove old tests from TC build Alex Plate 2022-02-17 10:52:51 +0300
  • 1eaf9e7b17
    [TC]: Apply patches Alex Plate 2022-02-17 10:45:12 +0300
  • 954e1a9099
    Remove IJ api from MotionActionHandler Alex Plate 2022-02-16 18:28:28 +0300
  • 5aeff6f914
    Remove IJ api from EditorActionHandlerBase Alex Plate 2022-02-16 17:16:01 +0300
  • fb15049fbf
    Include forEachCaret to VimEditor Alex Plate 2022-02-16 16:39:31 +0300
  • 6f3a9c210e
    Convert Argument to new API Alex Plate 2022-02-16 14:21:17 +0300
  • 6fdd6d839e
    Remove IJ API from CommandBuilder Alex Plate 2022-02-16 14:00:03 +0300
  • ac1101a410
    Update wrapInsertedTextWithVisualMarks code Alex Plate 2022-02-16 12:53:40 +0300
  • 2fd33e6ec2
    Unbind command state from IJ api Alex Plate 2022-02-15 21:46:06 +0300
  • 779c69a982
    Abstract action executor Alex Plate 2022-02-15 16:07:19 +0300
  • 3494286e66
    Rename .java to .kt Alex Plate 2022-02-15 16:07:18 +0300
  • 139b78d7f4
    Add a protection from an accidental usage of equals in VimCaret and VimEditor Alex Plate 2022-02-15 15:08:22 +0300
  • daee2f615c
    Remove IjVimEditor usages from KeyHandler Alex Plate 2022-02-15 14:47:57 +0300
  • 710825ec28
    Fix incorrect usage of template presentation Alex Plate 2022-02-15 14:46:11 +0300
  • 478539911b
    Update MappingInfo to use new api Alex Plate 2022-02-15 14:00:09 +0300
  • b21d984cf8
    Switch from application service to singleton Alex Plate 2022-02-15 11:30:35 +0300
  • 1a92cebf6b
    Reformat KeyHandler Alex Plate 2022-02-15 11:27:08 +0300
  • fd3f939526
    Remove few dependencies to IJ API Alex Plate 2022-02-15 11:26:47 +0300
  • 7d28760fa1
    Inline several methods into beforHandleKey Alex Plate 2022-02-15 11:17:42 +0300
  • 4a0a1c95a9
    Remove a few IJ classes from KeyHandler Alex Plate 2022-02-14 15:54:20 +0300
  • 9da0c10141
    Remove Ref from KeyHandler Alex Plate 2022-02-14 15:42:18 +0300
  • 43b9ecdf3c
    Get rid of Editor in KeyHandler.kt Alex Plate 2022-02-14 15:29:56 +0300
  • 987952a2f2
    Get rid of DataContext in KeyHandler.kt Alex Plate 2022-02-14 15:11:32 +0300
  • 92f6ac57ad
    Remove usages of flushDelayedKeyEvents Alex Plate 2022-02-14 15:04:13 +0300
  • b4af51f3cc
    Add vim implementation of logger Alex Plate 2022-02-14 14:51:26 +0300
  • 4ba6e62ada Fix gv lippfi 2022-02-15 13:42:40 +0300
  • 58d5924e80
    Update changelist Alex Plate 2022-02-14 11:27:23 +0300
  • 8f55551339 Mocked tests for tabmove lippfi 2022-02-12 06:29:04 +0300
  • 9229497be8 Add David Dadon to contributors list Alex Plate 2022-02-14 08:25:42 +0000
  • 99e77cd8ed Update ideajoin-examples.md Alex Pláte 2022-02-14 11:22:19 +0300
  • 8d8809238c Add shortcut to ideajoin example David Dadon 2022-02-12 10:57:31 +0100
  • f03d574e86 Update formatting Alex Plate 2022-02-13 00:12:41 +0000
  • cbb5fbe92e Add vimscript statistic lippfi 2022-02-11 14:54:34 +0300
  • 6a376ad62c Add shortcut conflict statistic lippfi 2022-02-11 14:53:09 +0300
  • 8e61853459 Add PluginState statistic lippfi 2022-02-11 14:51:44 +0300
  • b17bc1bb3e Add ActionTracker statistic lippfi 2022-02-11 14:48:15 +0300
  • 1343c7603b Rename VimStatistic to OptionState lippfi 2022-02-11 14:46:18 +0300
  • 5b5a4b1347
    Fix tests Alex Plate 2022-02-11 11:26:12 +0300
  • 62fb3f9c5a
    Make IdeaVim compatible with 213+ only Alex Plate 2022-02-11 10:58:38 +0300
  • 986378db42
    Comment out two incompatipable tests Alex Plate 2022-02-11 10:21:58 +0300
  • ce99c26c03
    Introduce ExecutionContext - abstract context holder Alex Plate 2022-02-10 18:03:40 +0300
  • 3571595838
    Use VimEditor in Local scope of options Alex Plate 2022-02-10 17:10:30 +0300
  • c0c450124f
    Fix test Alex Plate 2022-02-10 17:07:39 +0300
  • aa62022218
    Reorder functions Alex Plate 2022-02-10 16:26:36 +0300
  • 71c27babfd
    Update tests Alex Plate 2022-02-10 16:24:13 +0300