主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dan Cioca
活动总数
363
最后的活动
2023年05月19日 09:38
成员加入日期
2006年12月05日 15:28
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
122
活动概览
帖子(86)
评论(154)
按最近的活动排序
最近的活动
投票数
创建于
2010年01月18日 16:07
Indeed, it is as simple as that. Was expecting a non modal dialog to float somewhere behind the main window. Guess my awt/swing skills are not the strongest...
社区
IntelliJ IDEA Open API and Plugin Development
[HOW TO] Make a non-modal DialogWrapper to stay on top?
0 票
创建于
2010年05月27日 22:34
Oh, i see... thanks!
社区
IntelliJ IDEA Open API and Plugin Development
Where is com.intellij.ui.table.JBTable packaged?
0 票
创建于
2010年11月16日 17:16
Thanks for the tip. Certainly useful for navigating within a file.Still, my use case is trying to emulate database path (like CONNECTION > DATABASE > SCHEMA > FUNCTION), where every other element b...
社区
IntelliJ IDEA Open API and Plugin Development
Question to "navigation bar"
0 票
创建于
2011年03月04日 15:46
Have had the same issues with my plugin, and learned that startup indexing is somehow using the lexers asynchronously, or the lifecycle of a lexing event is not defined properly (as they seem to be...
社区
IntelliJ IDEA Open API and Plugin Development
Transient Lexer Errors In My Custom Language Plugin When Starting The IDE
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»