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

Commit Graph

  • 1190209409 We do not fix invalid commands or expressions anymore lippfi 2021-08-17 11:45:55 +0300
  • c7cc6b54bf
    Support g:surround_no_mappings variable in vim-surround Alex Plate 2021-08-17 11:32:25 +0300
  • c1afce2939
    Use latest EAP to develop the plugin Alex Plate 2021-08-17 10:00:38 +0300
  • aa40c04302 Added test with caret return symbol lippfi 2021-08-17 10:59:49 +0300
  • bddf07efee Added E15 exception to map <expr> lippfi 2021-08-17 01:09:39 +0300
  • c8a45cb085 Added 'map <expr>' lippfi 2021-08-14 17:26:21 +0300
  • f6720b3d37 Made ranges great again lippfi 2021-08-16 22:26:07 +0300
  • dc8f5e9b25 Fixed beep lippfi 2021-08-16 21:02:45 +0300
  • 8a2d3e1aed "ideaVim ignore" comment lippfi 2021-08-16 20:22:24 +0300
  • afeaf4444b 'parseExpression' and 'parseCommand' can return null now lippfi 2021-08-16 19:55:30 +0300
  • f69a284b3f '\r' fix lippfi 2021-08-16 16:11:00 +0300
  • 9f1bb44824 More loyal grammar with parametrized tests lippfi 2021-08-16 15:45:08 +0300
  • 037a29551c Much safer parsing lippfi 2021-08-14 18:37:39 +0300
  • b4ea970c29
    Do not include empty Fixes changelog entry Alex Plate 2021-08-13 16:54:19 +0300
  • 719b80baa1 Added function flags to grammar & Added inline comment to let command & Fixed parser (visitor is no longer called in scripts with errors) lippfi 2021-08-13 13:33:46 +0300
  • f6002f05e0
    Delete GoToLineCommandTest.kt Alex Pláte 2021-08-13 10:45:53 +0300
  • 0867654347 Update changelog Alex Plate 2021-08-12 16:04:14 +0000
  • 687a6d8693
    Update changelog Alex Plate 2021-08-12 18:52:19 +0300
  • 6fc362cae2 Removed @deprecated from VimScriptGlobalEnvironment lippfi 2021-08-12 16:59:09 +0300
  • 5d03bae931 Log is cleared after each test lippfi 2021-08-12 12:54:34 +0300
  • 408e51535d Script's lines with errors are now skipped by parser lippfi 2021-08-11 23:07:41 +0300
  • d4749f4eb8 Lua code in .vimrc is skipped during parsing lippfi 2021-08-11 20:31:18 +0300
  • 829501c1b1 Decreased distribution size lippfi 2021-08-11 15:52:28 +0300
  • 88ef5a3467 More loyal to spaces and newlines grammar lippfi 2021-08-11 00:26:15 +0300
  • e52948efcc Renamed and moved handler tests lippfi 2021-08-10 23:10:11 +0300
  • 56466f889b Fixed map command names lippfi 2021-08-10 22:48:31 +0300
  • 5ecfab65fa Added more command names lippfi 2021-08-10 21:52:23 +0300
  • 98fc65ec43 Added comments to commands lippfi 2021-08-10 21:51:32 +0300
  • 3e37e2cdc4 NotImplementedError and wrong ranges handling lippfi 2021-08-10 19:55:38 +0300
  • 2efb08197f Parsing errors handling lippfi 2021-08-10 14:19:36 +0300
  • dd7cb72a25 Fixed tests for delfunction command lippfi 2021-08-10 13:40:49 +0300
  • b73fc88313 One-line statements can be written in multiline way lippfi 2021-08-07 18:38:58 +0300
  • 465db2cd22 Options support in let command lippfi 2021-08-07 15:46:57 +0300
  • 73c1dc8118 Added 'execute' command lippfi 2021-08-07 00:03:21 +0300
  • 509a202f93 Fixed commands that do not support inline comments lippfi 2021-08-06 23:16:17 +0300
  • 09a9884b9f UnknownCommand class and cleanup lippfi 2021-08-06 22:57:28 +0300
  • 6afc5aa98e Better executor lippfi 2021-08-06 22:56:22 +0300
  • 9e497fb5e8 Nonnull editor & dataContext in function handlers lippfi 2021-08-06 22:54:45 +0300
  • 16476256c3 Replaced handlers with commands lippfi 2021-08-06 22:52:55 +0300
  • 623430359a Execute method accepts only nonnull editor and dataContext lippfi 2021-08-03 16:36:38 +0300
  • 6ab53802df
    Add tests for caret attributes in nested modes Matt Ellis 2021-08-10 17:29:00 +0100
  • d5f877b83d
    Update github task to run UI tests Alex Plate 2021-08-04 16:11:05 +0300
  • 0b33702712
    Mute some nvim tests Alex Plate 2021-08-04 16:03:53 +0300
  • 10fce45248
    Include few delays in UI test Alex Plate 2021-08-04 15:53:49 +0300
  • b39e5ba1d5
    Exclude vim script tests from neovim testing Alex Plate 2021-08-04 15:41:04 +0300
  • 700df030f0
    Use different approach of setting defaults for nvim Alex Plate 2021-08-04 15:00:14 +0300
  • a44fe15fea
    Update col and line functions Alex Plate 2021-08-04 13:47:39 +0300
  • 12d1553f5a
    Remove double copyright note Alex Plate 2021-08-04 11:22:06 +0300
  • 503c2580d7 Fixed last command register for ExCommands lippfi 2021-08-04 11:44:43 +0300
  • 8ab9509ceb Last command register fix lippfi 2021-08-04 09:49:06 +0300
  • 197eded6d0
    Add test for storing ex command to : register Alex Plate 2021-08-04 03:02:18 +0300
  • 1813ad400a
    Support line and col functions Alex Plate 2021-08-03 20:22:35 +0300
  • a1b048a2f9
    Add conversion from vimDataType to VimNumber Alex Plate 2021-08-03 19:59:15 +0300
  • cb43ad3488
    Create a helper method to get vim line Alex Plate 2021-08-03 17:57:33 +0300
  • e8daf67276
    Small refactoring of VimInt Alex Plate 2021-08-03 17:27:09 +0300
  • 00ef191ad0
    Define VimInt constants, add method to convert bool to VimInt Alex Plate 2021-08-03 17:24:16 +0300
  • e8d559f6d0
    Support empty function Alex Plate 2021-08-03 17:15:13 +0300
  • 82ed892166 Grammar refactoring lippfi 2021-08-03 11:54:49 +0300
  • 45bd4a72a4
    Kotlin compilation now depends on grammar generation Alex Plate 2021-08-03 09:49:22 +0300
  • 7196d83833 Formatting lippfi 2021-07-31 12:37:08 +0300
  • 2b7c311a2b Removed "originalString" property from commands lippfi 2021-07-31 11:31:01 +0300
  • 7ef4e45945 Better exception handling lippfi 2021-07-30 18:57:02 +0300
  • db08ea1587
    Add Filipp Vakhitov to contributors list Alex Plate 2021-07-30 17:53:47 +0300
  • af3227684b
    Use user login on missing name Alex Plate 2021-06-05 02:33:04 +0300
  • 46788cc6c6 Added vimScript package & antlr grammar lippfi 2021-07-30 15:40:34 +0300
  • 70a45f3dc8
    Treat use block caret option as caret override Matt Ellis 2021-07-29 21:20:28 +0100
  • d63e3dadbc
    Merge branch 'master' into feature/guicursor Matt Ellis 2021-07-28 23:07:47 +0100
  • 93109f1e19
    Add additional logging for keys execution Alex Plate 2021-07-28 11:26:09 +0300
  • c4e74ee8a5
    Update qodana.yaml file Alex Plate 2021-07-26 19:29:12 +0300
  • 534fbe1a6b
    Tests: reset repeat between tests Alex Plate 2021-07-26 19:07:46 +0300
  • e9f0c032a4
    UI test: update tests formatting Alex Plate 2021-07-26 18:57:37 +0300
  • 293307e63d
    UI tests: fix reenable vim execution Alex Plate 2021-07-26 18:41:50 +0300
  • 2701522605
    UI tests: Take screenshots during test Alex Plate 2021-07-26 17:52:14 +0300
  • 98666855ad
    UI tests: Add a step of closing all existing tabs Alex Plate 2021-07-26 14:22:09 +0300
  • adca9cf292 TeamCity change in 'IntelliJ IDEA plugins / IdeaVim' project: runners of 'Qodana checks' build configuration were updated aleksei.plate 2021-07-26 10:28:07 +0000
  • fc20acd8cb
    Fix compilation issue for older versions of IJ Alex Plate 2021-07-26 13:25:26 +0300
  • 6744e86b62
    Catch exceptions during screenshot catching Alex Plate 2021-07-26 11:24:24 +0300
  • 5ad202f482
    Run linter Alex Plate 2021-07-26 11:21:05 +0300
  • 80edb3b8f2
    Create UI test for wrapping with if Alex Plate 2021-07-26 03:41:26 +0300
  • 3bc8c80422
    Create a UI test for enabling and disabling emulator Alex Plate 2021-07-26 03:14:15 +0300
  • 4ac19ef8da
    Run UI tests daily Alex Plate 2021-07-26 01:51:51 +0300
  • 797bce2eac Update formatting Alex Plate 2021-07-25 00:08:49 +0000
  • 807e80780d
    Update changelog Alex Plate 2021-07-23 13:01:55 +0300
  • a58ca80fc9 fixed Ide Fatal Errors added UI tests reporting eugene.nizienko 2021-07-23 01:32:52 +0200
  • 4158bf1663
    Upload artifact from the correct directory Alex Plate 2021-07-23 11:40:47 +0300
  • cd0c594efb
    Put some properties to gradle file Alex Plate 2021-07-23 11:20:36 +0300
  • 648d4d961d
    Use correct gradle tasks names Alex Plate 2021-07-23 10:43:48 +0300
  • 9bca6f77d6
    Add ui tests job Alex Plate 2021-07-23 10:40:36 +0300
  • c33718c39d
    Update gradle-changelog configurations Alex Plate 2021-07-23 09:35:45 +0300
  • 19b51a4a69
    Add docs for types of motion Alex Plate 2021-07-22 11:13:58 +0300
  • f9e5bc43c6 Bump remote-robot from 0.11.5 to 0.11.6 dependabot[bot] 2021-07-21 15:02:30 +0000
  • 42383948b7 Bump org.jetbrains.changelog from 1.1.2 to 1.2.0 dependabot[bot] 2021-07-07 15:02:32 +0000
  • 5f8a1723ba Update changelog Alex Plate 2021-07-20 06:37:16 +0000
  • b8086cb509
    Prepare to the 0.69 release Alex Plate 2021-07-20 09:35:42 +0300
  • e2cd0d1246
    Update changelog Alex Plate 2021-07-19 14:44:51 +0300
  • 9fbb9ac957
    Update changelog Alex Plate 2021-07-02 10:27:59 +0300
  • f64439dab9
    Remove unused function Alex Plate 2021-07-01 22:24:39 +0300
  • fe423d0b46
    Log text after test Alex Plate 2021-07-01 20:13:19 +0300
  • 5018b0e9ff
    Change action place for IdeaVim actions Alex Plate 2021-07-01 19:52:20 +0300
  • 8b0a650631
    Update qodana script Alex Plate 2021-07-01 19:30:29 +0300