主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Imants Cekusins
活动总数
410
最后的活动
2024年06月25日 06:27
成员加入日期
2015年07月30日 11:35
关注
0 名用户
关注者数
0 名用户
投票数
15
订阅数
108
活动概览
帖子(12)
评论(275)
按最近的活动排序
最近的活动
投票数
创建于
2015年11月20日 09:16
yes, Osama, could you give some background / context as to what you are trying to do?I was trying to solve a problem which was not obvious to me.
社区
IntelliJ IDEA Open API and Plugin Development
How to convert a PsiElement to a PsiClass
0 票
创建于
2015年11月16日 08:15
Hello Ram,here is one way to do this: static void formatted(Editor editor, String html, String title) { JBPopupFactory factory = JBPopupFactory.getInstance(); BalloonBuilder builder = ...
社区
IntelliJ IDEA Open API and Plugin Development
How to render/format output from IDEA plugin
0 票
创建于
2015年11月18日 19:45
here is how you could set height & width: static void formatted(Editor editor, String html, String title, Rectangle bounds) { JBPopupFactory factory = JBPopupFactory.getInstance(); B...
社区
IntelliJ IDEA Open API and Plugin Development
How to render/format output from IDEA plugin
0 票
创建于
2015年11月19日 00:49
Ram, are you passing valid HTML?wrapped in tags, styled etc?I just checked: the popup window size auto adjusts to the content.
社区
IntelliJ IDEA Open API and Plugin Development
How to render/format output from IDEA plugin
0 票
创建于
2015年12月27日 14:10
Thank you for the tip! I ran into this same error.some error message actually gave a tip to use doPostponedOperationsAndUnblockDocument:PsiDocumentManager.getInstance(project).doPostponedOpera...
社区
IntelliJ IDEA Open API and Plugin Development
Attempt to modify PSI for non-committed Document!
0 票
创建于
2015年12月22日 13:26
put a breakpoint atcom.intellij.openapi.util.IconLoader.getIcon(IconLoader.java:178)when searching for file, tick "include non-project files"
社区
IntelliJ IDEA Open API and Plugin Development
plugin does not find the png files
0 票
创建于
2015年09月21日 17:42
this code is called whenever (in-place?) rename action is triggered:https://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl/src/com/intellij/refactoring/rename/RenameHandlerR...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年09月21日 18:39
> and whenever RenameHandler EP is registered, availableHandlers.size() is always > 1Ania, let's try a simple test:register below code as the only custom renameHandler EP.then (assuming inline rena...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2016年01月06日 11:58
why not start with a tutorial:http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/completion_contributor.htmlthese parameters are important:CompletionParameters parameters,...
社区
IntelliJ IDEA Open API and Plugin Development
Completion Contributor for Scala
0 票
创建于
2016年01月07日 17:05
:) you are welcome
社区
IntelliJ IDEA Open API and Plugin Development
Completion Contributor for Scala
0 票
«
第一页
‹
上一页
下一页
›
最后
»