Plugin developpement and use in different OS

I developed a plugin which is working in my OS (ubuntu 10.4) and when I try to use it in the OS mac it does not work. Is some one have heard about this problem

0

Please specify what "it does not work" means exactly. Any stacktraces?

0
Avatar
Permanently deleted user
09:09:16 NoSuchMethodError: Error during dispatching of java.awt.event.ItemEvent[ITEM_STATE_CHANGED,item=CompositeTo_visitor (Ordinary structure),stateChange=DESELECTED] on chkmenuitem0: com.intellij.refactoring.util.duplicates.MethodDuplicatesHandler.invokeOnScope(Lcom/intellij/openapi/project/Project;Lcom/intellij/psi/PsiMethod;Lcom/intellij/analysis/AnalysisScope;)V
0

Please make sure you're using the same IntelliJ IDEA version on all machines. You can limit the range of valid versions in your plugin.xml, please see http://confluence.jetbrains.net/display/IDEADEV/Build+Number+Ranges

0
Avatar
Permanently deleted user

Thanks, it is due to differences in IntelliJ Idea Versions

0

请先登录再写评论。