From ef54dde7438acea0e55e0e1eb011419f16238916 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 7 Oct 2015 11:02:06 +0200 Subject: [PATCH] More up to date feature list. --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14a0b36..d183885 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,24 @@ towards libclang with speed in mind. ## Features * Fast and responsive * Syntax highlighting (even C++11/14, and more than 100 other file types) -* C++ warnings and errors on the fly -* Fast C++ autocomletion (even external libraries) +* (Obj)C(++) warnings and errors on the fly +* (Obj)C(++) Fix-its +* Automated CMake processing +* Fast (Obj)C(++) autocomletion (even external libraries) +* Keyword and buffer autocomletion for other file types * Tooltips showing type information and doxygen documentation * Refactoring across files * Highlighting of similar types * Spell checking depending on file context -* Basic editor functionality +* Run shell commands within JuCi++, even on Windows +* Regex search and replace +* Smart paste, keys and indentation +* Source minimap +* Full UTF-8 support * Write your own plugins in python (disabled at the moment) +See [enhancements](https://github.com/cppit/jucipp/labels/enhancement) for planned features. + ## Dependencies ## * libboost-filesystem-dev * libboost-log-dev