Eclipse Theia

Cloud IDE Days 2022

Cloud IDE Days 2022 is our second annual virtual event for IDE developers, with an emphasis on tools and best practices for development in the cloud. The objective of this event is to openly discuss and share ideas around Cloud IDEs and cloud development. Cloud IDE Days is open to anyone interested in adopting or currently building Cloud IDEs.

 

Internationalization in Eclipse Theia

Friday, December 17, 2021 - 13:29 by Jacob Harris
Internationalization (i18n) aims to provide the necessary infrastructure in an application to translate it into different languages/locales. It has been a frequently requested feature for Theia, especially considering that most modern software supports different locales in one way or another.

How to build a tree editor in Eclipse Theia

Wednesday, February 3, 2021 - 07:52 by Brian King

Are you interested in creating an editor displaying data as a tree structure with a detail form in Eclipse Theia, such as the screenshot shown below? In this article we introduce the tree editor framework for Eclipse Theia, which supports exactly that.