Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chqu1012/codecompensatorexample
Efxclipse Code Compensator Example with all dependencies added in the Plug-in Project. Example includes the dart language
https://github.com/chqu1012/codecompensatorexample
code-compensator editor efxclipse javafx lightweight smarteditor xtext
Last synced: 29 days ago
JSON representation
Efxclipse Code Compensator Example with all dependencies added in the Plug-in Project. Example includes the dart language
- Host: GitHub
- URL: https://github.com/chqu1012/codecompensatorexample
- Owner: chqu1012
- Created: 2019-05-26T09:17:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T21:34:48.000Z (over 5 years ago)
- Last Synced: 2024-11-16T17:21:35.806Z (3 months ago)
- Topics: code-compensator, editor, efxclipse, javafx, lightweight, smarteditor, xtext
- Language: Java
- Size: 4.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeCompensatorExample
Efxclipse Code Compensator Example with all dependencies added in the Plug-in Project. Example includes the dart languageCurrently there are definitions for these languages created by Efxclipse Team:
* adoc.ldef
* bash.ldef
* ceylon.ldef
* dart.ldef
* gls.ldef
* go.ldef
* groovy.ldef
* java.ldef
* jmod.ldef
* js.ldef
* kotlin.ldef
* lua.ldef
* php.ldef
* python.ldef
* rust.ldef
* swift.ldef
* typescript.ldef
* xml.ldefLiterature & Documents:
* Current nightly Efxclipse Runtime & Tooling Builds: [Link](http://maven.bestsolution.at/)
Tom Schindl Post: [Link](https://tomsondev.bestsolution.at/2017/01/26/make-it-easy-to-consume-efxclipse-libraries-in-maven-or-gradle/)
* efxclipse-codeeditor-samples: [Link](https://github.com/BestSolution-at/efxclipse-codeeditor-samples)
* Efxclipse - Developing a source code editor in JavaFX (without e4 and OSGi): [Link](https://tomsondev.bestsolution.at/2015/07/24/developing-a-source-code-editor-in-javafx-without-e4-and-osgi/)
* Efxclipse - Developing a source code editor in JavaFX (on the Eclipse 4 Application Platform): [Link](https://tomsondev.bestsolution.at/2015/07/27/developing-a-source-code-editor-in-javafx-on-the-eclipse-4-application-platform/)
* Efxclipse/Runtime/Recipes: [Link](https://wiki.eclipse.org/Efxclipse/Runtime/Recipes#DI_in_FXML_controller)
* JavaFX & Xtext Slide: [Link](https://de.slideshare.net/TomSchindl/java-fx-xtext)
* Smart Code editors with JavaFX (and e4): [Link](https://www.eclipsecon.org/europe2015/sites/default/files/slides/JavaFX%20Smart%20Code%20Econ_0.pdf)
* Efxclipse - How to create an editor with syntax highlighting for Java: [Link](https://tomsondev.bestsolution.at/2015/02/13/how-to-create-an-editor-with-syntax-highlighting-for-java/)