See
https://github.com/yvesdm3000/cbClangCompileCommands
For initial version.
Yves
Have you tried the plugin on linux?
I doubt it will work there because I see \r\n all over the code.
That is correct, it only has a windows project for now as a first step. I need to see how it reacts on linux the following days and I'll fix the issues that I encounter.
Yves
The last commit now has a unix .cbp file. I installed the .so and the .zip file manually, I don't know if the generated .cbplugin file works.
Known issues:
- Only full paths generated
- Treats headerfiles and other resource files as source files.
- Doesn't take the 'extra' compile options from the ClangCC plugin yet. Not sure if this is a big problem.
- No configuration GUI yet
Yves