From 4eecc54b856daa1a55acf59befc8d6a9a2121e7a Mon Sep 17 00:00:00 2001 From: Tyler Jewell Date: Sun, 27 Mar 2016 13:40:39 -0700 Subject: [PATCH] Added actions --- CUSTOMIZING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CUSTOMIZING.md b/CUSTOMIZING.md index 8d32e652778..2bb15a7f02b 100644 --- a/CUSTOMIZING.md +++ b/CUSTOMIZING.md @@ -33,6 +33,7 @@ An extension is a set of code and resources that are packaged into a plugin that IDE extensions are compiled into JavaScript with other extensions to create a single, JavaScript application. You can package many extensions together into a single JavaScript application. The JavaScript application is cross-browser optimized. You can debug extensions and perform execution traces from within the browser of extension code. IDE extensions can invoke REST services that are running within the Che server or within a workspace. Che provides default workspace REST APIs or you can provide your own with workspace extensions. * [Invoking Workspace REST APIs](https://eclipse-che.readme.io/v4.0/docs/calling-workspace-apis) * * TODO: Invoking Che APIs +* [Actions](https://eclipse-che.readme.io/docs/actions) * * TODO: Register Project Type * * TODO: Menus * * [Events](https://eclipse-che.readme.io/docs/events)