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
-
已编辑于 Is there a way to determine if an element at caret is a keyword for the given language?
已回答In my plugin I would like to perform different actions when on a keyword as opposed to an identifier for the file’s language. Each language already comes with the knowledge of its keywords, I am wo... -
创建于 How do I disable the step into Popup in IntelliJ asking me which function to step into
已回答When stepping into a Java source line with nested function calls, the IDE keeps asking to choose which of the nested functions I am stepping into. This is a great feature but in some cases I would ... -
创建于 I cannot get plain text TODO items in my plugin to show up in the todo window
I cannot get plain text TODO items in my plugin to show up in the todo window. The count of todo items n the file is correct but no elements show up. What else is potentially affecting whether the ... -
已编辑于 Todo Comment Shows Twice In ToDo Window
已回答In my plugin I am getting todo comments appearing twice in the view for the same item. Once without the closing comment marker and once with it. I am stumped on why it happens. I tried to figure ... -
已编辑于 These Forums have a problem with the code converting pasted HTML text to HTML in the comment
There is a problem with the code converting pasted text to HTML. It removes spaces following some tags causing the text to be spliced together. I type the comments into the IDE using markdown and c... -
创建于 Is there any way to not have the IDE's insertion handler for my completions?
The optimum solution for me would be one where I can use my own insert handler without the IDE inserting anything on completion. One of the reasons for this is that Markdown completions make the mo... -
创建于 Java Class move refactoring does not change references to the file
已完成In Markdown Navigator links are created to files and find usages generates references to files. If a single Java file is moved then no file references to the Java file will be updated causing broke... -
创建于 Plugin Icon is searched in the wrong place if the distribution file for the plugin is a ZIP file
The documentation states that the pluginIcon.svg should be in the META-INF directory with the plugin.xml file. http://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_icon_file.ht... -
创建于 How to "close & reopen" an editor while preserving its position in split panes?
Sounds a bit weird but the use case is real. The IDE does not close and re-open a file when its type is changed. My plugin provides a custom editor for Markdown files. The IDE will use the right e... -
创建于 Is there a way to build plugin artifact as part of project build or run configuration "before launch"?
已回答Seems there is every other option but the built-in Prepare plugin module ... for deployment. Neither is there an ability to have the artifact built as part of the project build because the plugin d...