1

I'm developing an eclipse plugin and I need to, programmatically, instantiate a Java Editor. It goes like this. I want to creat a new MultiPageEditor that opens Java files and shows the Java file in the first tab and some transformations in the second and third tab (in some specific languages). I don't wan't to re-write Java Editor, so I want to call Eclipse's Java Editr programmatically.

Does anyone know how to do this?

Thnaks a lot.

Marcos

1 Answer 1

1

Got it! I had to instantiate CompilationUnitEditor.

Hope this is usefull to someone.

Thanks!

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.