How to embed image in the IntelliJ editor?
Hi,
I want to embed a small image of a graph inside the editor, in the text editor - Java editor - of IntelliJ.
Is there any way I can do this?
Normally a Rich Text Editor can handle embedded images, for example in Flex or Java.
Thanks, Philip
Please sign in to leave a comment.
Hello philip,
We don't have any built-in support for this. You can probably hack something
together (for example, with a JLayeredPane), but it won't be very easy.
The IntelliJ IDEA editor is not a general-purpose rich text editor, but rather
a custom-built editor designed specifically for editing code (which doesn't
contain any embedded images).
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"