主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jon Akhtar
活动总数
383
最后的活动
2019年07月30日 07:31
成员加入日期
2010年09月27日 19:42
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
142
活动概览
帖子(42)
评论(199)
按最近的活动排序
最近的活动
投票数
创建于
2013年01月17日 16:28
Sure thing. After work today I can get you reproduction steps...I really want to get this fixed.
社区
IntelliJ IDEA Open API and Plugin Development
Ongoing issues with accessing the StubIndex
0 票
创建于
2013年05月26日 19:02
I don't know that this will help you - but this is the system I am using. My build server is private - but only because I don't have anywhere to host it that wouldn't just be more of a hassle.I cre...
社区
IntelliJ IDEA Open API and Plugin Development
How to build a plugin on a public hosted Continuous Integration server?
0 票
创建于
2013年09月25日 02:07
You can be building more than one plugin. I think that might be part of the reason the plugins directory is not just wiped out each time. Also, when deployed automatically the deployment can differ...
社区
IntelliJ IDEA Open API and Plugin Development
Clearing plugins-sandbox automatically
0 票
创建于
2013年09月25日 01:19
Just to add - I have them in my language plugin. So it is very doable.
社区
IntelliJ IDEA Open API and Plugin Development
Method separators in custom language plugin?
0 票
创建于
2013年09月15日 05:42
Are you saying you want to know if it will come anywhere close to 800k? I could take a guess at a minimum size, but I don't want to give an incorrect answer. However - what size are you looking for...
社区
IntelliJ IDEA Open API and Plugin Development
How Small Can You Make A New IDE From The Platform?
0 票
创建于
2013年09月30日 23:20
Yeah - it is the intelliJ classloader, not my plugin's. So I may need to write my own inspection configuration options, and make 1 LuaBasedInspections class to hold them all.
社区
IntelliJ IDEA Open API and Plugin Development
Loading Inspections - Getting the Classloader Right
0 票
创建于
2013年10月09日 01:45
Fantastic. Next chance I get I'll give it a try.
社区
IntelliJ IDEA Open API and Plugin Development
Loading Inspections - Getting the Classloader Right
0 票
创建于
2013年11月10日 04:08
I would post code and pehaps more detail. There really wasn't anything to solve here. It does help to have something that separates your tokens. The example above had no token separators other than...
社区
IntelliJ IDEA Open API and Plugin Development
Can't understand lexer workflow
0 票
创建于
2013年10月30日 22:26
There are many ways. Here is one I used.GivenPsiElement element;andString replacement;Document doc = PsiDocumentManager.getInstance(element.getProject()).getDocument(element.getContainingFile());do...
社区
IntelliJ IDEA Open API and Plugin Development
How to insert a comma in an array literal?
0 票
创建于
2014年01月19日 17:42
There is already an resolve cache implementation. Have you considered just using it?ResolveCacheYou just use it to implement your resolve() methods in your reference PSI classes by supplying a clas...
社区
IntelliJ IDEA Open API and Plugin Development
Resolving Reference over the whole PSI tree (speed optimization)
0 票
«
第一页
‹
上一页
下一页
›
最后
»