Display a rendered HTML page like "What's new in IntelliJ IDEA " Tab
Answered
Hello,
I need to display an HTML rendered page as a tab in the Editor Window in exactly the same manner as what IntelliJ IDEA displays when clicked on "What's new in IntelliJ IDEA" in Help menu. I think it can be done using EditorPreview but I am not able to figure it out.
Please let me know if it can be done.
Thank you.
Please sign in to leave a comment.
Hi,
Please take a look at WhatsNewAction implementation:
https://github.com/JetBrains/intellij-community/blob/master/platform/platform-impl/src/com/intellij/ide/actions/WhatsNewAction.java#L80:L101
Hi Karol,
This works perfectly.
Thank you.