Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.5.1
-
None
-
None
Description
In class EditorPartFacade, inside method getTextEditor(), variable 'editor' is cast to ITextEditor. This conclude with ClassCastException when you try to integrate groovy editor as page in multi-page editor. If you try to 'adapt' to this interface instead of 'cast', multi-page editor will be able to provide correct page.
Simple patch with that idea is attached.