How can we split editor window in Liclipse editor so that it shows two different file at the same time in two different tab ? Similar to vi-editor's -O options which is used like this
vi -O file1.txt file2.txt
Currently I see that the "Vertical split" option in "Window > Editor" opens a new tab but with same file.