|
|
|
@ -7,13 +7,14 @@ towards libclang with speed in mind. |
|
|
|
|
|
|
|
|
|
|
|
## Features |
|
|
|
## Features |
|
|
|
* Fast and responsive |
|
|
|
* Fast and responsive |
|
|
|
* Syntax highlighing (even C++11/14, and 118 other file types) |
|
|
|
* Syntax highlighing (even C++11/14, and more than 100 other file types) |
|
|
|
* C++ warnings and errors on the fly |
|
|
|
* C++ warnings and errors on the fly |
|
|
|
* Fast C++ autocomletion (even external libraries) |
|
|
|
* Fast C++ autocomletion (even external libraries) |
|
|
|
* Tooltips showing type information and doxygen documentation |
|
|
|
* Tooltips showing type information and doxygen documentation |
|
|
|
* Accurate refactoring across files |
|
|
|
* Accurate refactoring across files |
|
|
|
* Basic editor functionallity |
|
|
|
|
|
|
|
* Highlighting of similar types |
|
|
|
* Highlighting of similar types |
|
|
|
|
|
|
|
* Spell checking of comments and strings |
|
|
|
|
|
|
|
* Basic editor functionallity |
|
|
|
* Write your own plugins in python (disabled at the moment) |
|
|
|
* Write your own plugins in python (disabled at the moment) |
|
|
|
|
|
|
|
|
|
|
|
## Dependencies ## |
|
|
|
## Dependencies ## |
|
|
|
@ -25,6 +26,7 @@ towards libclang with speed in mind. |
|
|
|
* libgtkmm-3.0-dev |
|
|
|
* libgtkmm-3.0-dev |
|
|
|
* libgtksourceview2.0-dev |
|
|
|
* libgtksourceview2.0-dev |
|
|
|
* libgtksourceviewmm-3.0-dev |
|
|
|
* libgtksourceviewmm-3.0-dev |
|
|
|
|
|
|
|
* libaspell-dev |
|
|
|
* libclang-dev |
|
|
|
* libclang-dev |
|
|
|
* [libclangmm](http://github.com/cppit/libclangmm/) |
|
|
|
* [libclangmm](http://github.com/cppit/libclangmm/) |
|
|
|
|
|
|
|
|
|
|
|
|