主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jay
活动总数
165
最后的活动
2016年01月17日 19:25
成员加入日期
2006年08月24日 15:27
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
62
活动概览
帖子(28)
评论(75)
按最近的活动排序
最近的活动
投票数
创建于
2006年11月14日 18:07
By the way, don't you know what's the second parameter of IconProvider's getIcon method?
社区
IntelliJ IDEA Open API and Plugin Development
Can i change icon of a file depending on it's contents?
0 票
创建于
2006年12月05日 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
社区
IntelliJ IDEA Open API and Plugin Development
How to display Hint (Tooltip) for resolved PsiReference on Ctrl + MouseOver
0 票
创建于
2007年02月27日 15:08
Thank you much!I'll try to add a lexer that switches between several lexers depending on start and stop tokens.
社区
IntelliJ IDEA Open API and Plugin Development
Different types of lexers
0 票
创建于
2007年02月27日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Easy new languages addition
0 票
创建于
2007年04月16日 15:37
Look here:HOME/.IntelliJIdea60/config/plugins
社区
IntelliJ IDEA Open API and Plugin Development
Where is my JAR?
0 票
创建于
2007年04月09日 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 (:
社区
IntelliJ IDEA Open API and Plugin Development
Commenter in custom language: comments but not uncomments
0 票
创建于
2006年11月22日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Parameter Info
0 票
创建于
2006年11月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Parameter Info
0 票
创建于
2007年09月24日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Best Language Plugin Examples?
0 票
创建于
2008年04月19日 11:38
Sorry, i don't get the question. What is your plugin? What do you want to complete? In which context?
社区
IntelliJ IDEA Open API and Plugin Development
How to implement custom code completion in javascript?
0 票
«
第一页
‹
上一页
下一页
›
最后
»