主页
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年09月05日 17:03
btw, perhaps it was just confusion.There is:lang.syntaxHighlighterFactory andsyntaxHighlighterand I use lang.syntaxHighlighterFactory, I believe it is the newer implementation, and I think it trie...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language confusion
0 票
创建于
2011年09月03日 11:09
I have this utility method which I most likely got from somewhere in the CE sources. It uses the same technique as in your example.@Nullablepublic static VirtualFile getPluginVirtualDirectory() { ...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin location
0 票
创建于
2011年11月20日 00:03
Just wait a bit and then try again. This happens to me every so often too.
社区
IntelliJ IDEA Open API and Plugin Development
I can not upload my plugin
0 票
创建于
2011年11月04日 15:51
Either don't catch that exception, or catch and rethrow it.
社区
IntelliJ IDEA Open API and Plugin Development
Check PsiMethod for compile/syntax errors
0 票
创建于
2011年10月28日 13:53
I found changing my highlighter helped cut down on the concurrency issues with my lexer, try lang.syntaxHighlighterFactoryhttp://devnet.jetbrains.net/thread/292610?tstart=30 <!-- Syntax Hili...
社区
IntelliJ IDEA Open API and Plugin Development
Is the same lexer instance called by multiple threads?
0 票
创建于
2012年01月09日 07:40
As an aside. I was able to fix the problem I was having when using java serialization by subclassing ObjectInputStream and supplying the classloader fromPluginManager.getPlugin(PluginId.getId("Lua"...
社区
IntelliJ IDEA Open API and Plugin Development
Classloader Issues In Plugins
0 票
创建于
2012年01月09日 21:01
That makes sense. I don't understand why each plugin could load separately but not together though.
社区
IntelliJ IDEA Open API and Plugin Development
Classloader Issues In Plugins
0 票
创建于
2012年03月06日 06:29
Well. I can set up a channel. But it may just be you an me in there for a while until it gets some publicity.how about:#jetbrainiacs on irc.freenode.net
社区
IntelliJ IDEA Open API and Plugin Development
IRC Channel?
0 票
创建于
2012年05月28日 21:57
That is funny.
社区
IntelliJ IDEA Open API and Plugin Development
Wolf
0 票
创建于
2012年05月05日 05:56
This looks similar.http://youtrack.jetbrains.com/issue/IDEA-72266
社区
IntelliJ IDEA Open API and Plugin Development
AssertionError in language console
0 票
«
第一页
‹
上一页
下一页
›
最后
»