Browse Source

More up to date feature list.

merge-requests/365/head
eidheim 10 years ago
parent
commit
ef54dde743
  1. 15
      README.md

15
README.md

@ -8,15 +8,24 @@ towards libclang with speed in mind.
## Features ## Features
* Fast and responsive * Fast and responsive
* Syntax highlighting (even C++11/14, and more than 100 other file types) * Syntax highlighting (even C++11/14, and more than 100 other file types)
* C++ warnings and errors on the fly * (Obj)C(++) warnings and errors on the fly
* Fast C++ autocomletion (even external libraries) * (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 * Tooltips showing type information and doxygen documentation
* Refactoring across files * Refactoring across files
* Highlighting of similar types * Highlighting of similar types
* Spell checking depending on file context * 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) * Write your own plugins in python (disabled at the moment)
See [enhancements](https://github.com/cppit/jucipp/labels/enhancement) for planned features.
## Dependencies ## ## Dependencies ##
* libboost-filesystem-dev * libboost-filesystem-dev
* libboost-log-dev * libboost-log-dev

Loading…
Cancel
Save