Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jon Akhtar
Total activity
383
Last activity
July 30, 2019 07:31
Member since
September 27, 2010 19:42
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
142
Activity overview
Posts (42)
Comments (199)
Sort by recent activity
Recent activity
Votes
Created
September 05, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom language confusion
0 votes
Created
September 03, 2011 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() { ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin location
0 votes
Created
November 20, 2011 00:03
Just wait a bit and then try again. This happens to me every so often too.
Community
IntelliJ IDEA Open API and Plugin Development
I can not upload my plugin
0 votes
Created
November 04, 2011 15:51
Either don't catch that exception, or catch and rethrow it.
Community
IntelliJ IDEA Open API and Plugin Development
Check PsiMethod for compile/syntax errors
0 votes
Created
October 28, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
Is the same lexer instance called by multiple threads?
0 votes
Created
January 09, 2012 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"...
Community
IntelliJ IDEA Open API and Plugin Development
Classloader Issues In Plugins
0 votes
Created
January 09, 2012 21:01
That makes sense. I don't understand why each plugin could load separately but not together though.
Community
IntelliJ IDEA Open API and Plugin Development
Classloader Issues In Plugins
0 votes
Created
March 06, 2012 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
Community
IntelliJ IDEA Open API and Plugin Development
IRC Channel?
0 votes
Created
May 28, 2012 21:57
That is funny.
Community
IntelliJ IDEA Open API and Plugin Development
Wolf
0 votes
Created
May 05, 2012 05:56
This looks similar.http://youtrack.jetbrains.com/issue/IDEA-72266
Community
IntelliJ IDEA Open API and Plugin Development
AssertionError in language console
0 votes
«
First
‹
Previous
Next
›
Last
»