From d7912aa24fc5f5e1606916804c1b82872330a69f Mon Sep 17 00:00:00 2001 From: Manuel M T Chakravarty Date: Wed, 2 Jun 2021 22:00:18 +0200 Subject: [PATCH] Status clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd38122..094a3a8 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ For more information, see the [package documentation](Documentation/Overview.md) ## Status -It is still relative early days. While the `CodeEditor` view already supports quite a bit of advanced functionality (such as the inline messages and minimap), other components are still quite simple, such as the range of tokens covered by the language configuration. Moreover, performance is still an issue that needs to be addressed. The core archtecture, such as the incremental tokenisation for syntax highlighting, is designed to handle larger files smoothly, but the overall implementation still needs some performance debugging. +I consider this to be pre-release quality. It is sufficient to start building something on it, but it is not yet ready for production. While the `CodeEditor` view already supports quite a bit of advanced functionality (such as the inline messages and minimap), other components are still quite simple, such as the range of tokens covered by the language configuration. Moreover, performance is still an issue that needs to be addressed. The core archtecture, such as the incremental tokenisation for syntax highlighting, is designed to handle larger files smoothly, but the overall implementation still needs some performance debugging. ## License