1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2026-03-28 23:52:38 +01:00

Commit Graph

  • ef67ecc898 VIM-311 Test for single command sub-mode of insert mode Andrey Vlasovskikh 2012-11-08 19:17:20 +04:00
  • c81b668f82 Extracted editor mode as enum Andrey Vlasovskikh 2012-11-07 16:48:05 +04:00
  • a8cc087a55 Extracted command type as enum Andrey Vlasovskikh 2012-11-07 16:07:58 +04:00
  • 02e349802c Cleaner toString() methods for commands and nodes Andrey Vlasovskikh 2012-11-07 14:26:15 +04:00
  • 2ddaa26b8f EA-33193 Fixed access to context data from different Swing events Andrey Vlasovskikh 2012-11-02 20:01:33 +04:00
  • c695e98787 Paths relative to the Git root in .gitignore Andrey Vlasovskikh 2012-11-02 19:56:21 +04:00
  • 9e66424164 Unzip only the current IntelliJ archive Andrey Vlasovskikh 2012-11-01 19:38:25 +04:00
  • 4c5ccbd166 Added JRE jars to the build classpath Andrey Vlasovskikh 2012-11-01 18:07:08 +04:00
  • f4ae8017ce Added .idea to .gitignore Andrey Vlasovskikh 2012-11-01 02:28:39 +04:00
  • 19ec6f3a10 No Unicode chars in tests for build server environment Andrey Vlasovskikh 2012-10-31 20:49:23 +04:00
  • 6248558217 Define 'javac2' task after creating dirs mentioned in its <classpath> Andrey Vlasovskikh 2012-10-31 20:26:43 +04:00
  • 6afb83084c Default build number for local builds Andrey Vlasovskikh 2012-10-31 20:13:34 +04:00
  • 85ebfc10b1 Added .gitignore for ignoring build results Andrey Vlasovskikh 2012-10-31 20:13:16 +04:00
  • 800139eb85 ant target for running unit tests Andrey Vlasovskikh 2012-10-31 20:12:12 +04:00
  • f4f04d5a08 Removed test that depends on search history Andrey Vlasovskikh 2012-10-31 19:05:19 +04:00
  • 75138e20fd Don't show keymap configuration dialog in unit test mode Andrey Vlasovskikh 2012-10-31 18:52:38 +04:00
  • 9daf10cf22 Fixed compilation of tests for IntelliJ 11.x Andrey Vlasovskikh 2012-10-31 18:51:32 +04:00
  • 0d14a46d08 VIM-289 Fixed regexp substitute when the substitution contained newlines Andrey Vlasovskikh 2012-10-29 19:41:54 +04:00
  • 0a079be25c Vim compatible regexp substitutions for '\n' and '\r' Andrey Vlasovskikh 2012-10-29 18:41:32 +04:00
  • b0b89e7248 Nullable annotations Andrey Vlasovskikh 2012-10-25 15:43:06 +04:00
  • 4b6cd9a11f VIM-185 Fixed NPE in KeyHandler.handleKey() Andrey Vlasovskikh 2012-10-25 15:29:29 +04:00
  • 46b53d682d Extracted several methods from KeyHandler.handleKey() Andrey Vlasovskikh 2012-10-25 14:51:58 +04:00
  • 047183e89c Replaced an odd loop for handling digraphs with recursion Andrey Vlasovskikh 2012-10-23 21:48:59 +04:00
  • 7d8b3acfde Extracted several methods from KeyHandler.handleKey() Andrey Vlasovskikh 2012-10-23 21:39:57 +04:00
  • 6e8d3abb17 Macro recording test Andrey Vlasovskikh 2012-10-23 20:16:06 +04:00
  • c502c4a083 Pull typeTextInFile() up to VimTestCase Andrey Vlasovskikh 2012-10-17 16:54:57 +04:00
  • 87026bda3c Reuse StringHelper.stringToKeys() Andrey Vlasovskikh 2012-10-17 16:49:21 +04:00
  • 03bbc2e1f2 Immutable isRecording inside handleKey() Andrey Vlasovskikh 2012-10-17 15:49:35 +04:00
  • 0872a0c3b5 More motion tests Andrey Vlasovskikh 2012-10-15 20:21:46 +04:00
  • 7f4dea6846 Enum key handler state instead of integer constants Andrey Vlasovskikh 2012-10-15 17:07:53 +04:00
  • dc1b393679 Cleanup and annotations Andrey Vlasovskikh 2012-10-12 19:58:17 +04:00
  • b26d68984f VIM-226 Added tests for the bug fixed together with VIM-146 Andrey Vlasovskikh 2012-10-12 19:37:02 +04:00
  • a58203f0b2 VIM-146 Fixed handling of '$' in search and substitute commands Andrey Vlasovskikh 2012-10-12 17:45:05 +04:00
  • e25fd643d2 di" ci" vi" da" ca" va" like in vim poxu 2012-09-22 13:46:29 +04:00
  • 694bb9eefa Register action for 'iW' selection Andrey Vlasovskikh 2012-10-10 17:14:16 +04:00
  • 5429774744 Cleanup and nullable annotations Andrey Vlasovskikh 2012-10-10 17:08:15 +04:00
  • d4b202a7f4 VIM-198 Fixed indexing bug in offset normalization Andrey Vlasovskikh 2012-10-10 16:53:00 +04:00
  • 3a5b8dbf0f Moved toKeyStrokes() to VimTestCase Andrey Vlasovskikh 2012-10-10 16:46:09 +04:00
  • 228f0a3f31 Nullable annotations Andrey Vlasovskikh 2012-10-09 21:41:36 +04:00
  • 3d18c08fd4 VIM-276 T and F motions are exclusive, not inclusive Andrey Vlasovskikh 2012-10-09 21:22:00 +04:00
  • df4ac6d642 Base class for action tests Andrey Vlasovskikh 2012-10-09 21:15:51 +04:00
  • e3abbf68dc Moved SearchHelperTest into a separate test directory Andrey Vlasovskikh 2012-10-09 21:13:48 +04:00
  • 3ed6ebde7b Bug fix for gi behaviour poxu 2012-09-18 11:32:25 +04:00
  • fc612264c1 Increase version number 0.23.93 Oleg Shpynov 2012-03-21 17:45:57 +04:00
  • 4de00f12cd Update Vim.xml keymap to work with command-C, command-V on mac os Oleg Shpynov 2012-03-21 17:45:14 +04:00
  • d6797aaf1b Make ideavim work with Ctrl+C and Ctrl+V Oleg Shpynov 2012-03-20 01:07:21 +04:00
  • 1f122de5c8 Plugin was moved to https://github.com/JetBrains/ideavim Oleg Shpynov 2012-02-20 10:42:36 +04:00
  • cf407fe8da VIM-120 Leaving insert mode causes the screen scroll to top Oleg Shpynov 2012-02-16 18:15:28 +04:00
  • 7cec46a004 Merge pull request #3 from marquiswang/master Oleg Shpynov 2012-01-22 23:36:22 -08:00
  • 2ebd02531b Fix move caret to next/prev paragraph/sentence Marquis Wang 2012-01-22 16:53:35 -06:00
  • 3ea3cc2c2a VIM-93 IdeaVim and "Insert" button oleg 2012-01-19 15:02:57 +04:00
  • f6e103bc5c VIM-142 Keymap selection displayed over splash screen oleg 2012-01-19 14:52:17 +04:00
  • 3efe36f26f VIM-152 Editor view (scrolling) jumps whenever I enter/exit insert mode Possible fix. Turn on refrainFromScrolling in case if ideavim plugin is turned off. oleg 2012-01-18 19:41:45 +04:00
  • 3d1b275011 VIM-106 IdeaVIM plugin P doesnt work in a new file with 0 lines oleg 2012-01-18 18:44:06 +04:00
  • 090e4d27ca VIM-94 Dot completely broken in 0.14.54 oleg 2012-01-17 16:52:59 +04:00
  • a7b2c9ed21 VIM-157 Switching case of the character under the cursor with ~ doesn't move the cursor to the right. oleg 2012-01-16 18:31:36 +04:00
  • 4c282a422d VIM-160 IDEA Vim forces VIM keymap on restart oleg 2012-01-16 16:34:22 +04:00
  • d2fc2f354f EA-32923 - SIOOBE: VimKeyMapUtil.installKeyBoardBindings oleg 2012-01-10 17:53:43 +04:00
  • a6701a8178 IOOBE fix Oleg Shpynov 2011-12-08 15:27:09 +04:00
  • 514d128209 Cleanup Oleg Shpynov 2011-12-08 14:28:20 +04:00
  • 1d3145ab83 API contract violation fix Oleg Shpynov 2011-12-07 17:47:44 +04:00
  • 21ce04fc46 Do not use deprecated API Oleg Shpynov 2011-12-07 17:04:54 +04:00
  • 97ff446daa Update link for IntelliJ IDEA to download Oleg Shpynov 2011-12-07 16:30:42 +04:00
  • 5ed405da51 VIM-154 Introduce variable still conflicts with ideavim Oleg Shpynov 2011-12-07 16:15:13 +04:00
  • 3710a43d16 Inc version as far as significant bug was fixed Oleg Shpynov 2011-12-06 21:09:33 +04:00
  • 97a7c330f2 Revert "Built upon IDEA 11 final version" Oleg Shpynov 2011-12-06 21:08:23 +04:00
  • 2f2828ddd5 Revert "Get rid of reflection on ConsoleViewImpl#CONSOLE_VIEW_IN_EDITOR_VIEW after corresponding fix in IntellIJ IDEA codebase" Oleg Shpynov 2011-12-06 21:07:49 +04:00
  • 03c02923c0 VIM-99 IdeaVIM no longer works in Dialog boxes Oleg Shpynov 2011-12-06 21:07:03 +04:00
  • 6780b46aaf Built upon IDEA 11 final version Oleg Shpynov 2011-12-06 18:41:15 +04:00
  • 31baea40a7 Reapply get rid of reflection on ConsoleViewImpl#CONSOLE_VIEW_IN_EDITOR_VIEW after corresponding fix in IntellIJ IDEA codebase Oleg Shpynov 2011-12-06 12:21:46 +04:00
  • 8d89fc9020 Restore binary compatibility with latest 110 branch EAPS Oleg Shpynov 2011-12-06 12:07:02 +04:00
  • 2d9caabf11 Revert "get rid of reflection on ConsoleViewImpl#CONSOLE_VIEW_IN_EDITOR_VIEW after corresponding fix in IntellIJ IDEA codebase" Oleg Shpynov 2011-12-06 12:05:46 +04:00
  • 24f3b5ec46 get rid of reflection on ConsoleViewImpl#CONSOLE_VIEW_IN_EDITOR_VIEW after corresponding fix in IntellIJ IDEA codebase Oleg Shpynov 2011-12-05 15:11:10 +04:00
  • 7e32a2600b VIM-135 java.lang.IndexOutOfBoundsException in SearchHelper.checkInString() Oleg Shpynov 2011-12-05 12:19:56 +04:00
  • 40660a2054 VIM-148 IDEA reports an assertion error with the VIM plugin on IDEA 11 EAP oleg 2011-12-04 21:23:11 +04:00
  • 66029c98f9 Cosmetics oleg 2011-12-03 23:43:17 +04:00
  • 02c9d5c536 VIM-122 Exception Oleg Shpynov 2011-12-03 20:52:17 +04:00
  • ced1682e7b Fix previous commit a liitle bit Oleg Shpynov 2011-12-03 20:44:59 +04:00
  • 809bbad7c9 Minor documentation fixes Oleg Shpynov 2011-12-03 20:44:15 +04:00
  • 36950ea4f1 VIM-113 IdeaVIM stacktrace Oleg Shpynov 2011-12-03 20:39:03 +04:00
  • 0486618b26 refactorings Oleg Shpynov 2011-12-03 20:24:46 +04:00
  • 4895f4d0a5 Cleanup Oleg Shpynov 2011-12-03 19:27:57 +04:00
  • 2713c1d7ad Unify work with bundles Oleg Shpynov 2011-12-03 18:27:22 +04:00
  • 8b1bb2008d More straightforward plugin keymap initialization. Do not show lots of notifications Oleg Shpynov 2011-12-03 17:42:32 +04:00
  • 1d36f1cb16 API cleanup Oleg Shpynov 2011-12-03 16:58:06 +04:00
  • a73a9ef63e Some refactoring + do not show notifications about reconfiguring vim keymap on startup Oleg Shpynov 2011-12-03 16:44:27 +04:00
  • 136ff9195e Simplify development Oleg Shpynov 2011-12-03 16:40:24 +04:00
  • 5a9b04aaeb Update build compatibility tags Oleg Shpynov 2011-12-03 16:16:26 +04:00
  • 35bebd50d7 Compatibility with IDEA 11 API oleg 2011-08-22 14:42:46 +04:00
  • 3aab7b4311 Plugin error reporter turned on Oleg Shpynov 2011-06-06 19:46:18 +04:00
  • 0668e9b2c7 Compatibility with IDEA 10.5 released Oleg Shpynov 2011-05-18 11:30:16 +04:00
  • 8cf7735bec Fix compatibility with 10.5 EAP 106.500+ Oleg Shpynov 2011-04-26 11:34:35 +04:00
  • fbfbaad0c0 DRY refactoring Oleg Shpynov 2011-04-20 17:50:41 +04:00
  • 820774b867 Make ideavim plugin to ask for a permission to use Vim keymap on turning on. Oleg Shpynov 2011-04-07 12:23:07 +04:00
  • 7119c572b9 Prompt to restart IDE after changing Vim parent keymap Oleg Shpynov 2011-04-05 15:01:02 +04:00
  • 974e1d2ca8 Small number of refinements to the README (mostly grammar) Yury V. Zaytsev 2011-04-03 21:27:41 +02:00
  • cb8b6f811c Revert "VIM-78 NPE" Actually that commit has broken VisualOperationDelegateActions like Comment, Format, etc. This reverts commit 5fb5029d0c. Oleg Shpynov 2011-04-01 12:56:51 +04:00
  • 241046ac9d Description fix Oleg Shpynov 2011-03-30 12:50:28 +04:00
  • 2d2835faa1 Eliminate duplication Oleg Shpynov 2011-03-30 12:35:34 +04:00
  • 3ed6386866 Tweak documentation Oleg Shpynov 2011-03-29 19:27:21 +04:00