From 84395d8a1fc130e7a6844ba79331c4781cc06a56 Mon Sep 17 00:00:00 2001 From: eidheim Date: Mon, 22 Jun 2020 12:49:01 +0200 Subject: [PATCH] Updated About section in README --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3ae1835..2f81489 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ -# juCi++ +juCi++ -###### juCi++: a lightweight, platform independent C++-IDE with support for C++11, C++14, C++17, and C++20 features depending on libclang version. - ## About -Current IDEs struggle with C++ support due to the complexity of -the programming language. juCI++, however, is designed especially -towards libclang with speed, stability, and ease of use in mind. +In 2015, juCi++ was one of the first IDEs to utilize libclang for improved C/C++ tooling. +The integrated C/C++ support has since then improved steadily, and support for other +languages has been made possible through the language server protocol. The main goals of juCi++ is +effective resource usage, stability, and ease of use. Instead of relying on 3rd party addons, +features expected in an IDE is instead integrated directly into juCi++. + +For effective development, juCi++ is primarily written for Unix/Linux systems. However, Windows users +can use juCi++ through POSIX compatibility layers such as MSYS2. ## Features * Platform independent