Eclipse Luna 4.4 fullscreen

前端 未结 5 1578
遥遥无期
遥遥无期 2020-12-25 13:20

How to switch to fullscreen editor mode in Eclipse Luna 4.4? I know the ^m shortcut for maximizing current editor window, but it\'s not what F11 fullscreen gives in Chrome o

相关标签:
5条回答
  • 2020-12-25 13:30

    For the full screen part, I would try Eclipse Full Screen Plugin.
    I'm not aware of an editor mode for eclipse, but you could just hide the toolbar, and maximize the editor window.

    0 讨论(0)
  • 2020-12-25 13:34

    I do expect to release my 'CodeFocus' feature to the Eclipse Marketplace once we get Luna out. I showed this off at EclipseCon this year; it's a command that's provides a 'proper' full-screen mode for a given perspective. It hasn't been hacked on enough to be available in Luna directly...

    Update: The 'CodeFocus' plugin can be found here: https://github.com/fredrikattebrant/CodeFocus

    0 讨论(0)
  • 2020-12-25 13:39

    Eclipse Neon (4.6)

    Details in M7:

    The Full Screen feature is now also available on Windows and Linux. You can toggle the mode via shortcut (Alt+F11) or menu (Window > Appearance > Toggle Full Screen).

    0 讨论(0)
  • 2020-12-25 13:39

    I am not sure whether it works on eclipse Luna.This plugin works on eclipse kepler. Blog on this is here

    Check how to hide the status bar in eclipse . Hide toolbar from Window > Hide Toolbar and check Hide Eclipse Menu Bar (auto-hide) for hiding menu bar

    0 讨论(0)
  • 2020-12-25 13:42

    I just checked on Eclipse 4.4.2 on Windows this plugin Eclipse Full Screen Plugin (now 1.0.7) for Eclipse 3.4 and it works flawlessly :-)

    Just unzip the downloaded file and copy the jar file to the plugins directory of your Eclipse. Then restart the Eclipse. Use Ctrl+Alt+Z or Window -> Full screen options to turn it on.

    0 讨论(0)
提交回复
热议问题