Eclipse Theia

TheiaCon 2022

TheiaCon is an annual virtual conference focused around the Eclipse Theia IDE ecosystem. It brings together a diverse group of Theia developers, adopters, and other contributors.

Eclipse Theia Is the Next Generation of Eclipse!

Tuesday, April 19, 2022 - 06:00 by Jacob Harris
In this blog post, Eclipse Foundation Executive Director Mike Milinkovich discusses the shift of developer tools and IDEs towards the cloud, and how Eclipse Theia is the central building block of this new generation of tools.

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.