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
April 07, 2008 11:10
Yann, thanks a lot! Works perfectly. Even though LookupValueWithPriority has only three presets (NORMAL, HIGHER, HIGH), it seem to accept and properly work with different values as well.Great! Than...
Community
IntelliJ IDEA Open API and Plugin Development
Sort code completion variants (using LookupItem)
0 votes
Created
April 07, 2008 21:08
Thanks Peter! Actually i used the setPriority() approach. Following the hint from Yann, i looked up how this interface is used when creating the LookupItem. The comparing algorithm is also in place...
Community
IntelliJ IDEA Open API and Plugin Development
Sort code completion variants (using LookupItem)
0 votes
Created
May 08, 2007 11:32
Hello Dmitry, Thank you very much! Was exactly what I needed.Dan
Community
IntelliJ IDEA Open API and Plugin Development
Create an Editor for a non physical file
0 votes
Created
May 09, 2007 20:34
Hello Dmitry,so far so good... i am able to open a custom virtual file in the editor, nevertheless only the highlighter is being triggered, the parser not...What can I possible do wrong here?Thanks...
Community
IntelliJ IDEA Open API and Plugin Development
Create an Editor for a non physical file
0 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
«
First
‹
Previous
Next
›
Last
»