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.
- 活动总数 623
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 177
-
创建于 Trying to build intellij-community master branch, fails on Mac
已回答I cloned a fresh copy of intellij-community master branch on my mac running OSX Monterey 12.3.1, with IntelliJ IDEA 2023.1 (Community Edition), build #IC-231.8109.175, and followed the instructions... -
创建于 How do I disable Documentation in-place rendering?
已回答I 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... -
已编辑于 Kotlin 1.3.72-release-474 fails in Latest SNAPSHOT
已回答I 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... -
创建于 What is the correct disposable parent for Project lifetime instances?
已回答In 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... -
已编辑于 Plugin settings are spuriously reset to defaults
已回答I 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... -
创建于 Search references on java class uses limited search scope
已回答I 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... -
创建于 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... -
创建于 Android Studio Refactoring/Find Usages Scope is always "Modules with dependents, scratches and consoles"
已回答I 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... -
创建于 Image file type no longer shows up in FileTypeRegistry.getRegisteredFileTypes() in 2020.1 under tests
已回答In 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 ... -
创建于 No updates to intellij-community sources since 2020-02-04?
已回答Since 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?