The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .
Translation of Log() messages is not coherent, many use _() but others do not.Is there a reason to not translate them? Of course, keeping them untranslated makes searching in the web easier, but some users do not understand the english messages.
Manager::Get()->GetLogManager()->DebugLog(_T("Could not find File->New menu!"));CCLogger::Get()->DebugLog("SetParser: No parser available.");Manager::Get()->GetLogManager()->Log(_T("cbEditor::AutoComplete() is obsolete.\nUse AutoComplete(cbEditor &ed) from the Abbreviations plugin instead."));Manager::Get()->GetLogManager()->Log(_("Error: file 'options_") + name + _(".xml' not found"));Manager::Get()->GetLogManager()->DebugLog(_T("Compiler circular dependency detected?!?!?"));
But this makes things inconsistent...