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 23, 2013 15:53
embarrassingly trivial.. why didn't I think of that? I ended up creating the assertion error and throwing it from a new thread :) ..worked though...Thanks Denis
Community
IntelliJ IDEA Open API and Plugin Development
[HOW TO] Soft assertions with support for error reporting
0 votes
Created
April 17, 2013 09:38
Hi Dmitry,thanks for the clarification.I am trying to improve the parser responsiveness for large files (up to 8000 lines). One performance issue I identified is my custom "update builder error" lo...
Community
IntelliJ IDEA Open API and Plugin Development
Events triggering PsiParser.parse()
0 votes
Created
May 04, 2009 13:46
One idea would be to create a dummy PsiElement as target reference for the PsiElements which have no applicable reference. Let these PsiElements implement PsiReference as well and return your dummy...
Community
IntelliJ IDEA Open API and Plugin Development
How can I use DocumentationProvider for all tokens?
0 votes
Created
December 09, 2014 09:24
Thank you Dmitry. Works fine. The issue now is rebuilding the folding regions. I tried CodeFoldingManager.buildInitialFoldings(doc). This is accessing my FoldingBuilder so obviously building the fo...
Community
IntelliJ IDEA Open API and Plugin Development
[HOW-TO] how can i trigger parsing of a document programatically
0 votes
Created
January 22, 2015 11:56
Is there any quick workaround for circumventing this? I am getting lots of issue reports. My message dialogs are usually not triggered by the user directly, they are mostly the result of a backgrou...
Community
IntelliJ IDEA Open API and Plugin Development
Receiving "The should return focus on closing the message" when using Messages.showDialog
0 votes
Created
January 21, 2015 22:14
Great! Works! Thanks a lot
Community
IntelliJ IDEA Open API and Plugin Development
[HOWTO] XDebugger default tab selection (Console)
0 votes
Created
January 12, 2015 10:22
Great! Thanks Dmitry!
Community
IntelliJ IDEA Open API and Plugin Development
Receiving "The should return focus on closing the message" when using Messages.showDialog
0 votes
Created
July 07, 2015 10:28
Thanks Egor! Just found that i can extend the Remote-App run configuration to initialize my virtual machine (i.e. listen to a jdi socket). Don't need to initialize the jdi-vm myself.
Community
IntelliJ IDEA Open API and Plugin Development
JDI and XDebugger Interface
0 votes
Created
August 04, 2015 07:40
This was possible in earlier Intellij versions (prior to 15) if the underlying action had empty presentation text. Now (in version 15) the intention is presented with empty text. Is this a bug?Upda...
Community
IntelliJ IDEA Open API and Plugin Development
[HOW-TO] prevent editor gutter actions from being displayed as intentions
0 votes
Created
December 29, 2010 23:02
I remember i had the same problem. I was using two different lexers for the highlighter and for the parser. As soon as i shared the tokens (i.e. both highligter and parser return the same instance ...
Community
IntelliJ IDEA Open API and Plugin Development
TODO's not being highlighted blue nor appearing in tree
0 votes
«
First
‹
Previous