主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dan Cioca
活动总数
363
最后的活动
2023年05月19日 09:38
成员加入日期
2006年12月05日 15:28
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
122
活动概览
帖子(86)
评论(154)
按最近的活动排序
最近的活动
投票数
创建于
2013年04月23日 15:53
embarrassingly trivial.. why didn't I think of that? I ended up creating the assertion error and throwing it from a new thread :) ..worked though...Thanks Denis
社区
IntelliJ IDEA Open API and Plugin Development
[HOW TO] Soft assertions with support for error reporting
0 票
创建于
2013年04月17日 09:38
Hi Dmitry,thanks for the clarification.I am trying to improve the parser responsiveness for large files (up to 8000 lines). One performance issue I identified is my custom "update builder error" lo...
社区
IntelliJ IDEA Open API and Plugin Development
Events triggering PsiParser.parse()
0 票
创建于
2009年05月04日 13:46
One idea would be to create a dummy PsiElement as target reference for the PsiElements which have no applicable reference. Let these PsiElements implement PsiReference as well and return your dummy...
社区
IntelliJ IDEA Open API and Plugin Development
How can I use DocumentationProvider for all tokens?
0 票
创建于
2014年12月09日 09:24
Thank you Dmitry. Works fine. The issue now is rebuilding the folding regions. I tried CodeFoldingManager.buildInitialFoldings(doc). This is accessing my FoldingBuilder so obviously building the fo...
社区
IntelliJ IDEA Open API and Plugin Development
[HOW-TO] how can i trigger parsing of a document programatically
0 票
创建于
2015年01月22日 11:56
Is there any quick workaround for circumventing this? I am getting lots of issue reports. My message dialogs are usually not triggered by the user directly, they are mostly the result of a backgrou...
社区
IntelliJ IDEA Open API and Plugin Development
Receiving "The should return focus on closing the message" when using Messages.showDialog
0 票
创建于
2015年01月21日 22:14
Great! Works! Thanks a lot
社区
IntelliJ IDEA Open API and Plugin Development
[HOWTO] XDebugger default tab selection (Console)
0 票
创建于
2015年01月12日 10:22
Great! Thanks Dmitry!
社区
IntelliJ IDEA Open API and Plugin Development
Receiving "The should return focus on closing the message" when using Messages.showDialog
0 票
创建于
2015年07月07日 10:28
Thanks Egor! Just found that i can extend the Remote-App run configuration to initialize my virtual machine (i.e. listen to a jdi socket). Don't need to initialize the jdi-vm myself.
社区
IntelliJ IDEA Open API and Plugin Development
JDI and XDebugger Interface
0 票
创建于
2015年08月04日 07:40
This was possible in earlier Intellij versions (prior to 15) if the underlying action had empty presentation text. Now (in version 15) the intention is presented with empty text. Is this a bug?Upda...
社区
IntelliJ IDEA Open API and Plugin Development
[HOW-TO] prevent editor gutter actions from being displayed as intentions
0 票
创建于
2010年12月29日 23:02
I remember i had the same problem. I was using two different lexers for the highlighter and for the parser. As soon as i shared the tokens (i.e. both highligter and parser return the same instance ...
社区
IntelliJ IDEA Open API and Plugin Development
TODO's not being highlighted blue nor appearing in tree
0 票
«
第一页
‹
上一页