Feedbacks
VS Code extensions vs. Theia extensions
If you develop a custom web-based tool or an IDE extension these days, you might wonder whether to go for a VS Code extension or whether to use Eclipse Theia extensions. In this article we provide a …
EclipseSource Oomph Profile - updated to 2021-03
Eclipse 2021-03 has been released yesterday, a new version of the Eclipse IDE and platform. The new release contains a lot of useful improvements including useful clean up actions. A preview of Java …
A minimal diagram editor example for Eclipse GLSP
In this article, we introduce a minimal example for a diagram editor developed with Eclipse Graphical Language Server Platform (GLSP). GLSP is an open source framework to efficiently implement …
A property view for Eclipse Theia
In this article, we introduce the new, extensible property view that has recently been contributed to Eclipse Theia, the open platform for building web-based tools and IDEs. The property view is …
Building diagram editors in Eclipse Theia with GLSP
Do you want to implement a diagram editor in Eclipse Theia? The Eclipse Graphical Language Server Platform (GLSP) allows you to very efficiently create your own web-based diagram editors. It also …
The EMF.cloud Model Server
Do you want to build a web-based tool based on a domain-specific data model? Do you need to connect client-side editors or cloud-based services to an instance of your data model and enable …