Prashant
- 活动总数 41
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 12
-
创建于 Add text to search box
已回答I am currently opening a new editor like this: FileEditorManager.getInstance(psiElement.getProject()).openFile(virtualFile, true); Is there a way to set some text in the search box for the newly op... -
创建于 Show image on hover over PsiElement
已回答Is it possible to show an image when the mouse is over a PsiElement who's text contains an image filename? -
创建于 Edit Custom Properties/VM Options grayed out
Is it possible to edit custom properties in the plugin ide window. See screenshot below. -
已编辑于 Subscribe to Diff Editor Close Event
已回答Is it possible to listen to the Diff editor close event? I am opening a diff editor like this: DiffManager.getInstance().showDiff(e.getProject(), request); I need to perform some actions when the... -
-
创建于 Code Folding for diff view
已回答I currently have a SimpleFoldingBuilder working which automatically collapses certain parts of the file. Is it possible to extend this to the diff view as well? -
创建于 Gradle vs Devkit
已回答There are two ways to create a plugin project. Gradle is the preferred way and this is what I chose. But in this way if I try to follow this tutorial:http://www.jetbrains.org/intellij/sdk/docs/tu... -
创建于 Extend simple annotator for json files?
已回答I am trying to create a plugin which allows me to add annotations to a json file. Annotations in this context simply mean that the file will be parsed for specific text and if the text is found, th... -
创建于 Plugin to add a line marker in the gutter
I am simply trying to create a plugin which adds some kind of marker for a section of code in the gutter. This will be for the default editor and the diff editor. Can someone provide a simple examp... -
创建于 unable to compile simple_language_plugin project
已回答I am trying to understand the simple language plugin. However, a couple of source files don't compile: Please let me know if I missed something. Information:java: Errors occurred while compiling ...