1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-10-20 07:42:45 +02:00

Commit Graph

  • 74bf5ff044 Formatting and typos Andrey Vlasovskikh 2015-03-27 21:43:36 +0300
  • 0f7e9d11b6 Added test for VIM-845 Andrey Vlasovskikh 2015-03-27 21:43:19 +0300
  • 5fadc2fb9f Removed unused imports Andrey Vlasovskikh 2015-03-27 21:30:05 +0300
  • 96bbcf623f Removed unnecessary 'static' in enums Andrey Vlasovskikh 2015-03-27 21:20:17 +0300
  • 89e853158c Typos Andrey Vlasovskikh 2015-03-27 21:19:56 +0300
  • 5c31fcc03e Extracted CommandState.inVisualBlockMode() Andrey Vlasovskikh 2015-03-27 21:18:08 +0300
  • 3fee4a803b Merge remote-tracking branch 'dezgeg/fixes/visual-block-mode-overhaul' Andrey Vlasovskikh 2015-03-27 20:56:58 +0300
  • 8b61f559d7 Updated default code style settings Andrey Vlasovskikh 2015-03-24 23:52:04 +0300
  • 4bd058f5dc Updated changelog Andrey Vlasovskikh 2015-03-24 23:51:34 +0300
  • 999ccf87fc Merge remote-tracking branch 'dezgeg/fixes/vim-700-remap-zero' Andrey Vlasovskikh 2015-03-24 23:48:11 +0300
  • 4e45e885b9 Merge remote-tracking branch 'dezgeg/feature/ant-improvements' Andrey Vlasovskikh 2015-03-24 23:25:31 +0300
  • 6aee9ccaf1 build.xml: forkmode=once makes tests much faster Tuomas Tynkkynen 2014-11-22 06:10:51 +0200
  • af3c6ff012 build.xml: Generate XML reports from JUnit test reports Tuomas Tynkkynen 2014-11-22 05:47:40 +0200
  • 0c9bdf5168 Visual block mode overhaul Tuomas Tynkkynen 2015-02-21 15:41:47 +0200
  • 82a9587b4f Support comments in brace matching Tuomas Tynkkynen 2014-12-14 15:19:26 +0200
  • 850f4d7ec5 Make IdeaVIM build on latest intellij-community master Tuomas Tynkkynen 2015-02-21 12:53:21 +0200
  • 8d1dcc4568 VIM-700 Remapping '0' should still allow zero to be entered in count Tuomas Tynkkynen 2015-02-21 12:26:52 +0200
  • 3650ab85df Updated changelog Andrey Vlasovskikh 2015-01-21 19:50:50 +0300
  • e1e1cc2666 Code style Andrey Vlasovskikh 2015-01-21 19:49:41 +0300
  • 79fd32088b VIM-868 Allow count on 'gt' and 'gT' Tuomas Tynkkynen 2015-01-17 22:24:17 +0200
  • 458e0fc76d Updated changelog Andrey Vlasovskikh 2015-01-21 16:31:26 +0300
  • 5090c81632 VIM-856 Fix regex lookbehind bugs Tuomas Tynkkynen 2014-12-09 22:48:02 +0200
  • dcd035353b Updated IntelliJ version to the latest one available for download Andrey Vlasovskikh 2015-01-20 18:41:00 +0300
  • 8606ce21bd Added Jackson Popkin to the contributors Andrey Vlasovskikh 2015-01-20 17:47:50 +0300
  • 72537c6ffb Merge remote-tracking branch 'jdpopkin/relative_range' Andrey Vlasovskikh 2015-01-20 17:17:27 +0300
  • 30f9888f51 Merge remote-tracking branch 'selesse/sort-fix' Andrey Vlasovskikh 2015-01-20 16:06:36 +0300
  • d5a2b92121 Updated changelog Andrey Vlasovskikh 2015-01-20 15:59:39 +0300
  • fd3eee6870 Merge remote-tracking branch 'dezgeg/fixes/vim-864-visual-substitute-incorrect-visual-marks' Andrey Vlasovskikh 2015-01-20 15:50:17 +0300
  • 2d6d1003b7 Merge remote-tracking branch 'dezgeg/fixes/vim-575-split-cursor' Andrey Vlasovskikh 2015-01-20 15:44:46 +0300
  • 499c590f5a Merge remote-tracking branch 'dezgeg/unit-tests' Andrey Vlasovskikh 2015-01-20 15:36:18 +0300
  • 787b78ef36 Typo Andrey Vlasovskikh 2015-01-20 15:31:46 +0300
  • 88a0b0fa23 Removed unused ExEntryPanel.processKey() Andrey Vlasovskikh 2015-01-20 15:31:33 +0300
  • 1519f04930 Fixed potential NPEs Andrey Vlasovskikh 2015-01-20 15:30:17 +0300
  • e0a1291de0 Merge remote-tracking branch 'dezgeg/fixes/vim-210-ex-focus' Andrey Vlasovskikh 2015-01-20 15:27:55 +0300
  • 8a2d881002 Cleanup Andrey Vlasovskikh 2015-01-20 14:50:55 +0300
  • 4802b6f460 VIM-864 Fix visual marks getting changed during visual substitute Tuomas Tynkkynen 2014-12-24 17:39:30 +0200
  • 8c0e116a1c Fix incorrect behavior in substitution with offset ranges Jackson Popkin 2014-12-23 21:11:47 -0500
  • 8862878011 Fix broken sorting when sorting with leading whitespace Alex Selesse 2014-12-14 12:17:51 -0500
  • bdf3361243 VIM-575 Don't change cursor position of other splits in visual mode Tuomas Tynkkynen 2014-12-14 02:55:00 +0200
  • 6b5216077b Add few simple mark tests. Tuomas Tynkkynen 2014-11-23 06:05:47 +0200
  • 7e119f7963 Add tests for change number operations (<C-A>, <C-X>) Tuomas Tynkkynen 2014-11-23 05:35:13 +0200
  • 933cbc7e51 Add unit tests for some replace commands Tuomas Tynkkynen 2014-11-22 20:24:17 +0200
  • 65f30d4480 Add testcase for '>' in visual block mode Tuomas Tynkkynen 2014-11-15 02:12:03 +0200
  • 1f8d3f119e Add unit tests for Ex ranges Tuomas Tynkkynen 2014-11-11 23:44:44 +0200
  • 45fe858503 Add tests for case changing operations Tuomas Tynkkynen 2014-11-11 19:09:34 +0200
  • 0cc06ad186 Move ChangeActionTest.doTest() to VimTestCase. Tuomas Tynkkynen 2014-11-28 04:17:56 +0200
  • 18cd7547ad VIM-210 Fix focus issues with the Ex panel Tuomas Tynkkynen 2014-12-09 10:16:06 +0200
  • 7746a26062 VIM-855 Fix regexp character class bugs Tuomas Tynkkynen 2014-12-09 00:36:27 +0200
  • a47fc9d3be Don't share editor data contexts Andrey Vlasovskikh 2014-12-07 18:40:51 +0300
  • 8fdf75330c Updated changelog Andrey Vlasovskikh 2014-12-07 16:43:52 +0300
  • d6ebaa26b0 Merge branch 'invoke-shortcuts-handler-later' Andrey Vlasovskikh 2014-12-07 16:42:31 +0300
  • 27bd7ec836 Merge remote-tracking branch 'dezgeg/fixes/misc-issues' Andrey Vlasovskikh 2014-12-07 16:28:15 +0300
  • 6752058922 Version 0.39 0.39 Andrey Vlasovskikh 2014-12-03 16:07:30 +0300
  • b965108dad Updated changelog Andrey Vlasovskikh 2014-12-03 16:06:20 +0300
  • 6bf0f36567 Merge remote-tracking branch 'dezgeg/fixes/vim-702-fix-substitute-infinite-loop' Andrey Vlasovskikh 2014-12-03 15:59:43 +0300
  • 69f1a70968 VIM-848 Show line numbers if they are enabled in the settings and there is no 'set number' Andrey Vlasovskikh 2014-12-03 15:42:59 +0300
  • 47edfcac5e VIM-702 Fix infinite loop on s/$/\r/g Tuomas Tynkkynen 2014-12-03 13:18:32 +0200
  • c34599b954 Updated the changelog Andrey Vlasovskikh 2014-12-01 16:03:12 +0300
  • 48b371c985 Don't show line numbers in non-file editors Andrey Vlasovskikh 2014-12-01 15:54:48 +0300
  • 47165e7b9d EA-63002 Don't update line numbers in the caret movement event listener Andrey Vlasovskikh 2014-12-01 15:54:31 +0300
  • 69f4611552 Version 0.38 0.38 Andrey Vlasovskikh 2014-12-01 14:01:25 +0300
  • 31a25449a8 Updated the changelist Andrey Vlasovskikh 2014-12-01 13:59:34 +0300
  • 26a247c0bf Revert "Unified tests initialization for IntelliJ 13+ Community and Ultimate" Andrey Vlasovskikh 2014-11-28 22:29:15 +0300
  • 1c7cd23475 Updated IntelliJ version Andrey Vlasovskikh 2014-11-28 21:44:37 +0300
  • 296ef1bdf9 Unified tests initialization for IntelliJ 13+ Community and Ultimate Andrey Vlasovskikh 2014-11-28 20:22:43 +0300
  • f2a0408801 VIM-586 Try to invoke Vim shortcuts handler later to restore input events sequence Andrey Vlasovskikh 2014-11-27 15:09:06 +0300
  • 642659bc9b VIM-410 Use the standard editor line numbers for supporting 'nu' Andrey Vlasovskikh 2014-11-26 19:49:09 +0300
  • f0e8d065b7 Merge remote-tracking branch 'dezgeg/fixes/vim-723-paste-wrong-line' Andrey Vlasovskikh 2014-11-26 18:18:54 +0300
  • 520d852c04 Merge remote-tracking branch 'dezgeg/fixes/vim-771-repeated-semicolon' Andrey Vlasovskikh 2014-11-26 18:12:14 +0300
  • 8d4d7a421a Merge remote-tracking branch 'dezgeg/fixes/crashes' Andrey Vlasovskikh 2014-11-26 17:58:27 +0300
  • 802b83b0fe VIM-818 Enable key repeat on Mac OS X every time it gets reset by the OS Andrey Vlasovskikh 2014-11-26 17:21:18 +0300
  • 7ccb6c8411 Optimize character case changing operations Tuomas Tynkkynen 2014-11-18 01:23:29 +0200
  • 1518831f37 Add some missing key names. Tuomas Tynkkynen 2014-11-18 00:52:18 +0200
  • 3bdfaa02e1 'J' shouldn't add whitespace if there is trailing whitespace Tuomas Tynkkynen 2014-11-16 23:08:47 +0200
  • e8de9f915c Make '>' not add trailing whitespace to empty lines. Tuomas Tynkkynen 2014-11-15 13:41:35 +0200
  • 31f598d1e1 VIM-723 Fix pasting to an empty line Tuomas Tynkkynen 2014-11-17 03:44:35 +0200
  • 46e6fd0847 VIM-771 Fix semicolon repeat for 'till char' motion Tuomas Tynkkynen 2014-11-16 18:51:25 +0200
  • 1441a60f4b Fix AIOOBE when '(' motion goes past start of file Tuomas Tynkkynen 2014-11-15 06:25:11 +0200
  • ebdf107946 Fix AIOOBE crash when using 'b' on first line Tuomas Tynkkynen 2014-11-15 05:15:52 +0200
  • 38d672c9f9 Fix KeyHandler crash when using '<' or '>' Tuomas Tynkkynen 2014-11-15 05:02:11 +0200
  • 75d34abd45 Fix IOOBE when 'i)' motion doesn't find other delimiter Tuomas Tynkkynen 2014-11-15 03:42:31 +0200
  • 1d98738e4d Updated the changelog Andrey Vlasovskikh 2014-11-15 00:11:35 +0300
  • 3cfa0e1844 Merge remote-tracking branch 'dezgeg/fixes/vim-515-cW-command' Andrey Vlasovskikh 2014-11-15 00:09:00 +0300
  • 82211a4373 Updated the changelog Andrey Vlasovskikh 2014-11-15 00:08:32 +0300
  • e324b04a94 Added Tuomas Tynkkynen to the list of contributors Andrey Vlasovskikh 2014-11-15 00:02:09 +0300
  • 49d0c51d97 Merge branch 'vim-536-cc-second-to-last-line' Andrey Vlasovskikh 2014-11-15 00:00:43 +0300
  • fe4bc3b4a9 Moved line line position calculation before deletion Andrey Vlasovskikh 2014-11-15 00:00:13 +0300
  • 58d964063c VIM-515 Fix cW command detecting end-of-word incorrectly Tuomas Tynkkynen 2014-11-12 18:52:40 +0200
  • 17d3e37e1d Merge branch 'vim-567-run-external-command-in-window' Andrey Vlasovskikh 2014-11-14 23:43:42 +0300
  • 54f6a16bd6 Nullity checks Andrey Vlasovskikh 2014-11-14 23:41:17 +0300
  • f4ffc5d198 Get rid of Reader and Writer classes in executeCommand() Andrey Vlasovskikh 2014-11-14 23:35:27 +0300
  • 3d8010bf88 Removed debug output Andrey Vlasovskikh 2014-11-14 23:18:53 +0300
  • ec2cc3a7f9 Code style Andrey Vlasovskikh 2014-11-14 23:17:50 +0300
  • 52b7b9bcd8 Merge branch 'vim-705-multi-line-indent-broken' Andrey Vlasovskikh 2014-11-14 23:05:03 +0300
  • 8ad0fcf42d Default value for @NotNull field mode Andrey Vlasovskikh 2014-11-14 23:04:33 +0300
  • aa6cc45988 Made moveCaret(Editor, int, boolean) private Andrey Vlasovskikh 2014-11-14 23:02:32 +0300
  • da22b8297b VIM-536 Fix 'cc' on second-to-last line in file Tuomas Tynkkynen 2014-11-14 16:34:30 +0200
  • 798d82e941 VIM-567 Extend :! to allow running non-filter commands Tuomas Tynkkynen 2014-11-11 20:21:42 +0200
  • ac8ac302ca VIM-705 Fix repeated multiline indent Tuomas Tynkkynen 2014-11-10 23:17:18 +0200
  • 22c3a73102 VIM-613 Fix repeat after 'd$' Tuomas Tynkkynen 2014-11-10 16:36:40 +0200