1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-11 05:15:43 +02:00

Commit Graph

  • de3473b0a2 Little cleanup in VimKeyMapUtil. Alexander Zolotov 2012-11-21 01:45:30 +0400
  • 5c792fc542 Add *.iml files to ignore Alexander Zolotov 2012-11-15 22:31:11 +0400
  • 054a4f9935 VIM-85 Updated bugfix to fix compilation issues and added test Andrey Vlasovskikh 2012-11-20 20:10:40 +0400
  • 21df9a9ac6 Merge remote-tracking branch 'poxu/gi_bug_fix' Andrey Vlasovskikh 2012-11-20 20:03:12 +0400
  • e89e428217 Always move cursor at the beginning of the deleted range Andrey Vlasovskikh 2012-11-20 19:09:05 +0400
  • a8fbafc4ab VIM-275 Fixed edge cases for 'i{' motion Andrey Vlasovskikh 2012-11-20 19:05:41 +0400
  • 4ded6b0a79 Added test for VIM-261 Andrey Vlasovskikh 2012-11-20 16:10:13 +0400
  • 44cb5c7d5c VIM-314 Made 'i{' motion characterwise, not linewise/characterwise in visual mode Andrey Vlasovskikh 2012-11-20 16:03:12 +0400
  • 266f0202cd Tests for matched and unmatched brackets Andrey Vlasovskikh 2012-11-19 18:47:37 +0400
  • e14e4de469 VIM-326 Fixed IOOBE in delete inner block motion inside string literals Andrey Vlasovskikh 2012-11-19 18:25:15 +0400
  • de1705b85a Refactored motion tests Andrey Vlasovskikh 2012-11-19 18:02:04 +0400
  • f27081cfe4 Moved insert tests to change tests Andrey Vlasovskikh 2012-11-14 20:08:35 +0400
  • b4f4bd5648 Cleanup Andrey Vlasovskikh 2012-11-14 19:53:45 +0400
  • 05043571dc VIM-157 Fixed regression in moving the cursor after '~' Andrey Vlasovskikh 2012-11-14 19:52:29 +0400
  • 536322427b List of authors Andrey Vlasovskikh 2012-11-14 18:26:29 +0400
  • e3f57fd647 Updated changelog 0.23.115 Andrey Vlasovskikh 2012-11-14 17:50:01 +0400
  • e074105bde VIM-112 Delete a single previous word with <C-W> in insert mode, not all inserted words Andrey Vlasovskikh 2012-11-14 17:08:32 +0400
  • 7a8bdfc4fc VIM-321 Updated test number and help index for 'd' and 'count' Andrey Vlasovskikh 2012-11-14 16:05:04 +0400
  • d765eb74ef VIM-312 Fixed IOOBE in delete empty range Andrey Vlasovskikh 2012-11-13 22:38:47 +0400
  • ac654d70fa VIM-318 Fixed executing editor commands for editors not bound to a project Andrey Vlasovskikh 2012-11-13 18:17:41 +0400
  • ecd0e771a5 Updated changelog 0.23.111 Andrey Vlasovskikh 2012-11-12 18:47:24 +0400
  • 6eb15ecb96 Fixed command handling when motion expected, but another type of argument found Andrey Vlasovskikh 2012-11-10 03:55:10 +0400
  • fbb23714a7 Extracted argument type as enum Andrey Vlasovskikh 2012-11-10 02:10:21 +0400
  • b6e7533262 Index of supported commands covered with tests Andrey Vlasovskikh 2012-11-09 23:17:50 +0400
  • 2dba6f91bc Added tmp/ to .gitignore Andrey Vlasovskikh 2012-11-09 23:14:27 +0400
  • bb0fb6e787 Extracted editor sub-mode and selection mode as enums Andrey Vlasovskikh 2012-11-09 20:30:23 +0400
  • 0e91f52cbc Reset key handler before each test Andrey Vlasovskikh 2012-11-09 20:23:35 +0400
  • ef67ecc898 VIM-311 Test for single command sub-mode of insert mode Andrey Vlasovskikh 2012-11-08 19:17:20 +0400
  • c81b668f82 Extracted editor mode as enum Andrey Vlasovskikh 2012-11-07 16:48:05 +0400
  • a8cc087a55 Extracted command type as enum Andrey Vlasovskikh 2012-11-07 16:07:58 +0400
  • 02e349802c Cleaner toString() methods for commands and nodes Andrey Vlasovskikh 2012-11-07 14:26:15 +0400
  • 2ddaa26b8f EA-33193 Fixed access to context data from different Swing events Andrey Vlasovskikh 2012-11-02 20:01:33 +0400
  • c695e98787 Paths relative to the Git root in .gitignore Andrey Vlasovskikh 2012-11-02 19:56:21 +0400
  • 9e66424164 Unzip only the current IntelliJ archive Andrey Vlasovskikh 2012-11-01 19:38:25 +0400
  • 4c5ccbd166 Added JRE jars to the build classpath Andrey Vlasovskikh 2012-11-01 18:07:08 +0400
  • f4ae8017ce Added .idea to .gitignore Andrey Vlasovskikh 2012-11-01 02:28:39 +0400
  • 19ec6f3a10 No Unicode chars in tests for build server environment Andrey Vlasovskikh 2012-10-31 20:49:23 +0400
  • 6248558217 Define 'javac2' task after creating dirs mentioned in its <classpath> Andrey Vlasovskikh 2012-10-31 20:26:43 +0400
  • 6afb83084c Default build number for local builds Andrey Vlasovskikh 2012-10-31 20:13:34 +0400
  • 85ebfc10b1 Added .gitignore for ignoring build results Andrey Vlasovskikh 2012-10-31 20:13:16 +0400
  • 800139eb85 ant target for running unit tests Andrey Vlasovskikh 2012-10-31 20:12:12 +0400
  • f4f04d5a08 Removed test that depends on search history Andrey Vlasovskikh 2012-10-31 19:05:19 +0400
  • 75138e20fd Don't show keymap configuration dialog in unit test mode Andrey Vlasovskikh 2012-10-31 18:52:38 +0400
  • 9daf10cf22 Fixed compilation of tests for IntelliJ 11.x Andrey Vlasovskikh 2012-10-31 18:51:32 +0400
  • 0d14a46d08 VIM-289 Fixed regexp substitute when the substitution contained newlines Andrey Vlasovskikh 2012-10-29 19:41:54 +0400
  • 0a079be25c Vim compatible regexp substitutions for '\n' and '\r' Andrey Vlasovskikh 2012-10-29 18:41:32 +0400
  • b0b89e7248 Nullable annotations Andrey Vlasovskikh 2012-10-25 15:43:06 +0400
  • 4b6cd9a11f VIM-185 Fixed NPE in KeyHandler.handleKey() Andrey Vlasovskikh 2012-10-25 15:29:29 +0400
  • 46b53d682d Extracted several methods from KeyHandler.handleKey() Andrey Vlasovskikh 2012-10-25 14:51:58 +0400
  • 047183e89c Replaced an odd loop for handling digraphs with recursion Andrey Vlasovskikh 2012-10-23 21:48:59 +0400
  • 7d8b3acfde Extracted several methods from KeyHandler.handleKey() Andrey Vlasovskikh 2012-10-23 21:39:57 +0400
  • 6e8d3abb17 Macro recording test Andrey Vlasovskikh 2012-10-23 20:16:06 +0400
  • c502c4a083 Pull typeTextInFile() up to VimTestCase Andrey Vlasovskikh 2012-10-17 16:54:57 +0400
  • 87026bda3c Reuse StringHelper.stringToKeys() Andrey Vlasovskikh 2012-10-17 16:49:21 +0400
  • 03bbc2e1f2 Immutable isRecording inside handleKey() Andrey Vlasovskikh 2012-10-17 15:49:35 +0400
  • 0872a0c3b5 More motion tests Andrey Vlasovskikh 2012-10-15 20:21:46 +0400
  • 7f4dea6846 Enum key handler state instead of integer constants Andrey Vlasovskikh 2012-10-15 17:07:53 +0400
  • dc1b393679 Cleanup and annotations Andrey Vlasovskikh 2012-10-12 19:58:17 +0400
  • b26d68984f VIM-226 Added tests for the bug fixed together with VIM-146 Andrey Vlasovskikh 2012-10-12 19:37:02 +0400
  • a58203f0b2 VIM-146 Fixed handling of '$' in search and substitute commands Andrey Vlasovskikh 2012-10-12 17:45:05 +0400
  • e25fd643d2 di" ci" vi" da" ca" va" like in vim poxu 2012-09-22 13:46:29 +0400
  • 694bb9eefa Register action for 'iW' selection Andrey Vlasovskikh 2012-10-10 17:14:16 +0400
  • 5429774744 Cleanup and nullable annotations Andrey Vlasovskikh 2012-10-10 17:08:15 +0400
  • d4b202a7f4 VIM-198 Fixed indexing bug in offset normalization Andrey Vlasovskikh 2012-10-10 16:53:00 +0400
  • 3a5b8dbf0f Moved toKeyStrokes() to VimTestCase Andrey Vlasovskikh 2012-10-10 16:46:09 +0400
  • 228f0a3f31 Nullable annotations Andrey Vlasovskikh 2012-10-09 21:41:36 +0400
  • 3d18c08fd4 VIM-276 T and F motions are exclusive, not inclusive Andrey Vlasovskikh 2012-10-09 21:22:00 +0400
  • df4ac6d642 Base class for action tests Andrey Vlasovskikh 2012-10-09 21:15:51 +0400
  • e3abbf68dc Moved SearchHelperTest into a separate test directory Andrey Vlasovskikh 2012-10-09 21:13:48 +0400
  • 3ed6ebde7b Bug fix for gi behaviour poxu 2012-09-18 11:32:25 +0400
  • fc612264c1 Increase version number 0.23.93 Oleg Shpynov 2012-03-21 17:45:57 +0400
  • 4de00f12cd Update Vim.xml keymap to work with command-C, command-V on mac os Oleg Shpynov 2012-03-21 17:45:14 +0400
  • d6797aaf1b Make ideavim work with Ctrl+C and Ctrl+V Oleg Shpynov 2012-03-20 01:07:21 +0400
  • 1f122de5c8 Plugin was moved to https://github.com/JetBrains/ideavim Oleg Shpynov 2012-02-20 10:42:36 +0400
  • cf407fe8da VIM-120 Leaving insert mode causes the screen scroll to top Oleg Shpynov 2012-02-16 18:15:28 +0400
  • 7cec46a004 Merge pull request #3 from marquiswang/master Oleg Shpynov 2012-01-22 23:36:22 -0800
  • 2ebd02531b Fix move caret to next/prev paragraph/sentence Marquis Wang 2012-01-22 16:53:35 -0600
  • 3ea3cc2c2a VIM-93 IdeaVim and "Insert" button oleg 2012-01-19 15:02:57 +0400
  • f6e103bc5c VIM-142 Keymap selection displayed over splash screen oleg 2012-01-19 14:52:17 +0400
  • 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 +0400
  • 3d1b275011 VIM-106 IdeaVIM plugin P doesnt work in a new file with 0 lines oleg 2012-01-18 18:44:06 +0400
  • 090e4d27ca VIM-94 Dot completely broken in 0.14.54 oleg 2012-01-17 16:52:59 +0400
  • 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 +0400
  • 4c282a422d VIM-160 IDEA Vim forces VIM keymap on restart oleg 2012-01-16 16:34:22 +0400
  • d2fc2f354f EA-32923 - SIOOBE: VimKeyMapUtil.installKeyBoardBindings oleg 2012-01-10 17:53:43 +0400
  • a6701a8178 IOOBE fix Oleg Shpynov 2011-12-08 15:27:09 +0400
  • 514d128209 Cleanup Oleg Shpynov 2011-12-08 14:28:20 +0400
  • 1d3145ab83 API contract violation fix Oleg Shpynov 2011-12-07 17:47:44 +0400
  • 21ce04fc46 Do not use deprecated API Oleg Shpynov 2011-12-07 17:04:54 +0400
  • 97ff446daa Update link for IntelliJ IDEA to download Oleg Shpynov 2011-12-07 16:30:42 +0400
  • 5ed405da51 VIM-154 Introduce variable still conflicts with ideavim Oleg Shpynov 2011-12-07 16:15:13 +0400
  • 3710a43d16 Inc version as far as significant bug was fixed Oleg Shpynov 2011-12-06 21:09:33 +0400
  • 97a7c330f2 Revert "Built upon IDEA 11 final version" Oleg Shpynov 2011-12-06 21:08:23 +0400
  • 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 +0400
  • 03c02923c0 VIM-99 IdeaVIM no longer works in Dialog boxes Oleg Shpynov 2011-12-06 21:07:03 +0400
  • 6780b46aaf Built upon IDEA 11 final version Oleg Shpynov 2011-12-06 18:41:15 +0400
  • 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 +0400
  • 8d89fc9020 Restore binary compatibility with latest 110 branch EAPS Oleg Shpynov 2011-12-06 12:07:02 +0400
  • 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 +0400
  • 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 +0400