主页
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月12日 09:20
> folding does not allow the injected text to contain multiple linesThanos, you can adjust folded region to include multiple lines. You can also group folded regions.experiment with this FoldingDes...
社区
IntelliJ IDEA Open API and Plugin Development
Multiline folding/virtual text
0 票
创建于
2015年11月09日 17:39
Hello Gregor,I may misunderstand how bnf works but here is my view of it:Complex elements are usually named lowercaseComplex elements are defined in terms of 'leaves' which are named uppercase.Leav...
社区
IntelliJ IDEA Open API and Plugin Development
Language Plugin: Use specific rule as elementType
0 票
创建于
2015年11月10日 10:30
{ tokens = [ id = "regexp:\p{Alpha}\w*" ] } // [...] var_def ::= 'var' var_name var_name ::= idcould you post a link to the tutorial, please?
社区
IntelliJ IDEA Open API and Plugin Development
Language Plugin: Use specific rule as elementType
0 票
创建于
2015年11月19日 10:19
Hello Szymek,why not implement lang.foldingBuilder extension point?http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/folding_builder.html
社区
IntelliJ IDEA Open API and Plugin Development
making <remove> .. </remove>-wrapped code look like a comment (JSF syntax coloring)
0 票
创建于
2015年11月19日 19:22
looks like PsiTreeUtil.getParentOfType returns PsiElement subclass: public static <T extends PsiElement> T getParentOfType(@Nullable PsiElement element, @NotNull Class<T> aClass) Are you using Psi...
社区
IntelliJ IDEA Open API and Plugin Development
How to convert a PsiElement to a PsiClass
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»