Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jay
Total activity
165
Last activity
January 17, 2016 19:25
Member since
August 24, 2006 15:27
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
62
Activity overview
Posts (28)
Comments (75)
Sort by recent activity
Recent activity
Votes
Created
November 14, 2006 18:07
By the way, don't you know what's the second parameter of IconProvider's getIcon method?
Community
IntelliJ IDEA Open API and Plugin Development
Can i change icon of a file depending on it's contents?
0 votes
Created
December 05, 2006 16:58
i think that this tooltip is just a text.but i have not tried to format it.i know that javadoc popup (ctrl+q) has pure html formatting
Community
IntelliJ IDEA Open API and Plugin Development
How to display Hint (Tooltip) for resolved PsiReference on Ctrl + MouseOver
0 votes
Created
February 27, 2007 15:08
Thank you much!I'll try to add a lexer that switches between several lexers depending on start and stop tokens.
Community
IntelliJ IDEA Open API and Plugin Development
Different types of lexers
0 votes
Created
February 27, 2007 10:04
Hello Mickael!I think it depends on what do you call a language support.Is it highlighting? Then there is a plugin that uses grammar written in jparsec or rparsec.But if you want something more - t...
Community
IntelliJ IDEA Open API and Plugin Development
Easy new languages addition
0 votes
Created
April 16, 2007 15:37
Look here:HOME/.IntelliJIdea60/config/plugins
Community
IntelliJ IDEA Open API and Plugin Development
Where is my JAR?
0 votes
Created
April 09, 2007 10:45
Thanks Saschaunfortunately i've abandoned that plugin and would not be able to test your solution. But since i now develop another language plugin - maybe i'll meet just the same bug (:
Community
IntelliJ IDEA Open API and Plugin Development
Commenter in custom language: comments but not uncomments
0 votes
Created
November 22, 2006 14:29
I've found and implemented ParameterInfoHandler but i can't get it show a tooltip - methods get called but no tooltipany help or maybe javadoc?Good day!Is there any way to provide a parameter info ...
Community
IntelliJ IDEA Open API and Plugin Development
Parameter Info
0 votes
Created
November 22, 2006 16:47
I think the problem is somewhere with the offsets, not with the showHint.My impl:public boolean couldShowInLookup() { return true; } public Object[] getParametersForLookup(LookupItem lookupItem, P...
Community
IntelliJ IDEA Open API and Plugin Development
Parameter Info
0 votes
Created
September 24, 2007 08:59
Hi!I suggest you first need to read http://www.jetbrains.com/idea/plugins/developing_custom_language_plugins.htmland then look at Javascript plugin sources and Ruby and/or Groovy plugin sources.Ove...
Community
IntelliJ IDEA Open API and Plugin Development
Best Language Plugin Examples?
0 votes
Created
April 19, 2008 11:38
Sorry, i don't get the question. What is your plugin? What do you want to complete? In which context?
Community
IntelliJ IDEA Open API and Plugin Development
How to implement custom code completion in javascript?
0 votes
«
First
‹
Previous
Next
›
Last
»