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
December 02, 2011 06:53
I had this problem at one point due to my trying to reuse too many of the Psi classes. I think PsiMethod was one of the ones that caused some trouble. I would just create new types that won't get c...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to disable java intention actions for another language?
0 votes
Created
January 09, 2012 08:34
I disabled the Lua plugin's implementation of LibraryType, and the JS plugin loads now. I really dont understand why though.I still havent replaced the library creator which was removed in 11, so a...
Community
IntelliJ IDEA Open API and Plugin Development
Classloader Issues In Plugins
0 votes
Created
January 07, 2012 08:33
One way would be to make a directory outside the community sources named 'devkit'. Then create src/org/jetbrains/idea inside it, then add to the 'idea' directory a symlink/junction named 'devkit' w...
Community
IntelliJ IDEA Open API and Plugin Development
How do I attach code for the plugin/devkit module?
0 votes
Created
January 07, 2012 08:35
One way would be to make a directory outside the community sources named 'devkit'. Then create src/org/jetbrains/idea inside it, then add to the 'idea' directory a symlink/junction named 'devkit' w...
Community
IntelliJ IDEA Open API and Plugin Development
How do I attach code for the plugin/devkit module?
0 votes
Created
January 08, 2012 13:59
Yeah. Idea lets you set a package prefix on your sources directory - which is what Devkit does, They would need to change the source layout or build a sources jar I would think.
Community
IntelliJ IDEA Open API and Plugin Development
How do I attach code for the plugin/devkit module?
0 votes
Created
February 21, 2012 15:38
I know you guys are busy. I am not complaining, I just thought it would be a nice place to build some community.It might be hard to get off the ground without some publicity though.Is anyone here i...
Community
IntelliJ IDEA Open API and Plugin Development
IRC Channel?
0 votes
Created
March 15, 2012 11:14
Any chance the Jetbrains folks can help publicize the "unoffical" channels?
Community
IntelliJ IDEA Open API and Plugin Development
IRC Channel?
0 votes
Created
March 03, 2012 14:21
It is IntelliJ only because it does not declare any dependencies.Thy adding a dependency on:<depends>com.intellij.modules.lang</depends>
Community
IntelliJ IDEA Open API and Plugin Development
Why my plugin is IntelliJ only? It depends nothing.
0 votes
Created
March 04, 2012 03:28
It is actually documentedhttp://confluence.jetbrains.net/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
Community
IntelliJ IDEA Open API and Plugin Development
Why my plugin is IntelliJ only? It depends nothing.
0 votes
Created
February 16, 2012 10:31
Are catching it? You should rethrow it so your thread dies properly. It is a normal exception that kills jobs spun up by the daemon processing.It is thrown for example when you are parsing a docume...
Community
IntelliJ IDEA Open API and Plugin Development
PsiBuilder.advance & ProcessCanceledException
0 votes
«
First
‹
Previous
Next
›
Last
»