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

Commit Graph

  • 949e9216ff Updated README.md lippfi 2021-09-15 17:32:14 +03:00
  • 547835f59d Added roadmap & list of implemented functions lippfi 2021-09-15 17:31:50 +03:00
  • 464ed17741 Update changelog Alex Plate 2021-09-15 08:45:49 +00:00
  • 1ca8b06d74 Fix(VIM-2387): Fix coping with unnamed and ideaput Alex Plate 2021-09-15 11:43:38 +03:00
  • 5312549db1 Update changelog Alex Plate 2021-09-13 07:47:14 +00:00
  • 21a8a0467f Update links to discord server Alex Plate 2021-09-10 09:57:49 +03:00
  • c5dfd43e48 fix(VIM-2392): Fix possible out of bounds exception Alex Plate 2021-09-10 09:54:06 +03:00
  • 879bc9bd98 Add some comments Alex Plate 2021-09-09 11:12:40 +03:00
  • 5a484c3952 Fix changelog formatting Alex Plate 2021-09-08 13:11:27 +03:00
  • a1dd917227 Update changelog Alex Plate 2021-09-08 08:53:09 +00:00
  • 6186fa7e1b fix(VIM-2368): Do not remove selection on right click Alex Plate 2021-09-08 11:50:28 +03:00
  • 2c227955c7 Remove extra white space in file name Alex Plate 2021-09-07 16:24:11 +03:00
  • 1ac50714f5 Update README.md Alex Pláte 2021-09-07 18:57:17 +03:00
  • fd1d6a98f1 Fixed sublist expression for lists lippfi 2021-08-17 15:10:16 +03:00
  • 43b5e7e644 Now all the exceptions are caught lippfi 2021-08-17 14:43:27 +03:00
  • 13ab68e5b1 Much better sublists lippfi 2021-08-17 14:30:32 +03:00
  • 165caab526 Fixed function scope (library functions do not modify vimContext anymore) lippfi 2021-08-17 14:03:43 +03:00
  • 187e5a752a Fixed operators precedence lippfi 2021-08-17 14:02:47 +03:00
  • dc81568c45 Fixed less binary operator lippfi 2021-08-17 13:59:15 +03:00
  • 9fe9d92e04 Updated changelog lippfi 2021-08-17 11:48:55 +03:00
  • 1e550ac0a3 Map <expr> with invalid expression test lippfi 2021-08-17 11:46:26 +03:00
  • 1190209409 We do not fix invalid commands or expressions anymore lippfi 2021-08-17 11:45:55 +03:00
  • c7cc6b54bf Support g:surround_no_mappings variable in vim-surround Alex Plate 2021-08-17 11:32:25 +03:00
  • c1afce2939 Use latest EAP to develop the plugin Alex Plate 2021-08-17 10:00:38 +03:00
  • aa40c04302 Added test with caret return symbol lippfi 2021-08-17 10:59:49 +03:00
  • bddf07efee Added E15 exception to map <expr> lippfi 2021-08-17 01:09:39 +03:00
  • c8a45cb085 Added 'map <expr>' lippfi 2021-08-14 17:26:21 +03:00
  • f6720b3d37 Made ranges great again lippfi 2021-08-16 22:26:07 +03:00
  • 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