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"/>
0

Hello Gordon,

Feel free to ignore the existence of the first one and use the second one
only.

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"/>


--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

Thanks!

0

请先登录再写评论。