Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.78 KB

File metadata and controls

48 lines (35 loc) · 1.78 KB

Fullscreen

With this small plugin Eclipse and RCP Programs based on Eclipse can run in full screen mode, so that you can have more space to edit your programs.

Now Support Eclipse 2024-06 and later, Mac OS X, Linux (with nautilus) and Windows.

Use

  1. Menu Window/Full Screen enter full screen mode.
  2. Ctrl+ALT+Z enter or exit full screen mode in dialogs and windows.
  3. ESC exit full screen mode in dialogs and windows.

screenshot

Build

This project uses Tycho with Maven to build. It requires Maven 3.9.0 or higher version.

Dev build:

mvn clean verify

Release build:

mvn clean org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=2.0.0 verify

Install

  1. Add https://raw.githubusercontent.com/tlcsdm/eclipse-fullscreen/update_site/ as the upgrade location in Eclipse.
  2. Download from Jenkins
  3. ← Drag it to your eclipse workbench to install! (I recommand Main Toolbar as Drop Target)