Syntax Highlighter extension point
What's the difference between these two extension points?
<extensionPoint name="syntaxHighlighter"
beanClass="com.intellij.openapi.extensions.KeyedFactoryEPBean"/>
<extensionPoint name="lang.syntaxHighlighterFactory"
beanClass="com.intellij.util.KeyedLazyInstanceEP"/>
<extensionPoint name="syntaxHighlighter"
beanClass="com.intellij.openapi.extensions.KeyedFactoryEPBean"/>
<extensionPoint name="lang.syntaxHighlighterFactory"
beanClass="com.intellij.util.KeyedLazyInstanceEP"/>
请先登录再写评论。
Hello Gordon,
Feel free to ignore the existence of the first one and use the second one
only.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks!