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
September 07, 2009 10:55
Hi Nikolay,the breakpoints are visible in the Breakpoints dialog. The fact that the breakpoints are not showing up in the editor has probably to do with the fact that the files which I am placing b...
Community
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 votes
Created
September 09, 2009 09:22
I am using a custom editor provider that returns a TextEditor from createEditor(). The reason for having several providers is the fact that I use several views for the same database file (e.g. for ...
Community
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 votes
Created
September 10, 2009 15:59
I use TextEditorProvider.createEditor(), but I wrap the returned editor in my own class implementing TextEditor. I did the wrapping to be able to return a different value from getName() instead of ...
Community
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 votes
Created
October 01, 2009 11:51
To revive this thread... I have found the problem. It is the misuse of the multiple editor providers to show different contents for the same file, by presenting two different virtual files to each ...
Community
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 votes
Created
January 27, 2010 11:01
the answer is DocumentEx.stripTrailingSpaces()
Community
IntelliJ IDEA Open API and Plugin Development
[HOW TO] Trim right edges of a Document programmatically
0 votes
Created
January 19, 2010 19:58
Indeed, seems to be working now. Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Re: Values for since-build in <idea-version> of plugin.xml?
0 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
«
First
‹
Previous
Next
›
Last
»