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 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... -
Created Request to clarify API backward compatibility policy
AnsweredLately, 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 ... -
Created Plugin recompiled with SNAPSHOT from intellij-community master won't run on SNAPSHOT or 2019.3
AnsweredI 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... -
Edited 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... -
Created API: Components vs Services Errors are they really needed?
AnsweredThere 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... -
Created Is there a way to unlist old plugin version in a bulk operation?
AnsweredI 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... -
Created Thank you for sending Upcoming Incompatibility Notifications for plugins.
AnsweredIt was great to receive a notification for one of my plugin's upcoming non-compatibility due to use of deprecated icons. Thank you. -
Created How to setup JavaCodeInsightFixtureTestCase so PsiReferenceExpression reference resolves to non-null
AnsweredI 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... -
Edited 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... -
Created 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...