# eclipse-folding **Repository Path**: unknowIfGuestInDream/eclipse-folding ## Basic Information - **Project Name**: eclipse-folding - **Description**: This plugin enhances code folding in Eclipse IDE. - **Primary Language**: Java - **License**: EPL-2.0 - **Default Branch**: master - **Homepage**: https://github.com/tlcsdm/eclipse-folding - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-08-14 - **Last Updated**: 2025-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: Eclipse-Plugin ## README # Folding This plugin enhances code folding in Eclipse IDE, based on and maintained from Coffee-Bytes Code Folding. It allows defining custom foldable regions in Java, XML, and other files using //[start] … //[end] comments, making code more organized and easier to navigate. Fork of the coffee-bytes code folding plugin. Original source: https://code.google.com/archive/p/coffee-bytes/ ## Features - Folding support for classes, methods, field groups, imports, comments, and documentation. - Custom Region Folding: Define your own folding markers (default [start] / [end]). - Deep integration with Eclipse JDT folding preferences to enable/disable folding for specific elements. - Customizable folding strategies in Preferences: Configure in Window → Preferences → Java → Editor → Folding. - Preserves Native Folding: Extends Eclipse’s folding system without removing built-in features. ## Use 1. Preferences Click Window → Preferences → Java → Editor → Folding  ## 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-folding/master/update_site/` as the upgrade location in Eclipse. 2. Download from [Jenkins](https://jenkins.tlcsdm.com/job/eclipse-plugin/job/eclipse-folding) 3.
|
|
← Drag it to your eclipse workbench to install! (I recommand Main Toolbar as Drop Target) |