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 03, 2009 08:21
Hello Nikolay,no, i do not see any exceptions in the log file while placing beakpoints.
Community
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 votes
Created
September 07, 2009 14:32
The files come from my custom database file system. File type is resolved by the file system so the extension is not really needed in my case. Anyhow, i faked the system by using a dummy extension,...
Community
IntelliJ IDEA Open API and Plugin Development
Question about debugger api (com.intellij.debugger.*)
0 votes
Created
November 25, 2009 19:43
Have tried to use IChameleonElementType approach for my language injection, yet i am not able to get the highlighter to work. The embedded language does not get highlighted.Do i need to implement L...
Community
IntelliJ IDEA Open API and Plugin Development
IChameleonElementType and language highlighting
0 votes
Created
November 23, 2009 09:55
start by looking into com.intellij.openapi.project.DumbAware. Elements extending DumbAware do not need to wait for indexing to complete. You can use it for several components, like actions, inspect...
Community
IntelliJ IDEA Open API and Plugin Development
Keeping tool window enabled while IDEA in "dumb" mode
0 votes
Created
March 11, 2010 15:12
Thanks Dmitry, works great!Had some small problems at the beginning with the search scopes, as my files are not in local file system, but it turned out fine. Good stuff...Dan
Community
IntelliJ IDEA Open API and Plugin Development
[HOW TO] highlight identifier under caret in custom language
0 votes
Created
January 18, 2010 20:04
There seem to be a bunch of other problems as well with the plugin versioning.Just to mention one, if i use <idea-version since-build="10000"/>, the plugin shows as compatible with all Intellij CE ...
Community
IntelliJ IDEA Open API and Plugin Development
Re: Values for since-build in <idea-version> of plugin.xml?
0 votes
Created
November 19, 2010 19:31
Great! Thanks for the quick answer!
Community
IntelliJ IDEA Open API and Plugin Development
[HOW-TO] change icon for editor IntentionActions
0 votes
Created
November 12, 2010 12:02
Thanks for the answer Dmitry.I saw that the model only accepts chains of type <PsiDirectory>...<PsiDirectory><PsiFile> (just by looking at the recursion logic in NavBarModel.traverseToRoot()).Any c...
Community
IntelliJ IDEA Open API and Plugin Development
Question to "navigation bar"
0 votes
Created
September 14, 2010 21:25
I am trying the same thing but always receive the content from HEAD (Idea-X EAP) instead of the "maia" branch. The only difference is that I don't see the warning message and that my git client req...
Community
IntelliJ IDEA Open API and Plugin Development
CE Codebase: Where's the MAIA branch?
0 votes
Created
March 12, 2010 20:04
Just found the answers to my questions. I was not aware that there is a project level message bus. I was using the application level bus. File editor listener and module listener events are subscri...
Community
IntelliJ IDEA Open API and Plugin Development
Questions to MessageBus
0 votes
«
First
‹
Previous
Next
›
Last
»