Annotator vs ExternalAnnotator
Answered
Hello,
I'm trying to understand:
1) What's the difference between Annotator and ExternalAnnotator?
2) What should I use to highlight some parts of code?
Thank you for help!
Aleks.
Please sign in to leave a comment.
There are:
Last two has pretty nice JavaDoc. Don't hesitate to read.
HI Alexandr,
Thank you for response and this clarifications! It seems I need External annotator. Found this page documentation page
http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/annotator.html?search=annotator.
But can't find documentation about External annotator. Can you, please, provide the link?
Thank you for help!
See javadoc for com.intellij.lang.annotation.ExternalAnnotator
A lot of things documented with JavaDoc, not on the website. Website is more like getting started and architectural overview. It's definitely not a documentation.
Hi Alexandr,
Thank you for response! Very useful information.
Best regards,
Aleks.