Deprecated Documentation
Hi, i just tried http://confluence.jetbrains.com/display/IDEADEV/Customizing+the+IDEA+Settings+Dialog but the code is deprecated
e.g.
- In the plugin configuration file plugin.xml, create the <extensions defaultExtensionNs="com.intellij"> </extensions> section.
- To this section, add the <applicationConfigurable implementation=%MyJavaClassName%></applicationConfigurable> section, where the %MyJavaClassName% refers to the name of your Java class implementing the Configurable interface (see Step 1).
Any idea when/if you'll rewrite the whole documentation?
Please sign in to leave a comment.
The answer to the question "when you'll rewrite the whole documentation?" is obviously "never". I've updated that document to fix the usage of the one thing which is actually deprecated ("instance" attribute should be used instead of "implementation").