| [news.eclipse.tools.jdt] Re: Split editor window in JDT plugin |
Yao,
We want to split editor. These two editors are set vertically, and could display same or different files.
From this link,
http://dev.eclipse.org/newslists/news.eclipse.tools.jdt/msg16666.html
I know how to do this by hands, but how could do this in my program? Supposing I could get the two file names as input, how could display them in two vertical editors?
Best Regards