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
-
Edited Is there a way to determine if an element at caret is a keyword for the given language?
AnsweredIn 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... -
Created How do I disable the step into Popup in IntelliJ asking me which function to step into
AnsweredWhen 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 ... -
Created 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 ... -
Edited Todo Comment Shows Twice In ToDo Window
AnsweredIn 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 ... -
Edited 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... -
Created 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... -
Created Java Class move refactoring does not change references to the file
CompletedIn 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... -
Created 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... -
Created 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... -
Created Is there a way to build plugin artifact as part of project build or run configuration "before launch"?
AnsweredSeems 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...