How to connect the console to the main window

I had a problem in eclipse where the console was split from the text editor window and became its own window. I looked into eclipse help where it says I just dragged it back but that doesn't work. How would I bind it so that it has the same behavior as the package conductor or path? I am using Eclipse Luna.

+3


source to share


2 answers


I just opened Eclipse Luna and this is a screenshot before I moved the console tab from its default position:

Editor with console in place

This is a screenshot as soon as I pulled it out of its place into a separate window:



enter image description here

Now you need to do everything to put it back in place:

  • Go to the tab where it says Console
  • Drag it to its target location (say, next to the Project Explorer tab) until a gray vertical line appears at the point where you are trying to reset it.
  • Drop it, that is, release the mouse.
+4


source


Click if it was talking about the console and drag it back to Eclipse:



+3


source







All Articles