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
-
创建于 How to handle plugin conflicts
已回答I 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... -
创建于 Request to clarify API backward compatibility policy
已回答Lately, there are a lot of code changes and API changes that affect backward compatibility both for plugins built with previous IDE versions and incompatibility of plugins built with latest 2020.1 ... -
创建于 Plugin recompiled with SNAPSHOT from intellij-community master won't run on SNAPSHOT or 2019.3
已回答I recompiled a plugin with latest SNAPSHOT and it would not run on the SNAPSHOT build nor on latest 2019.3. On SNAPSHOT build it was getting resource bundle not found and class not found for Dynami... -
已编辑于 Tests Fail due to Java Swing Timers Not Disposed
intellij-community master update has the TestApplicationManager checking for swing timers being disposed on tear down. That’s all very nice but it throws AssertionFailedError for timers not being d... -
创建于 API: Components vs Services Errors are they really needed?
已回答There are a few components which were changed to services in the latest intellij-community master branch and now requesting these as application components generates an error in the log. I fully un... -
创建于 Is there a way to unlist old plugin version in a bulk operation?
已回答I have a ton of old plugin versions I would like to unlist or delete since they should no longer be used. I did a whole bunch manually but now the old versions take a lot of clicks on "Show More" b... -
创建于 Thank you for sending Upcoming Incompatibility Notifications for plugins.
已回答It was great to receive a notification for one of my plugin's upcoming non-compatibility due to use of deprecated icons. Thank you. -
创建于 How to setup JavaCodeInsightFixtureTestCase so PsiReferenceExpression reference resolves to non-null
已回答I am trying to setup JavaCodeInsightFixtureTestCase based test to allow me to test code which finds Map.put expressions in a Java class file. I have the code working in the plugin but the tests fai... -
已编辑于 API Change Request: PsiNavigationUtil to use element's Navigatable.navigate() before default navigation to containing file.
Relates to: NavigationGutterIconRenderer goes to file/offset of element instead of invoking element’s navigate() but a simpler solution. Currently, PsiNavigationUtil navigates to an element based o... -
创建于 Where to provide feedback to comments of future API evolution?
Where can plugin developers provide feedback regarding future API changes seen in intellij-community source? For example when I encounter the following: ProjectRootManager.java: Line 74 class Proje...