From fcb1132f21c67056acc6890bc439cdcd939c7675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lien=20Sell=C3=A6g?= Date: Tue, 26 May 2015 16:47:33 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3bda7dd..cd08aed 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# juCi++ an lightweight C++-IDE -juCi++ is an lightweight C++-IDE written in C++. +# juCi++ a lightweight C++-IDE with support for C++11 and C++14. +juCi++ is a lightweight C++-IDE written in C++. You can write plugins +in Python and configure the IDE from the config.json file. -## Auto Completion -Awesome auto completion! +## Autocompletion +The IDE supports autocompletion on accessor specifiers such as dot and arrow. The autocompletion has excellent support for C++11/14. ## Syntax Highlighting -Configurable syntax highlighting with C++14 support! +The IDE also supports syntax highligthing even in C++11 and C++14. ## Plugins There are expantion oppertunities with usage of python plugins.