Releases: niosus/EasyClangComplete
Releases · niosus/EasyClangComplete
Version 1.4.1
What's new:
- thanks to @Mischa-Alff std flags are not separated anymore and the popup words don't break after every word on some systems
- detection of cmake projects is now case insensitive as should be
Version 1.4.0
What's new:
- since Sublime Text version 3123
libclangmethod should work on Windows with
clang-3.9. Check it out! - when using
libclangtranslation units are cleared based on timer to avoid
taking all your memory in case you have many tabs open. - thanks to @rchl you don't need to restart Sublime Text in case you changed settings.
- minor fixes
Version 1.3.5
What's new:
- fix for usage with OS X El Captain
Version 1.3.4
- minor fixes
Version 1.3.3
What's new:
- support libclang with clang-3.8 on Ubuntu 16.04 with error linting and
completions - initial support for libclang with clang-3.9
- fix completions of arrays shown wrongly with binary comletion mode
- thanks to @rchl:
- fix hiding default completions when plugin completions were not generated
- fix completions not working on active view after starting Sublime Text
Version 1.3.2
Version 1.3.1
What's new:
- fix regression in loading relative paths from
.clang_completefile.
Thanks @kpskp77 for reporting the issue!
Version 1.3.0
Important
If something does not work - restart Sublime Text!
Some known issues
- For
Ubuntu 16.04please instead of installingclanginstallclang-3.5.
There is a non-trivial problem with clang python bindings withclang-3.8
which I am still unable to solve. Please use an older clang version for now.
What's new:
- BIG CHANGE: if your build system is
CMakethe plugin will generate a
compilation database and then a file.clang_completenear an appropriate
CMakeLists.txtwith the flags needed for your project. It will regenerate
this file if you change anything inCMakeLists.txt. The process should be
completely automatic, but this behavior is still in beta. You can always
disable it either from settings or when prompted via a dialog. - Lots of small improvements and bug fixes.
Thanks
Huge thanks go to all the people who contributed their time helping me in creating this plugin.
Thanks Rafał Chłodnicki (@rchl) for his contributions.
It is really important for me that you are using the plugin. If you have
problems - submit issues and we will eventually solve them together.
If you like the plugin, consider supporting the development! It takes me quite
some time to implement everything as good as I can. Find ways to support the
plugin here: https://github.com/niosus/EasyClangComplete#support-it
Version 1.2.5
Same as version before. Fixing changed tag style to make the package accessible through Package Control again. No new functionality just yet.
Version 1.2.5
What's new:
- fix regression in parsing
.clang_completefile introduced in the last version.