主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dan Cioca
活动总数
363
最后的活动
2023年05月19日 09:38
成员加入日期
2006年12月05日 15:28
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
122
活动概览
帖子(86)
评论(154)
按最近的活动排序
最近的活动
投票数
创建于
2008年07月01日 13:14
Have identified the issue myself. I am using a two lexer strategy for highlighting and for parsing, each one working on different sets of token types. The ParserDefinition.getCommentTokens() seems ...
社区
IntelliJ IDEA Open API and Plugin Development
How to make idea aware of TODOs within custom language
0 票
创建于
2008年11月18日 00:06
have you tried using setFraction()? the setIndeterminate() seems not to work always if called at the beginning of the process (the "oscillation" of the progress indicator does not start). On the ot...
社区
IntelliJ IDEA Open API and Plugin Development
How to use a determinate progress indicator
0 票
创建于
2009年02月27日 17:33
Many thanks Peter! This gives me a lot of flexibility, so I do not need to rely on the dummy identifier.Btw. think this is a little too flexible ...the CompletionContributor concept. Because you ca...
社区
IntelliJ IDEA Open API and Plugin Development
"IntellijIdeaRulezzz" vs. "xxx" dummy token in 8.1
0 票
创建于
2009年02月27日 22:10
Just learned that CompletionContributor#beforeCompletion() is not a bullet proof solution for changing the dummy token. This may be overruled by another contributor, hence the last contributor call...
社区
IntelliJ IDEA Open API and Plugin Development
"IntellijIdeaRulezzz" vs. "xxx" dummy token in 8.1
0 票
创建于
2009年03月02日 19:27
Thanks Peter. The hint with the sorting was helpful. Alternatively i could have sorted the array of contributors programmatically, which would have been a bit intrusive i think.
社区
IntelliJ IDEA Open API and Plugin Development
"IntellijIdeaRulezzz" vs. "xxx" dummy token in 8.1
0 票
创建于
2009年02月06日 22:48
Any idea how to do this with 8.0 (Diana)?What happen to SmartCodeCompletionAction.isDoingSmartCodeCompleteAction()?
社区
IntelliJ IDEA Open API and Plugin Development
How to determine what type of code completion was invoked
0 票
创建于
2009年02月16日 16:55
missed that the IElementType can be created with the option register = false.
社区
IntelliJ IDEA Open API and Plugin Development
Limitation on the number of IElementTypes
0 票
创建于
2006年12月13日 18:54
Thanks Dmitry, makes sense...Yet! Usually the Enter keystroke is affecting only one whitespace PsiElement. Why does it need to build the whole Psi tree again for this?On the other hand you may say:...
社区
IntelliJ IDEA Open API and Plugin Development
Why is the parser being triggered for every Return stroke?
0 票
创建于
2007年12月11日 17:13
Great! Won't be able anyhow to provide this feature until Diana is released. Need to be able to parse PL/SQL first. Yet, I wonder how did Sascha implement the "XSLT-Debugger". Is this all custom im...
社区
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 票
创建于
2007年12月17日 15:36
:) Thanks for the clarification. Think i'll wait for Diana. Have already enough trouble maintaining compatibility with both 6.0 and 7.0 with the small non-open-api "black magic" i used.. ;)
社区
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 票
«
第一页
‹
上一页
下一页
›
最后
»