Eclipse Theia

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.