Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Split window with shortcut key

Is there any shortcut to split editor window in eclipse? Or can I set this?

like image 397
Sanghyun Lee Avatar asked Dec 27 '11 05:12

Sanghyun Lee


Video Answer


2 Answers

Those shortcuts will exist soon (4.4 M4+), as announced by Lars Vogel (December 2013) in "Split editor implemented in Eclipse Luna 4.4 M4 Luna":

(4.4 M4+) shortcut for splitting is:

  • Ctrl + _ for split horizontally, and
  • Ctrl + { for split vertically.

4.4 final (update October 2014)

Szorstki reports in the comments:

  • Ctrl + Shift + _
  • Ctrl + Shift + {

Worked in my Eclipse Luna


https://bugs.eclipse.org/bugs/attachment.cgi?id=238285

Split editor implemented in Eclipse M4 Luna 4.4 (Bug 8009)

The split editor functionality has been developed in Bug 378298, and will be available as of Eclipse Luna M4. The Note & Newsworthy of Eclipse Luna M4 will contain the announcement.


As commented below by Tobias Lott, there is still a pending bug (438562) regarding keyboard layouts, e.g. German, Swiss German or Italian.

like image 85
VonC Avatar answered Nov 14 '22 21:11

VonC


Nope this is one of the oldest outstanding enhancement requests in Eclipse. As noted in the last comment, it will be 10 years old next month.

like image 30
Francis Upton IV Avatar answered Nov 14 '22 21:11

Francis Upton IV