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
-
创建于 Refactoring Recording/Playback - Is it possible?
已回答I 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... -
创建于 How to get Custom language elements to be treated as "text" for rename refactoring purposes?
已回答In 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... -
创建于 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... -
创建于 How do you create a sub-item for an intention? For example "Fix all ... in file" for a given IntentionAction.
已回答I 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
已编辑于 Plugin download statistics show a sudden drop starting Jan 26 2017?
已回答I 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... -
创建于 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...