Basic support of the Eclipse Ceylon language support, with the following features:
- language description,
- syntax highlighting,
- project creation.
Signed-off-by: David Festal <dfestal@redhat.com>
* ClangD ported to Che6
Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com>
* removed launch scripts
* added scripts for ubuntu and debian
* moved command to launch script. hide error messages
* fixing wrong positioning of code completion items
Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com>
* removed comments, updated script for other OS
Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com>
* updated language server script
Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com>
* added new line
Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com>
* updated version
Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com>
* fixed newline
Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com>
* Initial support for PHPUnit testing.
Signed-off-by: Bartlomiej Laczkowski <bartlomiej.l@zend.com>
* Added improvements for exceptions handling and presentation model.
Signed-off-by: Bartlomiej Laczkowski <bartlomiej.l@zend.com>
* Improved test results presentation model and tests execution rules.
Signed-off-by: Bartlomiej Laczkowski <bartlomiej.l@zend.com>
* Small fixup after merge with master.
Signed-off-by: Bartlomiej Laczkowski <bartlomiej.l@zend.com>
* Added combined printer file that conforms different PHPUnit versions.
Signed-off-by: Bartlomiej Laczkowski <bartlomiej.l@zend.com>
* Fixed possible NPE issue while opening PHPUnit test case source file.
Signed-off-by: Bartlomiej Laczkowski <bartlomiej.l@zend.com>
* Bump up PHPUnit plug-ins version to 5.12.0.
* Small fixup after merge with master.
Signed-off-by: Bartlomiej Laczkowski <bartlomiej.l@zend.com>
* Format code to be in line with Che code conventions.
Signed-off-by: Bartlomiej Laczkowski <bartlomiej.l@zend.com>
* Small fix, add debugId
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>