Commit Graph
8566 Commits
Author SHA1 Message Date
lippfi 2c5442c044 Rename "delaymacro" to "ideadelaymacro" 2021-11-17 12:36:56 +03:00
Alex Plate db4324c478 Use a different method for getting option values 2021-11-17 12:25:48 +03:00
lippfi a8afca4ccf Normal command 2021-11-17 12:16:46 +03:00
Alex Plate 6849bab741 Add more options to the statistic 2021-11-17 12:15:24 +03:00
lippfi ff72f24433 Normal command 2021-11-17 12:02:25 +03:00
lippfi 19ea1b204c Set default path to project for CmdFilterCommand 2021-11-17 12:02:25 +03:00
Alex Plate a9e8dc7b9f Fix compilation issues 2021-11-17 10:49:06 +03:00
Alex Plate ee14eac009 Rewrite ctrl-^ to use a project service with saved last tab 2021-11-17 10:34:38 +03:00
Alex Plate 3c1bbd5a7f Add few statistic items 2021-11-17 10:34:38 +03:00
lippfi 218cfaca44 Add contains method to OptionService 2021-11-17 04:59:17 +03:00
lippfi 8a78d76a20 OptionService.Scope as a sealed class 2021-11-17 04:39:31 +03:00
lippfi 1ead9f1443 Format 2021-11-16 13:49:38 +03:00
lippfi c53dd48437 Fix adding options in VimExtensionRegistrar 2021-11-16 13:10:01 +03:00
lippfi 001a1d648c Fix merge 2021-11-16 12:41:27 +03:00
Alex Plateandlippfi 6bbd162c72 Fix AceJump issues 2021-11-16 12:18:25 +03:00
Alex Plateandlippfi 8fb8476994 Ignore bookmark test 2021-11-16 12:16:57 +03:00
Alex Plateandlippfi 8d7a2faf1b Update copyright info 2021-11-16 12:16:57 +03:00
Alex Plateandlippfi df946f8525 fix(VIM-2026): Intellij uses a different initialization approach during settings reading 2021-11-16 12:16:55 +03:00
Alex Plateandlippfi 58f8c315e6 Reformat code 2021-11-16 12:13:24 +03:00
lippfi c6a379048e Changed object in VariableService to applicationService 2021-11-16 12:13:23 +03:00
Alex Plateandlippfi 02dd52ccb9 Draft of statistic collector 2021-11-16 12:05:56 +03:00
Alex Plateandlippfi abb93af3fb Reformat files 2021-11-16 12:05:56 +03:00
lippfi 06b18b8fb9 Fix if statement 2021-11-16 12:05:56 +03:00
dependabot[bot]andlippfi 88772a0d8e Bump antlr4 from 4.9.2 to 4.9.3
Bumps [antlr4](https://github.com/antlr/antlr4) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt)
- [Commits](https://github.com/antlr/antlr4/compare/4.9.2...4.9.3)

---
updated-dependencies:
- dependency-name: org.antlr:antlr4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-16 12:05:56 +03:00
dependabot[bot]andlippfi 89c2bf0932 Bump annotations from 22.0.0 to 23.0.0
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 22.0.0 to 23.0.0.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/java-annotations/compare/22.0.0...23.0.0)

---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-16 12:05:56 +03:00
Alex Plateandlippfi 9a0e6336b7 Update changelog 2021-11-16 12:05:56 +03:00
Alex Plateandlippfi 550a754fab Completely avoid esc handling in normal mode 2021-11-16 12:05:55 +03:00
Alex Plateandlippfi 5921f7f889 Remove redundant qualifier name 2021-11-16 12:03:51 +03:00
Alex Plateandlippfi e097880e95 Add an ability to enable matchit using packadd syntax 2021-11-16 12:03:48 +03:00
Alex Plateandlippfi 99a0dc6c53 Get rid of PlatformUtils usages
This class should not be used and replaced with ide-specific configurations
2021-11-16 12:02:25 +03:00
eugene.nizienkoandlippfi ef7e4a752d removing test fail 2021-11-16 12:00:10 +03:00
Alex Plateandlippfi cded8e54fb Update changelog 2021-11-16 12:00:10 +03:00
eugene.nizienkoandlippfi f17a903555 test video recording 2021-11-16 12:00:10 +03:00
lippfi 191aba1f95 Add packadd rule to grammar 2021-11-16 12:00:10 +03:00
lippfi e8d7a7f8bf Make OptionChangeListener an interface 2021-11-16 10:35:30 +03:00
lippfi 836c1084c4 Optimize MultikeyMap for options 2021-11-16 10:17:48 +03:00
lippfi 649bfdc220 Fix resetAllOptions 2021-11-16 10:11:10 +03:00
lippfi 8d6529ccf1 Better OptionChangeListener 2021-11-16 09:17:31 +03:00
lippfi c936692403 Moved show* method from OptionService to SetCommand 2021-11-16 08:43:26 +03:00
lippfi c3d3f2ab50 Fix SpecialKeyHandlers 2021-11-15 15:54:17 +03:00
Alex Plate f289b19310 Correct usage of option service 2021-11-15 15:51:35 +03:00
lippfi 9866231129 Replace object with applicationService in OptionServiceImpl 2021-11-15 13:04:28 +03:00
lippfi e0b5b54dda Add more methods to OptionService 2021-11-15 13:02:54 +03:00
lippfi 2687ecc02e Renamed methods 2021-11-15 12:45:01 +03:00
lippfi 3699920515 Add more methods to OptionService 2021-11-15 06:38:22 +03:00
lippfi 4481da75b7 OptionChangeListener 2021-11-15 06:32:04 +03:00
lippfi 037b636be9 Format 2021-11-14 01:20:30 +03:00
lippfi 12ded24cd4 Old and new options are compatible 2021-11-14 01:20:07 +03:00
lippfi 2b5c13e3da IdeaRefactorModeHelper 2021-11-13 23:32:37 +03:00
lippfi 043f07190c Replace older options with new ones 2021-11-13 23:21:24 +03:00