Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dan Cioca
Total activity
363
Last activity
May 19, 2023 09:38
Member since
December 05, 2006 15:28
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
122
Activity overview
Posts (86)
Comments (154)
Sort by recent activity
Recent activity
Votes
Created
July 01, 2008 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to make idea aware of TODOs within custom language
0 votes
Created
November 18, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to use a determinate progress indicator
0 votes
Created
February 27, 2009 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...
Community
IntelliJ IDEA Open API and Plugin Development
"IntellijIdeaRulezzz" vs. "xxx" dummy token in 8.1
0 votes
Created
February 27, 2009 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...
Community
IntelliJ IDEA Open API and Plugin Development
"IntellijIdeaRulezzz" vs. "xxx" dummy token in 8.1
0 votes
Created
March 02, 2009 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.
Community
IntelliJ IDEA Open API and Plugin Development
"IntellijIdeaRulezzz" vs. "xxx" dummy token in 8.1
0 votes
Created
February 06, 2009 22:48
Any idea how to do this with 8.0 (Diana)?What happen to SmartCodeCompletionAction.isDoingSmartCodeCompleteAction()?
Community
IntelliJ IDEA Open API and Plugin Development
How to determine what type of code completion was invoked
0 votes
Created
February 16, 2009 16:55
missed that the IElementType can be created with the option register = false.
Community
IntelliJ IDEA Open API and Plugin Development
Limitation on the number of IElementTypes
0 votes
Created
December 13, 2006 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:...
Community
IntelliJ IDEA Open API and Plugin Development
Why is the parser being triggered for every Return stroke?
0 votes
Created
December 11, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 votes
Created
December 17, 2007 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.. ;)
Community
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 votes
«
First
‹
Previous
Next
›
Last
»