Commit Graph
181 Commits
Author SHA1 Message Date
Alex Plate 2b1198dfd9 Rename extensions to plugins to be more consistent 2022-11-30 08:11:39 +02:00
Alex Plate fd0819ca30 Add link to plugins 2022-11-28 17:36:57 +02:00
Alex Plate 7cbe63e484 Move some editor functions to engine 2022-11-16 23:21:22 +01:00
Matt EllisandAlex Pláte e0b51d653a Move action to correct package 2022-11-15 10:34:12 +02:00
Alex Plate 785f29abf8 Fix some qodana inspections 2022-11-10 13:38:18 +02:00
Alex Plate 2cfbff5cf6 Move nerdtree action to background thread 2022-11-08 10:02:47 +02:00
Alex Plate d461fe555d Refactor status bar icon 2022-11-04 09:55:34 +02:00
Alex Plate 2355435275 Update copyright 2022-11-04 09:24:03 +02:00
Alex Plate 4781d29d67 Prepare to 2.0.0 version 2022-11-01 20:08:27 +02:00
Alex Plate 4300cf5330 Prepare to 1.12.0 release 2022-11-01 19:11:28 +02:00
Alex Plate 68e285b514 Update plugin.xml 2022-10-27 11:25:43 +03:00
Alex Plate 1105529e91 Update minimal IJ version to 223 2022-10-27 10:29:58 +03:00
Alex Plate c131cb338e Update description in plugin.xml 2022-10-17 15:45:14 +03:00
Alex Plate a131b7d29a Update IdeaVim motto 2022-10-17 12:35:05 +03:00
Alex Plate 871b60fe8d Revert "[New Typing Handler]: Switch j command to new typing handler"
This reverts commit 43a79dba
2022-09-12 09:30:22 +03:00
Alex Plate 43a79dbad4 [New Typing Handler]: Switch j command to new typing handler 2022-09-05 15:22:10 +03:00
Alex Plate 9498d0779c Revert "Refactoring IdeaVim to use editor actions instead of registering shortcuts in the editor"
This reverts commit b12fd5100f.
2022-08-15 18:59:35 +03:00
Alex Plate b12fd5100f Refactoring IdeaVim to use editor actions instead of registering shortcuts in the editor 2022-08-15 18:42:32 +03:00
Alex Plate 12903066b9 Workaround for VIM-2487 2022-08-12 09:45:07 +03:00
Alex Plate 89623b04d6 Update changelog 2022-08-09 10:25:14 +03:00
Alex Plate 162d7b021f Update reference to changes 2022-08-09 09:50:02 +03:00
Alex Plate dfc3df713e Update changelog 2022-07-07 12:22:46 +03:00
Alex Plate 0d9b81eab3 Update minimal version of IJ 2022-07-07 10:02:14 +03:00
Alex Plate 2b32cb26b1 Set since version in config 2022-07-06 20:39:30 +03:00
Alex Plate ba23c9ab5e Rename variable service 2022-07-05 11:27:53 +03:00
Alex Plate 6cd1a60b53 More compatibility 2022-07-04 10:33:31 +03:00
Alex Plate a575942c81 Compatibility 2022-07-04 09:49:50 +03:00
filipp 46ea752164 Add tolower(), toupper(), join() 2022-06-24 02:58:41 +06:00
filipp 5da9c5e1cd Move variableService logic to base class 2022-06-09 23:54:43 +06:00
filipp 53fdd891fb Move optionService logic to base class 2022-06-09 02:17:40 +06:00
filipp 3b3a036806 Remove StringHelper.kt & CommonStringHelper.kt 2022-06-03 22:22:49 +06:00
Matt Ellis 7d5176829b Merge branch 'master' into feature/commentary 2022-04-18 17:12:02 +01:00
Matt Ellis 4223da47d6 Refactor and simplify Commentary objects
Also introduces Visual support for the `g@` operator action
2022-04-12 22:05:48 +01:00
filipp e617fc4c34 Move some classes from vimscript package to engine 2022-04-10 15:57:46 +06:00
Alex Plate 351e3b15ea Move leftright package to vim-engine 2022-04-04 22:48:41 +03:00
Alex Plate 2b9b48ac2f Split PutGroup into base class 2022-04-03 23:48:21 +03:00
Alex Plate 4b49bb4737 Fix ]] and ][ commands
Discussion: 486
2022-03-29 12:12:48 +03:00
Alex Plate a1e6318bce Move register classes into the separate package 2022-03-24 17:42:03 +03:00
Alex Plate 8d4e9b8514 Move VimChangeGroup to vim-engine 2022-03-22 15:46:20 +03:00
Alex Plate db87b51784 Move some base classes to vim-engine 2022-03-22 15:44:33 +03:00
Alex Plate 8e2783962f Move OptionService to vim-engine 2022-02-28 12:00:04 +03:00
Alex Plate 905862ab9f Move some classes to vim-engine 2022-02-28 11:58:44 +03:00
Alex Plate e028c269b7 Move VimRegisterGroup to vim-engine 2022-02-22 18:11:05 +03:00
Alex Plate b5bca78ef4 Move register group to vim-engine 2022-02-22 17:12:15 +03:00
Alex Plate dc5832a44c Convert TextObjectAction to new API 2022-02-22 16:40:57 +03:00
Alex Plate 42bc15c8ea Remove VimPlugin from DigraphSequence 2022-02-22 12:39:09 +03:00
Alex Plate 04ebb6077a Move some classes to vim engine 2022-02-18 19:08:07 +03:00
Alex Plate 848514405b Remove usages of VimPlugin from keyHandler 2022-02-17 19:00:34 +03:00
Alex Plate 118c12e7fe Prepare to 1.10.0 release 2022-02-17 11:44:55 +03:00
lippfi 8f55551339 Mocked tests for tabmove 2022-02-14 13:11:58 +03:00