today I tried to activate it on my linux box, I first disabled first the regular code completion plug-in, shutdown CB, started CB, then enabled the clangd based plug-in, which suggest me again to close and restart CB, so I did that.
When CB starts up again, it gives me an informational error message, to set the path of the clangd executable but the moment I open up settings-> Editor CB crashes, and I am never able to set it.
Below a snippet from the crash stack:
<stack>
<frame level="0" function="CodeBlocksApp::OnFatalException()" offset="00000000"/>
<frame level="1"/>
<frame level="2"/>
<frame level="3" function="wxSpinCtrlGTKBase::DoSetValue(double)" offset="00000000"/>
<frame level="4" function="CCOptionsDlg::CCOptionsDlg(wxWindow*, ParseManager*, ClgdCompletion*, DocumentationHelper*)" offset="00000ba0"/>
<frame level="5" function="ClgdCompletion::GetConfigurationPanel(wxWindow*)" offset="0000004b"/>
<frame level="6" function="PluginManager::GetConfigurationPanels(int, wxWindow*, ConfigurationPanelsArray&, cbConfigurationPanelColoursInterface*)" offset="00000165"/>
<frame level="7" function="EditorConfigurationDlg::AddPluginPanels()" offset="00000000"/>
<frame level="8" function="EditorConfigurationDlg::EditorConfigurationDlg(wxWindow*)" offset="00000000"/>
<frame level="9" function="MainFrame::OnSettingsEditor(wxCommandEvent&)" offset="00000000"/>
<frame level="10" function="wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)" offset="0000006e"/>
<frame level="11" function="wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)" offset="00000073"/>
<frame level="12" function="wxEvtHandler::TryHereOnly(wxEvent&)" offset="0000004b"/>
<frame level="13" function="wxEvtHandler::DoTryChain(wxEvent&)" offset="00000043"/>
<frame level="14" function="wxEvtHandler::ProcessEvent(wxEvent&)" offset="00000039"/>
<frame level="15" function="wxWindowBase::TryAfter(wxEvent&)" offset="00000052"/>
<frame level="16" function="wxEvtHandler::SafelyProcessEvent(wxEvent&)" offset="00000007"/>
<frame level="17" function="wxMenuBase::SendEvent(int, int)" offset="0000009b"/>