"Plug-In Components Lifecycle" documentation problem
In "The Basics of Plugin Development for IntelliJ IDEA" tutorial (http://www.jetbrains.com/idea/documentation/howto_03.html), it mentions the loading component process as below
but in "IntelliJ IDEA Plugin Structure" document which is contained in DevKit ZIP, the process has a little different
As I undestand, readExternal() should be invoked before initComponent(). So please correct the document. Thanks.
Please sign in to leave a comment.