Vladimir Schneider

Independent software developer and freelance consultant. Author of Markdown Navigator, Missing In Actions, Git File Case Fixer plugins for JetBrains IDEs.
- Total activity 543
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 4
- Subscriptions 157
-
Created How do I disable Documentation in-place rendering?
AnsweredI can disable the gutter icon for Documentation in-place rendering but this only removes the gutter icon but does not disable the in-place rendering of documentation comments. I want to disable thi... -
Edited Kotlin 1.3.72-release-474 fails in Latest SNAPSHOT
AnsweredI am getting this error on project build using latest SNAPSHOT IDEA-CE build: Error:Kotlin: [Internal Error] java.lang.IllegalArgumentException: Class versions V1_5 or less must use F_NEW frames.at... -
Created What is the correct disposable parent for Project lifetime instances?
AnsweredIn my code I used to use project as the parent disposable for any project based entities. Now there is an inspection saying: "Don't use Project as disposable in plugin code" What would be the recom... -
Edited Plugin settings are spuriously reset to defaults
AnsweredI noticed that starting with 2020.1 my plugin's settings get sometimes reset to defaults. It will happen most often after the plugin is updated or after some VCS operations. I have not been able t... -
Created Search references on java class uses limited search scope
AnsweredI just discovered that Android-Studio-Refactoring-Scope issue, has appeared in the latest SNAPSHOT build which ignores the selected refactoring and find usages scope and always use “Modules with de... -
Created Proper way to test language in file editor provider?
What is the proper way to test for file’s language in FileEditorProvider? Since I have a fair amount of history my code has tried to evolve with the API and currently here is what I use: public cla... -
Created Android Studio Refactoring/Find Usages Scope is always "Modules with dependents, scratches and consoles"
AnsweredI just discovered that Android Studio 3.6.3, and most likely 4, ignore the selected refactoring and find usages scope and always use “Modules with dependents, scratches and consoles” even if “All P... -
Created Image file type no longer shows up in FileTypeRegistry.getRegisteredFileTypes() in 2020.1 under tests
AnsweredIn Markdown Navigator I use registered file types to resolve links to files based on extension. The tests for image link resolution passed in 2020.1 EAP but latest SNAPSHOT version and 2020.1 Beta ... -
Created No updates to intellij-community sources since 2020-02-04?
AnsweredSince the last update on Feb 4 I always get "All files are up to date" when I update the intellij-community master branch. Is there another glitch with updating intellij-community sources? -
Created How to handle plugin conflicts
AnsweredI have to split my plugin into at least two separate plugins: one using non-JetBrains licensing for current users and for community and educational IDEs which require no license. The other for JetB...