|
7 | 7 |
|
8 | 8 | <div id="badges" align="center"> |
9 | 9 |
|
10 | | - [](https://gitpod.io#https://github.com/eclipse-theia/theia) |
| 10 | + [](https://gitpod.io/#https://github.com/eclipse-theia/theia) |
11 | 11 | [](https://github.com/eclipse-theia/theia/labels/help%20wanted) |
12 | 12 | [](https://spectrum.chat/theia) |
13 | 13 | [](https://travis-ci.com/eclipse-theia/theia) |
|
17 | 17 |
|
18 | 18 | Eclipse Theia is an extensible platform to develop full-fledged multi-language Cloud & Desktop IDE-like products with state-of-the-art web technologies. |
19 | 19 |
|
| 20 | + **Theia 1.0 has been released. Read the [announcement](https://dev.to/svenefftinge/theia-1-0-finally-a-good-browser-ide-3ok0).** |
| 21 | + |
20 | 22 | </div> |
21 | 23 |
|
22 | 24 | <div style='margin:0 auto;width:80%;'> |
|
31 | 33 | - [**Contributing**](#contributing) |
32 | 34 | - [**Feedback**](#feedback) |
33 | 35 | - [**Documentation**](#documentation) |
34 | | -- [**Roadmap**](#roadmap) |
35 | 36 | - [**License**](#license) |
36 | 37 | - [**Trademark**](#trademark) |
37 | 38 |
|
|
40 | 41 | [Visit the Theia website](http://www.theia-ide.org) for more [documentation](http://www.theia-ide.org/doc). |
41 | 42 |
|
42 | 43 | ## Scope |
43 | | -- Establish a platform to build IDE-like products |
44 | | -- Provide the end-user with a full-fledged multi-language IDE (not just a smart editor) |
45 | | -- Support equally the paradigm of Cloud IDE and Desktop IDE |
46 | | -- Provide support for multiple languages via the language and debug server protocols |
47 | | -- Provide modern GUI with javascript UI libraries |
| 44 | +- Support building browser-based and desktop IDEs |
| 45 | +- Provide a highly flexible architecture for adopters |
| 46 | +- Support VS Code Extension protocol |
| 47 | +- Develop under vendor-neutral open-source governance |
48 | 48 |
|
49 | 49 | ## Getting Started |
50 | 50 | Here you can find guides and examples for common scenarios: |
@@ -85,32 +85,6 @@ Read below how to engage with Theia community: |
85 | 85 | - [Coding Guidelines](https://github.com/eclipse-theia/theia/wiki/Coding-Guidelines) |
86 | 86 | - [Code Organization](https://github.com/eclipse-theia/theia/wiki/Code-Organization) |
87 | 87 |
|
88 | | -## Roadmap |
89 | | - |
90 | | - - __Debugging__ |
91 | | - |
92 | | - A visual debugger leveraging the Debug Server Protocol defined by the VS Code team. |
93 | | - |
94 | | - - __Plug-in System__ |
95 | | - |
96 | | - A plug-in system supporting VS Code extensions. |
97 | | - |
98 | | - - __Workbench Improvements__ |
99 | | - |
100 | | - Theia's workbench shell will be improved, such that the user can drag and drop widgets from the side bar to the main area and vice-versa. |
101 | | - |
102 | | - - __Test Adapter Support__ |
103 | | - |
104 | | - Integration with testing frameworks, based on a Test Adapter Protocol. |
105 | | - |
106 | | - - __Robustness and Improved UX__ |
107 | | - |
108 | | - We will further work on simplifying Theia and its UI / UX, improve the performance and keep working on bug reports that are rolling in. |
109 | | - |
110 | | - - __More__ |
111 | | - |
112 | | - Any contributors might want to work on additional things. At least this happened in 2017 and is likely to increase with a growing community. :) |
113 | | - |
114 | 88 | ## License |
115 | 89 |
|
116 | 90 | - [Eclipse Public License 2.0](LICENSE) |
|
0 commit comments