# eclipse-fullscreen **Repository Path**: unknowIfGuestInDream/eclipse-fullscreen ## Basic Information - **Project Name**: eclipse-fullscreen - **Description**: 使 Eclipse 进入全屏并节省空间的 Eclipse 插件 - **Primary Language**: Java - **License**: EPL-2.0 - **Default Branch**: master - **Homepage**: https://github.com/tlcsdm/eclipse-fullscreen - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-07-05 - **Last Updated**: 2025-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: Eclipse-Plugin ## README # 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. ## 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.  ## Build This project uses [Tycho](https://github.com/eclipse-tycho/tycho) with [Maven](https://maven.apache.org/) 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/master/update_site/` as the upgrade location in Eclipse. 2. Download from [Jenkins](https://jenkins.tlcsdm.com/job/eclipse-plugin/job/eclipse-fullscreen) 3.
|
← Drag it to your eclipse workbench to install! (I recommand Main Toolbar as Drop Target) |