che-server/plugins
Aleksandr Andrienko 830cc34070 Integrate xterm.js (version 2.2.3) widget instead of xterm. (#3943)
Changelog:
Delete old xterm view.
Move requirejs from plugin Orion to the plugin RequireJs.
Create new plugin with xterm.js.
Mavenize xterm.js build, use for build gulp tasks instead of bash scripts.
Rework GWT code for integration xterm.js.
Fix css styles for integration with GWT css resources and using Eclipse CHE white and dark themes.
Rework terminal resize mechanizm.

Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2017-02-15 18:46:40 +02:00
..
plugin-composer [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-cpp [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-csharp [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-dashboard [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-debugger [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-docker CHE-3973: Fix deletion of WS folder on WS deletion (#4122) 2017-02-15 16:43:48 +02:00
plugin-gdb [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-git Implement new format workspace key {namespace}/{workspaceName} or {workspaceId} (#4073) 2017-02-10 15:13:17 +02:00
plugin-github [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-gwt [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-help [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-java CHE-3964: move popup from Quick documentation in the right place (#4088) 2017-02-10 17:56:10 +02:00
plugin-java-debugger [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-json [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-languageserver [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-machine Integrate xterm.js (version 2.2.3) widget instead of xterm. (#3943) 2017-02-15 18:46:40 +02:00
plugin-maven Inject MAVEN_OPTS environment variable along with JAVA_OPTS to container 2017-02-14 17:50:56 +02:00
plugin-nodejs [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-nodejs-debugger [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-orion Integrate xterm.js (version 2.2.3) widget instead of xterm. (#3943) 2017-02-15 18:46:40 +02:00
plugin-php [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-product-info [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-python [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-requirejs Integrate xterm.js (version 2.2.3) widget instead of xterm. (#3943) 2017-02-15 18:46:40 +02:00
plugin-sdk [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-ssh-key Upgrade to GWT 2.8 (#3984) 2017-02-06 16:42:22 +02:00
plugin-ssh-machine CHE-3621 Move SSH machine implementation to separate plugin (#3946) 2017-02-02 17:25:26 +02:00
plugin-svn [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-terminal-ui Integrate xterm.js (version 2.2.3) widget instead of xterm. (#3943) 2017-02-15 18:46:40 +02:00
plugin-testing Decouple testing framework API from Java test specific frameworks (#3999) 2017-02-03 12:12:18 +02:00
plugin-testing-java Fix potential NPE (#4054) 2017-02-08 13:09:21 +02:00
plugin-web [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
plugin-zend-debugger [maven-release-plugin] prepare for next development iteration 2017-02-01 13:31:32 +00:00
README.md Fix broken link 2016-12-21 15:38:20 -08:00
pom.xml Integrate xterm.js (version 2.2.3) widget instead of xterm. (#3943) 2017-02-15 18:46:40 +02:00

README.md

How to Build Plugins?

In plugin root directory, run:

mvn clean install

How to Add Custom Plugin to Modules Build Cycle?

Add a module to plugins parent pom.xml:

<module>your-plugin-name</module>

How to Add a Custom Plugin to Che Assembly?

See: [Building Custom Assemblies] ()