Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 700 Bytes

CUSTOMIZING.md

File metadata and controls

25 lines (21 loc) · 700 Bytes

Eclipse Che is both an IDE and a platform for creating distributed developer tooling. There are numerous ways to extend, modify, and customize Eclipse Che. This document itemizes all of the resources available for customizing Che. We have documentation pages, tutorials, and specifications.

Add New Commands

Create Custom Stacks

Install Software Stacks

Create Server-Side Extensions

  1. Documentation
  2. REST API
  3. Add New REST API
  4. Workspace Agents

Create IDE Extensions

  1. Documentation
  2. Existing Extensions
  3. Registering Project Type
  4. Menus
  5. Events
  6. Actions & Commands
  7. Panels
  8. Popups
  9. Wizards

Packaging Plug-Ins Into Assemblies

  1. Documentation