主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jon Akhtar
活动总数
383
最后的活动
2019年07月30日 07:31
成员加入日期
2010年09月27日 19:42
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
142
活动概览
帖子(42)
评论(199)
按最近的活动排序
最近的活动
投票数
创建于
2011年06月25日 08:43
I guess sometimes asking a question helps you find the answer on your own. It looks like my ant build that I use on the teamcity server didnt include my error reporter sources. I would have thought...
社区
IntelliJ IDEA Open API and Plugin Development
Why does the error report submitter always seem to be greyed out?
0 票
创建于
2011年06月12日 01:03
Why dont you use tail on the idea.log instead. That is what I do.
社区
IntelliJ IDEA Open API and Plugin Development
Idea.log is terribly slow
0 票
创建于
2011年06月09日 23:48
The leaves are the lexer tokens I believeThis is a great time to install PsiViewer
社区
IntelliJ IDEA Open API and Plugin Development
Parser Startup Errors
0 票
创建于
2011年06月10日 22:23
Yes. It is not nearly as useful.
社区
IntelliJ IDEA Open API and Plugin Development
Parser Startup Errors
0 票
创建于
2011年08月07日 00:29
I think you don't wantFileTemplateManager.getInstance().getInternalTemplate(templName);Instead useFileTemplateManager.getInstance().getTemplate(templName);
社区
IntelliJ IDEA Open API and Plugin Development
CreateFileAction problem
0 票
创建于
2011年08月08日 12:32
Why aren't you calling:PsiFileFactory.getInstance(project).createFileFromText(name, <LanguageFileType>, text);You might also have another problem if you load your templates without using the resour...
社区
IntelliJ IDEA Open API and Plugin Development
CreateFileAction problem
0 票
创建于
2011年08月06日 20:41
In your implementation of RunConfiguration override checkConfiguration()Throw an instance of RuntimeConfigurationException to indicate an error.@Overridepublic void checkConfiguration() throws Ru...
社区
IntelliJ IDEA Open API and Plugin Development
How to mark a run configuration as invalid?
0 票
创建于
2011年07月23日 18:24
The source code is the documentation. That said - there is quite a bit of JavaDoc surrounding PsiReference and particularly CompletionContributor.I think that getting a list of a few good example p...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij IDEA source appears to have the javadoc comments stripped out
0 票
创建于
2011年10月28日 07:48
I gave an answer to this question in this thread: http://devnet.jetbrains.net/click.jspa?searchID=401511&objectType=2&objectID=5316251
社区
IntelliJ IDEA Open API and Plugin Development
Install custom templates with plugin
0 票
创建于
2011年08月28日 13:39
Dont forget to check out the PsiViewer plugin - it is extremely helpful once you get to the point where you are building a Psi tree.
社区
IntelliJ IDEA Open API and Plugin Development
Custom language confusion
0 票
«
第一页
‹
上一页
下一页
›
最后
»