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
January 18, 2010 16:07
Indeed, it is as simple as that. Was expecting a non modal dialog to float somewhere behind the main window. Guess my awt/swing skills are not the strongest...
Community
IntelliJ IDEA Open API and Plugin Development
[HOW TO] Make a non-modal DialogWrapper to stay on top?
0 votes
Created
May 27, 2010 22:34
Oh, i see... thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Where is com.intellij.ui.table.JBTable packaged?
0 votes
Created
November 16, 2010 17:16
Thanks for the tip. Certainly useful for navigating within a file.Still, my use case is trying to emulate database path (like CONNECTION > DATABASE > SCHEMA > FUNCTION), where every other element b...
Community
IntelliJ IDEA Open API and Plugin Development
Question to "navigation bar"
0 votes
Created
March 04, 2011 15:46
Have had the same issues with my plugin, and learned that startup indexing is somehow using the lexers asynchronously, or the lifecycle of a lexing event is not defined properly (as they seem to be...
Community
IntelliJ IDEA Open API and Plugin Development
Transient Lexer Errors In My Custom Language Plugin When Starting The IDE
0 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
«
First
‹
Previous
Next
›
Last
»