Commit Graph
8491 Commits
Author SHA1 Message Date
Alex Plate 5a174d21f1 Update CHANGES 2020-03-14 18:06:58 +03:00
Alex Plate e632c653f6 Add showcmd text to widget label 2020-03-14 18:05:38 +03:00
Alex Plate 174d17b088 VIM-1958 Fix X command for linewise selection 2020-03-14 18:00:45 +03:00
Alex Plate 3a35c931e4 Unignore some tests 2020-03-14 17:42:33 +03:00
Alex Plate b768b26c85 Remove some warnings 2020-03-14 17:28:14 +03:00
Alex Plate 123ce6ebaf Get rid of deprecated KeyEvents 2020-03-14 15:55:01 +03:00
Alex Plate 276c8db512 Fix some tests 2020-03-12 11:48:24 +03:00
Alex Plate f898b8d181 Fix mappings to <S-Space> 2020-03-12 11:25:14 +03:00
Alex Plate e9f9e531e4 Convert vim typed action to kt 2020-03-12 11:04:35 +03:00
Alex Plate a7d813cb86 Rename .java to .kt 2020-03-12 11:04:35 +03:00
Alex Plate 75b6eedb12 Remove unused class 2020-03-12 10:33:52 +03:00
Alex Plate ec6860aa90 Change the label of showcmd widget 2020-03-12 10:03:39 +03:00
Alex Plate 5cf661c6ae Fix exception during command typing 2020-03-10 14:58:35 +03:00
Alex Plate 8c62caae7c Fix compilation errors 2020-03-10 11:30:10 +03:00
Alex Plate cc6fe21af6 Update CHANGES.md 2020-03-10 10:28:17 +03:00
Alex PláteandGitHub 1902151efa Merge pull request #220 from citizenmatt/feature/showcmd
Implement showcmd
2020-03-10 10:24:36 +03:00
Alex PláteandGitHub b7af1e6289 Merge branch 'master' into feature/showcmd 2020-03-10 10:24:06 +03:00
Alex Plate 0c77b320db VIM-570 Print non-ascii characters in ex panel 2020-03-06 13:03:28 +03:00
Alex Plate ee41adc4e9 Update kotlin version 2020-03-06 09:54:57 +03:00
Alex PláteandGitHub 93462d7505 Merge pull request #221 from igrekster/master
argtextobj: support bracket pairs configuration via let g:argtextobj_pairs="..."
2020-03-06 09:54:33 +03:00
Alex Plate 2f5946640e Update changelog 0.55.2-EAP 2020-03-04 10:44:28 +03:00
Alex Plate 7cdb7dc308 Fix some tests for older versions of IDE 2020-03-04 10:32:05 +03:00
John Weigel 2f148255f7 Cleanup 2020-03-03 23:14:11 -06:00
John Weigel cb00b8b335 Merge remote-tracking branch 'upstream/master' into buffer_command 2020-03-03 23:10:00 -06:00
John Weigel 559b56c8a2 Minor updates 2020-03-03 23:05:32 -06:00
Alex Plate c0038d0373 Add John Weigel to contributors list 2020-03-03 11:11:09 +03:00
Alex Plate 2820decb5e Rename variable 2020-03-03 11:07:07 +03:00
Alex PláteandGitHub c64f368e6a Merge pull request #217 from angelbot/master
Add support for buffer list (buffers, files, ls)
2020-03-03 11:05:43 +03:00
Alex Plate b7c8e84f5e Minor cleanup 2020-03-03 11:03:36 +03:00
Alex Plate 5acf6c9158 Convert VimPlugin to service 2020-02-28 21:11:12 +03:00
Alex Plate a8197b0c84 Convert runnableHelper to kt 2020-02-28 18:15:40 +03:00
Alex Plate 2e03062c24 Rename .java to .kt 2020-02-28 18:15:39 +03:00
Alex Plate 7fb60a185b Update gradle version 2020-02-28 17:35:46 +03:00
Alex Plate 0327ea972b Make Open ideavimrc dumb aware 2020-02-28 10:29:38 +03:00
Alex Plate 561cc77ecc Move related methods closer to each other 2020-02-28 09:42:22 +03:00
Alex Plate a1ab4acd14 Add comment for EPs 2020-02-28 09:39:33 +03:00
Alex Plate d4939803da Update changelist 2020-02-27 14:27:13 +03:00
Alex PláteandGitHub 730ce3aca9 Merge pull request #226 from agrison/master
Implement the vim-textobj-entire plugin emulation.
2020-02-27 14:23:31 +03:00
Alexandre Grison 1893dc6afd Fixes from feedback.
Renamed `entiretextobj` to `textobj-entire` including packages and class name.
Renamed `<Plug>IncludingLeadingTrailing` to `<Plug>textobj-entire-a`.
Renamed `<Plug>IgnoringLeadingTrailing` to `<Plug>textobj-entire-i`.
Avoid iterating too much the buffer content.
2020-02-27 11:46:23 +01:00
igrekster 6ec39314ee argtextobj: support bracket pairs configuration via let g:argtextobj_pairs="..."
argtextobj by default only handles arguments inside parenthesis. This is
very limiting when editing C++ source files. This change allows the list
of bracket pairs to be configurable via a global IdeaVim variable. The
variable takes effect immediately.
2020-02-26 10:32:21 +11:00
John Weigel 158cea51db Add override test 2020-02-23 22:02:06 -06:00
John Weigel 33d34f35e9 Merge branch 'master' into buffer_command 2020-02-23 21:49:22 -06:00
John Weigel 1f4f40fd7c Merge remote-tracking branch 'upstream/master' 2020-02-23 21:48:30 -06:00
John Weigel 7c908b247e Merge branch 'master' into buffer_command 2020-02-23 21:14:21 -06:00
John Weigel c87528939b Fix buffer numbering bug with filters.
Update test to cover fix.
2020-02-23 21:11:36 -06:00
John Weigel 41c822fde1 Add support for buffer command. 2020-02-23 20:45:06 -06:00
Alex Plate e56646105d Add test bages 2020-02-21 12:05:05 +03:00
Alex Plate b8a40d93f7 Now every service handles it's state separately. VimLocalConfig is a service 2020-02-21 12:03:02 +03:00
Alexandre Grison 4bfc025248 Fixes typo 2020-02-20 12:24:38 +01:00
Alexandre Grison 36f6027b0e Implement the vim-textobj-entire plugin emulation. 2020-02-20 12:13:55 +01:00