91
Plugins development / Re: Code format support in clangd_client plugin
« Last post by christo on May 14, 2025, 06:48:24 pm »Hi Pecan, I'm seeing below error on right clicking.
../src/common/menucmn.cpp(623): assert ""position < m_items.GetCount()"" failed in FindItemByPosition(): wxMenu::FindItemByPosition(): invalid menu index
https://github.com/wxWidgets/wxWidgets/blob/v3.2.4/src/common/menucmn.cpp#L623
I've enabled debug mode of wxWidgets, that might be the reason error is seen for me, and NULL for you.
Screenshot attached.
../src/common/menucmn.cpp(623): assert ""position < m_items.GetCount()"" failed in FindItemByPosition(): wxMenu::FindItemByPosition(): invalid menu index
https://github.com/wxWidgets/wxWidgets/blob/v3.2.4/src/common/menucmn.cpp#L623
I've enabled debug mode of wxWidgets, that might be the reason error is seen for me, and NULL for you.
Screenshot attached.