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
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
Created
November 26, 2014 14:11
Great! Thanks Yann! was hoping for a numbered priority qualifier but i think i could work it out with hi/low markers as well
Community
IntelliJ IDEA Open API and Plugin Development
[HOW TO] change the order of the editor intentions
0 votes
Created
July 06, 2015 14:22
Thanks! Have changed my action template presentations with setText("name", false). The double underscore approach was anyways not a safe one.Have seen the other issue with propagating the mnemonic ...
Community
IntelliJ IDEA Open API and Plugin Development
[HOWTO] Ignore Action text underscore mnemonic marker
0 votes
Created
December 05, 2006 16:39
Thanks Jay! Works fine. Is there a way do some text formating here? Like "...
Community
IntelliJ IDEA Open API and Plugin Development
How to display Hint (Tooltip) for resolved PsiReference on Ctrl + MouseOver
0 votes
Created
March 20, 2007 01:00
.
Community
IntelliJ IDEA Open API and Plugin Development
Trigger progress indicator within Daemon code analyzer (ProgressManager)
0 votes
«
First
‹
Previous
Next
›
Last
»