Skip to content

Commit 99112d4

Browse files
authored
Update CUSTOMIZING.md
1 parent a8d1c83 commit 99112d4

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

CUSTOMIZING.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,26 +38,23 @@ An extension is a set of code and resources that are packaged into a plugin that
3838
* [Authoring Extensions in Eclipse](https://eclipse-che.readme.io/docs/setup-che-workspace#author-extension-using-the-eclipse-ide)
3939
* [Authoring Extensions in IntelliJ](https://eclipse-che.readme.io/docs/setup-che-workspace#author-extensions-using-intellij-ide)
4040
* [Dependency Injection](https://eclipse-che.readme.io/docs/dependency-injection-basics)
41-
* [Editors](https://eclipse-che.readme.io/docs/code-editors)
42-
* [Project Type](https://eclipse-che.readme.io/docs/project-types)
43-
* [Actions](https://eclipse-che.readme.io/docs/actions)
44-
* [Services](https://eclipse-che.readme.io/docs/serverworkspace-access)
45-
* [Parts](https://eclipse-che.readme.io/docs/parts)
41+
4642
* [Extensions Packaged With Che](https://github.com/eclipse/che/tree/master/plugins)
4743
* [Extension SDK JavaDoc](https://eclipse-che.readme.io/v4.0/docs/java-class-reference)
4844

4945
#### IDE Extensions
5046
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.
5147
* [Invoking Workspace REST APIs](https://eclipse-che.readme.io/v4.0/docs/calling-workspace-apis)
48+
* [Editors](https://eclipse-che.readme.io/docs/code-editors)
49+
* [Project Type](https://eclipse-che.readme.io/docs/project-types)
5250
* [Actions](https://eclipse-che.readme.io/docs/actions)
51+
* [Services](https://eclipse-che.readme.io/docs/serverworkspace-access)
52+
* [Parts](https://eclipse-che.readme.io/docs/parts)
5353
* [Commands](https://github.com/benoitf/ide-plugin-demo)
54-
* * TODO: Register Project Type
55-
* * TODO: Menus
5654
* [Events](https://eclipse-che.readme.io/docs/events)
5755
* * TODO: Panels
5856
* * TODO: Popups
5957
* * TODO: Wizards
60-
* * TODO: Editors
6158

6259
#### Server-Side Extensions
6360
Server-side extensions are libraries that are deployed into the workspace agent when the workspace is activated. Che deploys some standard server-side extensions that expose the Workspace REST API to the outside world. You can author extensions that modify or extend this API with your own services. New workspace APIs are exposed as JAX-RS services and you use dependency injection to define the API interfaces.

0 commit comments

Comments
 (0)