Hi, I think the file name and class name is not correct, and I want to change the file name from "nativeparser.cpp" to "parsemanager.cpp", in-fact, I have already comments in the header file:
/** @brief NativeParser class is just like a manager class to control Parser objects.
*
* Normally, Each C::B Project (cbp) will have an associated Parser object.
* In another mode, all C::B projects belong to a C::B workspace share a single Parser object.
* Nativeparser will manage all the Parser objects.
*/
class NativeParser : public wxEvtHandler, NativeParserBase
{
I see the clangd_client already has the file name changes.
I think I can handle the cbp file changes, the class name changes, but I'm not sure how to change the auto-tools build system. Any dev can help with this? Maybe, I just need to commit the changes, and you can help to change the other build system files? Thanks.