主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jay
活动总数
165
最后的活动
2016年01月17日 19:25
成员加入日期
2006年08月24日 15:27
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
62
活动概览
帖子(28)
评论(75)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2007年04月09日 10:42
What lexer do you have? Is it flex-generated? If so do you use FlexAdapter over it?Do you return null from Language.getParserDefinition() ?
社区
IntelliJ IDEA Open API and Plugin Development
Newbie language plugin question
0 票
创建于
2008年06月17日 10:32
I care because right now i don't have time to validly implement the formatter, however i noticed that the second version ”doesn't work“ better than the first one.Like when i don't have a Formatting...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language formatter question pack #1
0 票
创建于
2008年12月19日 13:51
Hello Peter,again myselfIt seems like idea calls your lexer with only a part of the file when you scroll or edit. Your lexer should parse the chunk normally given just the state of the lexer.Howeve...
社区
IntelliJ IDEA Open API and Plugin Development
On to Syntax Coloring!
0 票
创建于
2008年12月15日 00:28
What do you mean by various interfaces?And what version are you targeting? 7 or 8?
社区
IntelliJ IDEA Open API and Plugin Development
Looking for Lexer doc
0 票
创建于
2009年01月16日 22:56
HiAs far as i understand, "key" attribute for syntaxHighlighter extension should be equal to your language name (what you pass to Language constructor in your Language implementation).Also, here ht...
社区
IntelliJ IDEA Open API and Plugin Development
Proper registration of Syntax coloring components for custom language plugins.
0 票
«
第一页
‹
上一页
下一页
›
最后
»