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 not implement a deprecated interface method, which has no default implementation?
已回答In 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... -
创建于 How many years does an API need in purgatory of EXPERIMENTAL status before it is forgiven its sins and considered STABLE?
已回答This one has been stable for almost four years. -
创建于 What does JetBrains prefer to see from Plugin Verifier: Deprecated or Experimental?
已回答I give up and defer to your preferences: /** * @deprecated please use {@link HyperlinkLabel#setTextWithHyperlink(String) with "beforeLinkText<hyperlink>linkText</hyperlink>" instead} */ @Dep...