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 not implement a deprecated interface method, which has no default implementation?
AnsweredIn the comment for ExternalDocumentProvider.hasDocumentationFor() it says if not implemented. How is that possible when there is no default implementation? package com.intellij.lang.documentation;i... -
Created How many years does an API need in purgatory of EXPERIMENTAL status before it is forgiven its sins and considered STABLE?
AnsweredThis one has been stable for almost four years. -
Created What does JetBrains prefer to see from Plugin Verifier: Deprecated or Experimental?
AnsweredI give up and defer to your preferences: /** * @deprecated please use {@link HyperlinkLabel#setTextWithHyperlink(String) with "beforeLinkText<hyperlink>linkText</hyperlink>" instead} */ @Dep...