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

Commit Graph

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