主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dan Cioca
活动总数
363
最后的活动
2023年05月19日 09:38
成员加入日期
2006年12月05日 15:28
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
122
活动概览
帖子(86)
评论(154)
按最近的活动排序
最近的活动
投票数
创建于
2009年09月03日 08:21
Hello Nikolay,no, i do not see any exceptions in the log file while placing beakpoints.
社区
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 票
创建于
2009年09月07日 14:32
The files come from my custom database file system. File type is resolved by the file system so the extension is not really needed in my case. Anyhow, i faked the system by using a dummy extension,...
社区
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 票
创建于
2009年11月25日 19:43
Have tried to use IChameleonElementType approach for my language injection, yet i am not able to get the highlighter to work. The embedded language does not get highlighted.Do i need to implement L...
社区
IntelliJ IDEA Open API and Plugin Development
IChameleonElementType and language highlighting
0 票
创建于
2009年11月23日 09:55
start by looking into com.intellij.openapi.project.DumbAware. Elements extending DumbAware do not need to wait for indexing to complete. You can use it for several components, like actions, inspect...
社区
IntelliJ IDEA Open API and Plugin Development
Keeping tool window enabled while IDEA in "dumb" mode
0 票
创建于
2010年03月11日 15:12
Thanks Dmitry, works great!Had some small problems at the beginning with the search scopes, as my files are not in local file system, but it turned out fine. Good stuff...Dan
社区
IntelliJ IDEA Open API and Plugin Development
[HOW TO] highlight identifier under caret in custom language
0 票
创建于
2010年01月18日 20:04
There seem to be a bunch of other problems as well with the plugin versioning.Just to mention one, if i use <idea-version since-build="10000"/>, the plugin shows as compatible with all Intellij CE ...
社区
IntelliJ IDEA Open API and Plugin Development
Re: Values for since-build in <idea-version> of plugin.xml?
0 票
创建于
2010年11月19日 19:31
Great! Thanks for the quick answer!
社区
IntelliJ IDEA Open API and Plugin Development
[HOW-TO] change icon for editor IntentionActions
0 票
创建于
2010年11月12日 12:02
Thanks for the answer Dmitry.I saw that the model only accepts chains of type <PsiDirectory>...<PsiDirectory><PsiFile> (just by looking at the recursion logic in NavBarModel.traverseToRoot()).Any c...
社区
IntelliJ IDEA Open API and Plugin Development
Question to "navigation bar"
0 票
创建于
2010年09月14日 21:25
I am trying the same thing but always receive the content from HEAD (Idea-X EAP) instead of the "maia" branch. The only difference is that I don't see the warning message and that my git client req...
社区
IntelliJ IDEA Open API and Plugin Development
CE Codebase: Where's the MAIA branch?
0 票
创建于
2010年03月12日 20:04
Just found the answers to my questions. I was not aware that there is a project level message bus. I was using the application level bus. File editor listener and module listener events are subscri...
社区
IntelliJ IDEA Open API and Plugin Development
Questions to MessageBus
0 票
«
第一页
‹
上一页
下一页
›
最后
»