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

Commit Graph

  • e748b7b265 Fix soft wrap inconsistency in run console Matt Ellis 2024-06-06 16:24:15 +0100
  • c2401ec013 Protect against recursion when opening editors Matt Ellis 2024-06-06 14:10:40 +0100
  • 8073d7ecd0 Fix copying 'fileencoding' during window opening Matt Ellis 2024-06-06 11:09:20 +0100
  • 64f7859ba7 Fix switching to insert for non-file backed diff Matt Ellis 2024-06-06 08:46:30 +0100
  • f1b94d7026 Fix regression ignoring case in global command Matt Ellis 2024-06-06 00:44:07 +0100
  • 79653b6048 Update ex output asserts to remove trailing newline Matt Ellis 2024-06-06 17:44:38 +0100
  • b0e6b72281 Fix regression missing newlines in :print output Matt Ellis 2024-06-06 00:29:32 +0100
  • e6220e5e53 Fix regression clearing output instead of closing Matt Ellis 2024-06-06 00:16:18 +0100
  • 3c064845b1 Fix ex text field handling of zoom and font size Matt Ellis 2024-06-05 23:45:42 +0100
  • 736cb219ca
    Remove the use of RegExp from ExEntryPanel Alex Plate 2024-06-28 16:47:32 +0300
  • fb30e4e387
    Adapt the code to the new search helper functions Alex Plate 2024-06-28 16:12:56 +0300
  • 74550ffa16
    Refactor countWords function Alex Plate 2024-06-28 16:05:28 +0300
  • d0a0672282
    Rename .java to .kt Alex Plate 2024-06-28 16:05:27 +0300
  • 16e92ddf60
    Move SearchHelper classes to kotlin file Alex Plate 2024-06-28 16:02:26 +0300
  • 4d8e68d800
    Get rid of many unused search functions Alex Plate 2024-06-28 15:56:19 +0300
  • bbebfaf32a
    Remove some obsolete and deprecated code Alex Plate 2024-06-28 15:37:30 +0300
  • 7e56331e47 Fix failing test filipp 2024-06-28 15:46:56 +0300
  • 750db8e71c Fix 'incsearch'+'wrapscan' at bottom of file Matt Ellis 2024-06-28 00:41:01 +0100
  • 4255ef68a3 Post review improvements filipp 2024-06-28 13:54:24 +0300
  • 3313464214 Fix(VIM-3501): Global commands applied to the following lines if matches > 1 Filipp Vakhitov 2024-06-27 14:17:25 +0500
  • 683ba32a15 Fix test compilation Filipp Vakhitov 2024-06-06 19:03:41 +0300
  • 90a60155e5 Move VimscriptParser to vim-engine Filipp Vakhitov 2024-06-04 14:55:41 +0300
  • b25d06ed9e Move Vimscript visitors to vim-engine Filipp Vakhitov 2024-06-04 14:40:18 +0300
  • 706ae3dd91 Move GlobalCommand to vim-engine Filipp Vakhitov 2024-06-04 14:12:57 +0300
  • 9b15ed8181 Add VimRangeMarker Filipp Vakhitov 2024-06-04 14:10:30 +0300
  • f355bef36b Remove deprecated SearchGroup.java Filipp Vakhitov 2024-06-03 20:08:17 +0300
  • 4391e69c48 Move DocumentSearchListener to IjVimSearchGroup Filipp Vakhitov 2024-06-03 19:47:58 +0300
  • 0710d80391 Remove SearchGroup from GlobalCommand Filipp Vakhitov 2024-06-03 19:16:17 +0300
  • cf41a3a76c Fix(VIM-3507): Mapping exits early on double backslash filipp 2024-06-28 13:45:46 +0300
  • 31b2cd872f Use when expression instead of convoluted nested if else jake.peters 2024-06-28 00:31:27 +0100
  • 2b6945cbb2 Add ability to iterate over all states for unassigned handlers jake.peters 2024-06-24 22:18:51 +0100
  • ae5f43918f Use BGT instead of EDT jake.peters 2024-06-24 13:48:23 +0100
  • 6b6bc2752e Rename method to be more reflective of its toggle functionality. jake.peters 2024-06-17 21:30:32 +0100
  • 4556adae3c Add ability to change all handlers to use either Vim or IDE shortcuts. jake.peters 2024-06-17 21:02:42 +0100
  • 1b0886041b Fix(VIM-3506): in command mode no longer change cursor to " Filipp Vakhitov 2024-06-27 15:46:22 +0500
  • 16e18f3ca7 Bump io.ktor:ktor-client-core from 2.3.11 to 2.3.12 dependabot[bot] 2024-06-26 15:48:37 +0000
  • ee0d67fbbb Bump io.ktor:ktor-client-auth from 2.3.11 to 2.3.12 dependabot[bot] 2024-06-26 15:48:37 +0000
  • 450527f172 Bump io.ktor:ktor-serialization-kotlinx-json from 2.3.11 to 2.3.12 dependabot[bot] 2024-06-26 15:31:37 +0000
  • 135518ee39 Enable Gradle caching Matt Ellis 2024-06-26 14:56:01 +0100
  • 58715ecb5f Remove obsolete build feature Matt Ellis 2024-06-26 14:21:35 +0100
  • 75e26b101d Add Bishwa Saha, Alex Fu to contributors list IdeaVim Bot 2024-06-24 09:55:59 +0000
  • 6421a6face
    Update java version to 17 on github actions Alex Plate 2024-06-24 12:53:55 +0300
  • 948520f90a Fix(VIM-3485): Stay in the same split when using (Back) or (Forward) filipp 2024-06-21 17:44:25 +0300
  • 0765118ce2 Stop mapping negative 'scrolljump' to IntelliJ setting Matt Ellis 2024-06-17 17:26:15 +0100
  • efd4c7b617 Fix incorrect scrolling due to 'scrolloff' mapping Matt Ellis 2024-06-17 17:16:44 +0100
  • c5346fbece
    Update NERDTree documentation with newly added commands Alex Plate 2024-06-21 16:56:04 +0300
  • fe8e8ccc3e
    Merge pull request #912 from kun-codes/create-files-and-directories Alex Pláte 2024-06-21 16:53:01 +0300
  • eae111bc2c
    Merge branch 'master' into create-files-and-directories Alex Pláte 2024-06-21 16:52:46 +0300
  • 6a6c1dc6b4 add NERDTree action to delete files and directories kun-codes 2024-06-20 18:08:39 +0530
  • 86bbb282ab
    Merge pull request #879 from citizenmatt/feature/gradle-intellij-plugin-v2 Alex Pláte 2024-06-21 16:31:56 +0300
  • 28aa156cb7
    Merge branch 'master' into feature/gradle-intellij-plugin-v2 Alex Pláte 2024-06-21 16:30:25 +0300
  • a7814e69de Fix incorrect double registration when opening editors Matt Ellis 2024-06-18 10:04:39 +0100
  • 1452c116cf Update to include other default key binds Alex Fu 2024-06-20 13:02:24 -0400
  • 23dfc4b339 Update docs for multiple-cursors plugin Alex Fu 2024-06-20 10:52:03 -0400
  • 931d4be972 add NERDTree action to create new files and directories kun-codes 2024-06-20 17:41:52 +0530
  • 7dceda587b Bump org.jetbrains.intellij from 1.17.3 to 1.17.4 dependabot[bot] 2024-06-19 15:06:44 +0000
  • 52a969074d Bump org.eclipse.jgit:org.eclipse.jgit.ssh.apache dependabot[bot] 2024-06-19 15:06:41 +0000
  • e7b87d31cf
    Merge pull request #904 from citizenmatt/bugfix/jumplist lippfi 2024-06-17 17:45:25 +0500
  • 5eb0fae08f
    Remove explicit since-build from plugin.xml Matt Ellis 2024-06-12 18:07:20 +0100
  • 798d805a0f
    Provide hint for the CodeQL autobuilder GH action Matt Ellis 2024-06-11 16:46:38 +0100
  • 0d4ba06e57
    Add task to run IDE in split mode Matt Ellis 2024-05-15 10:28:20 +0100
  • 4913b13a2d
    Migrate to IntelliJ Platform Gradle Plugin 2.0 Matt Ellis 2024-05-09 13:48:56 +0100
  • b0bab992db
    Convert settings.gradle to Kotlin Matt Ellis 2024-05-15 11:49:06 +0100
  • af5f4227b7
    Rename settings.gradle to settings.gradle.kts Matt Ellis 2024-05-15 11:48:12 +0100
  • fa6a694ea4
    Move some Gradle config blocks around Matt Ellis 2024-05-08 22:03:12 +0100
  • 1da7ffc052 Add more logging to spot bug in CommandConsumer Filipp Vakhitov 2024-06-15 22:35:58 +0200
  • c673f5818c
    Make jumplist project ID key unique Matt Ellis 2024-06-14 14:35:48 +0100
  • ec78a87644
    Fix recent places adding to jump list Matt Ellis 2024-06-14 14:21:58 +0100
  • 69d14ddcf5
    Implement clearjumps command Matt Ellis 2024-06-14 14:15:26 +0100
  • f62819df00
    Add generated parser files to gitignore Matt Ellis 2024-06-14 13:52:17 +0100
  • 39a85b6bc2 Add more logging Filipp Vakhitov 2024-06-13 20:58:07 +0200
  • f76ae3e867 Bump com.dorongold.task-tree from 3.0.0 to 4.0.0 dependabot[bot] 2024-06-12 15:00:52 +0000
  • 3651e5f2f0 Bump com.google.devtools.ksp:symbol-processing-api dependabot[bot] 2024-06-12 15:00:44 +0000
  • 89e016ef6c Fix infinite loop stuck because of a confirmation dialog appearing over and over Filipp Vakhitov 2024-06-12 10:57:45 +0300
  • e4996f4c4d Reduce distribution size Filipp Vakhitov 2024-06-11 01:41:24 +0300
  • c44ed58142 Make text deletion in change actions a part of insert sequence Filipp Vakhitov 2024-06-09 00:33:07 +0300
  • 0091af2a41 Fix(VIM-547): Undo splits Insert mode edits into separate undo chunks Filipp Vakhitov 2024-06-07 23:03:53 +0300
  • d1eea68719 Support i_CTRL-G_U Filipp Vakhitov 2024-06-07 21:38:11 +0300
  • 133aff7fd8 Add a return type to getInsertSequence method Filipp Vakhitov 2024-06-07 21:29:44 +0300
  • efde94db7a Fix recursive forEachCaretInvocation Filipp Vakhitov 2024-06-07 18:05:02 +0300
  • 6ec072b34e End inputSequence on motion in insert mode Filipp Vakhitov 2024-06-07 17:12:11 +0300
  • 4027a21514 Support most* cases for starting / ending inputSequence Filipp Vakhitov 2024-06-07 16:55:22 +0300
  • 3665b1ab00 Improve UndoRedoHelper to split insert input into multiple undo sequences Filipp Vakhitov 2024-06-07 16:27:58 +0300
  • cf6b292f0c Add methods to work with InsertSequence Filipp Vakhitov 2024-06-07 16:24:37 +0300
  • 507e4173d3 Introduce InsertSequence class Filipp Vakhitov 2024-06-07 16:09:25 +0300
  • abc3575d3e Fix command registration order Filipp Vakhitov 2024-06-07 16:03:27 +0300
  • 2c0ff587e3 Post-review improvements Filipp Vakhitov 2024-06-04 12:55:47 +0300
  • 26c87535d6 Fix focus Filipp Vakhitov 2024-06-03 17:21:22 +0300
  • 6ac8e672be Fix compilation Filipp Vakhitov 2024-06-03 13:32:30 +0300
  • 04ee2dd1e7 Post-rebase fixes Filipp Vakhitov 2024-06-03 12:48:06 +0300
  • 3106a98aee Make IjVimSearchGroup a PersistentStateComponent instead of deprecated SearchGroup Filipp Vakhitov 2024-06-03 11:52:22 +0300
  • 73769a3472 Move one method to VimProcessGroupBase Filipp Vakhitov 2024-06-03 10:05:21 +0300
  • 085e253d77 Fix possible bug in Fleet Filipp Vakhitov 2024-06-02 22:26:50 +0300
  • b2af8f153e Add VimScriptFunctionServiceBase Filipp Vakhitov 2024-06-02 20:48:05 +0300
  • 37fb41fca8 Remove exCommandAnnotation option Filipp Vakhitov 2024-06-02 20:35:41 +0300
  • e2b05ab639 Move Vimscript grammar to engine Filipp Vakhitov 2024-06-02 20:30:58 +0300
  • 354fd8fef0 Remove EditorHolderService.kt Filipp Vakhitov 2024-06-02 02:20:33 +0300
  • 9b97867be1 Support replace mode in command line Filipp Vakhitov 2024-06-02 01:47:47 +0300
  • 06685d1721 Move more logic to VimCommandLine interface Filipp Vakhitov 2024-06-01 00:17:57 +0300
  • ae4b88a06b Remove ExEntryPanel and move its method to VimCommandLine Filipp Vakhitov 2024-05-31 22:27:41 +0300