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
-
已编辑于 Implementing RestartableLexer interface in 2019.2 causes exception on document change
已回答The RestartableLexer interface in 2019.2 was changed but the code using it appears to be incomplete and causes exception on document change. The cause is the code in LexerEditorHighlighter passing ... -
创建于 How to create searchableOptions.xml for plugin?
已回答There is a TraverseUIStarter class in IDEA which will create searchableOptions.xml for configurable classes. If the file is found in plugin's resources under "search/" subdirectory it will enable f... -
创建于 How to share libraries between unrelated plugins?
I would like to be able to share libraries between plugins without having to provide these through another plugin which includes the jars in its distribution or have the plugins sharing a library n... -
创建于 How do I share clipboard `DataFlavor` with another instance of the IDE?
已回答How do I share clipboard DataFlavorwith another instance of the IDE? In my plugin I created a data flavour to store link and reference information to accompany the clipboard text. That way if you c... -
创建于 All forum generated e-mails get errors when trying to forward them to iCloud mail box.
已完成This started a few days ago and now happens for every e-mail notification from these forums when the e-mails are forwarded from GMail to my iCloud e-mail: 550 5.7.1 Your message was rejected due to... -
创建于 How do you implement refactoring.copyHandler for Specific Files?
Unlike the moveFileHandler, refactoring.copyHandler seems to be an all or nothing handler expected to handle all files/directories being copied or none. I am thinking of implementing my copy handle... -
创建于 If you use the GUI Form Editor you may want this patch
已回答I use GUI Form Editor for most of my plugin forms and often copy existing components to create similar ones. All is good up this point, the hassle starts at re-using edited versions bundle property... -
创建于 Why bother with `@Deprecated` when you change the signature of the API method/constructor?
已回答Why bother with @Deprecated when you change the signature of the API method/constructor? Deprecation is supposed to be a notice to API users that this is going away, not that it is already gone, to... -
已编辑于 Why are did all my intentionAction elements in plugin.xml start showing all red?
已回答In my plugin, sometime after I started using 2019 EAP, intentionActionelements inplugin.xmlstarted showing all red, everything works as before. Is there another way to define intention actions or i... -
创建于 Is there a way to mark a file extension as BINARY to prevent the IDE from trying to open it even on user error?
已回答I want to mark some files like Adobe Illustrator as BINARY never open in the IDE, even due to user error. I copied an existing plugin icon Illustrator file to a new project and in a rush forgot to ...