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 Refactoring Recording/Playback - Is it possible?
AnsweredI would like to record refactoring operations in one Java project, a library in this case. Then be able to play back applicable refactoring changes in dependent project(s), with user assistance whe... -
Created How to get Custom language elements to be treated as "text" for rename refactoring purposes?
AnsweredIn my markdown plugin I would like to have most language elements that contain text to be searched for rename refactoring references from other languages like Java. So that any references to Java c... -
Created How to convert string generated with "Copy Reference" to project file path?
Is there a generic way of converting the reference string generated by "Copy Reference" that will resolve to a file regardless of the language specific IDE? I would be happy with any of the followi... -
Created How do you create a sub-item for an intention? For example "Fix all ... in file" for a given IntentionAction.
AnsweredI have a bunch of intentions defined and want to have a "Fix all '...' in file" intention available as a sub-item for some of the intentions. Can this be registered programatically by an intention ... -
Created NavigationGutterIconRenderer goes to file/offset of element instead of invoking element's navigate()
The NavigationGutterIconRenderer uses PsiNavigateUtil.navigate() method which uses the element’s virtual file and offset rather than the Navigatable of the element when available: public class PsiN... -
Created What is the proper way to delegate paste handler execute method when no customization is needed?
I have a custom paste handler that handles pasting file lists into a markdown document to automatically insert links to documents and images. I also detect if the clipboard contains an image and ha... -
Created Is there a way to extend Undo/Redo with additional custom operations with the goal to Undo/Redo binary file content.
I have use case for binary content change which is not undone. I am adding paste image into Markdown file to my plugin. One option is to paste an image on an existing image link to replace the cont... -
Created What is the best forum to offer a free Markdown Navigator enhanced plugin to all plugin developers?
I would like to offer a free Markdown Navigator enhanced version to all plugin developers to help them with their documentation efforts. All the developer would need to do is to contact me on my pr... -
Edited Plugin download statistics show a sudden drop starting Jan 26 2017?
AnsweredI noticed that download statistics on my plugin https://plugins.jetbrains.com/idea/plugin/7896-markdown-navigator dropped on Jan 26 2017. Previously 1000+ downloads per day were showing and 10k+ af... -
Created Is there a way to offset location where the completion list pops-up in custom language plugin?
The issue comes up for nested element completions inside other referenceable types, I can't think of any in a regular language but in Markdown there are quite a few. For example: # Header with embe...