Getting IDEA to recognize my facet
I'm currently porting the WicketForge plugin from 7 to 8 and I'm unable to get IDEA 8 to recognize that my facet is available. I haven't seen anything in the migration guide and haven't changed my code other than migrating some imports. You can view the code here:
http://code.google.com/p/wicketforge/source/browse/trunk/trunk/src/wicketforge/facet/WicketForgeFacet.java
What do I need to do to get IDEA 8 to recognize my facet? Thanks!
Please sign in to leave a comment.
WicketForgeFacetType must implement method isSuitableModuleType from FacetType (it is abstract in IDEA 8).
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"