Customization of ImageEditor

Hi all,

Currently, I am writing plugin for Intellij IDEA, and I should expand functionality of ImageEditor. It should contains additional clickable areas over image.

But I can't use ImageEditor from community version, because I can't to extends from ImageEditorImpl and ImageEditorUI(they are not visible in my scope), so single way, that I found, it is a fully copy of this classes, and adding additional functional for it(Mostly for ImageEditorUI), and using them for my special cases.

Dear developers of Intellij Platform, can you please make ImageEditor more open for any customizations. In perfect customized versions should be used also in ImageFileEditor

Or maybe I don't know something, and this can be implemented on my side.

Thanks

0
1 comment

Could you provide some sample code/patch of what exactly you're extending/customizing?

0

Please sign in to leave a comment.