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 01, 2008 13:54
Hi Dmitry,Thanks for the feedback.Is there another way to intercept an action invocation?Dan
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger additional operations on code formatting (Ctrl+Alt+L)
0 votes
Created
April 01, 2008 20:17
Thanks Nathan,i would prefer a more non-intrusive solution but it looks like there is none.Regards,Dan
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger additional operations on code formatting (Ctrl+Alt+L)
0 votes
Created
June 30, 2008 20:10
The api documentation states "The To Do view is supported automatically if the plugin provides a correct implementation of the ParserDefinition.getCommentTokens() method.". As far as my language pa...
Community
IntelliJ IDEA Open API and Plugin Development
How to make idea aware of TODOs within custom language
0 votes
Created
June 29, 2008 14:57
try using EditorFactory.createEditor()it will get you an com.intellij.openapi.editor.Editor its JComponent you can embed in your swing form - Editor.getComponent()
Community
IntelliJ IDEA Open API and Plugin Development
How to embed file editor into tool window?
0 votes
Created
August 26, 2008 13:43
Thanks Peter, makes sense. Nevertheless, I will need to provide slightly different highlighting for each dialect. But I think I could hook into the Language.getSyntaxHighlighter(...) for achieving ...
Community
IntelliJ IDEA Open API and Plugin Development
com.intellij.lang.LanguageDialect with idea 7.0
0 votes
Created
February 27, 2009 18:38
No no! Not another major redesign. :-)The concept i find quite ok. Just needs some language context around it I think. At least for the "foreign" code completion contributors.
Community
IntelliJ IDEA Open API and Plugin Development
"IntellijIdeaRulezzz" vs. "xxx" dummy token in 8.1
0 votes
Created
May 18, 2007 19:30
cool! :)
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:56
Great! Thanks! this works fine.
Community
IntelliJ IDEA Open API and Plugin Development
How to determine what type of code completion was invoked
0 votes
Created
February 08, 2009 12:41
Thanks Peter,I obviously overlooked the setInsertHandler() getInsertHandler() methods of LookupItem. :-)
Community
IntelliJ IDEA Open API and Plugin Development
How to register an InsertHandler with IDEA 8.0 (Diana)
0 votes
Created
June 13, 2009 06:55
To come back on this, is there a way to define root PsiBlocks which trigger the parser only for the given section in the document, when the edit operation takes place within this block? This would ...
Community
IntelliJ IDEA Open API and Plugin Development
Why is the parser being triggered for every Return stroke?
0 votes
«
First
‹
Previous
Next
›
Last
»