Vladimir Schneider
Independent software developer and freelance consultant. Author of Markdown Navigator, Missing In Actions, Git File Case Fixer, Arduino Support, touch-typists-completion-caddy, plugins for JetBrains IDEs.
- Total activity 623
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 177
-
Created intellij-community.master build breaks ActionManagerEx API
AnsweredChanges in the lastest intellij-community master branch, updated this morning, break ActionManagerEx API by adding an argument to function without default and without java overloads. Is it the exp... -
Created Deprecated EditorWindow.INITIAL_INDEX_KEY with replacement marked as @ApiStatus.Internal
AnsweredOpening file with specific tab index using INITIAL_INDEX_KEY is deprecated: /** * @deprecated Use file opening methods taking {@link FileEditorOpenOptions} instead * and pass the index throug... -
Edited ProjectPlainTextFileTypeManager.getFiles() is deprecated, replacement PersistentFileSetManager.getFiles() is package private
AnsweredProjectPlainTextFileTypeManager.getFiles() is deprecated, here is the comment: Deprecateduse OverrideFileTypeManager.getFiles() instead The replacement, PersistentFileSetManager.getFiles() is packa... -
Created How can I disable bundled plugin in gradle intellij tasks, for example buildSearchableOptions task?
AnsweredI need to disable one or more bundled plugins in my gradle build intellij tasks, for example buildSearchableOptions task will fail because of conflict with bundled plugin. Is there a way to disable... -
Created How to properly use maven library in plugin test case? Everything I tried, fails with java.lang.RuntimeException: java.io.IOException: Cannot find IntelliJ IDEA project files at
AnsweredI have tried every permutation of JavaCodeInsightFixtureTestCase and LightJavaCodeInsightFixtureTestCase, with DefaultLightProjectDescriptor, with my own implementation of LightProjectDescriptor, w... -
Created How to disable parameter hints for an editor instance? EditorSettingsExternalizable.SHOW_PARAMETER_NAME_HINTS is now ignored.
AnsweredIn my plugin, MissingInActions, I disabled parameter hints for active editor if more than one caret is displayed, to eliminate text displacement which made multi-caret ops harder to use. I noticed ... -
Created API stable since 2017 is marked as experimental.
AnsweredIn my Missing In Actions plugin, I have an option to disable editor parameter hints in multi-caret mode. The hints are great except when using multi-caret mode because they mess up the text positio... -
Created How to properly handle a conditional deprecation?
AnsweredIn my Missing In Actions plugin, I have to get code style settings to retrieve indent tab size from CodeStyleSettings. In the case that a PsiFile is null, the fallback is to use CodeStyleSettingsMa... -
Created Declaring a plugin dependency on SerialPortMonitor plugin, does not allow access to its JsscSerialService, is there a solution?
AnsweredI am trying to make my Arduino Support plugin share the JsscSerialService from SerialPortMonitor plugin. I tried both optional dependency and non-optional dependency. If the SerialPortMonitor plugi... -
Created New IDEs 2023.1 have less saturated colors compared to 2021.2 versions. Are there any settings that can correct this?
AnsweredI kept reloading settings in the new CLion, thinking that the color scheme is messed up, finally realized that the new IDE renders less saturated colors, for the same color values. In the image bel...