yvesdm3000 / ClangLib

Code::Blocks plugin integrating various features of LLVM Clang.
5 stars 4 forks source link

Settings not saved #19

Open bluehazzard opened 6 years ago

bluehazzard commented 6 years ago

In src\clangccsettingsdlg.cpp:218 are a lot settings not saved. Is this by purpose? Why?

yvesdm3000 commented 6 years ago

They come from the original code-completion plugin and serve as a guide. I try to not reinvent the wheel so if the settings are identical to the original code-completion I use those, for example for Symbol Browser, I'd reuse the existing code from the CB code-completion plugin and thus keep the same settings that goes with it. If you think it pollutes the code you can remove them, we can still go and look at the original code.