Skip to content

Commit 7635fbc

Browse files
committed
PythonCodeCompletion-cc: 1. can't use HandleError for doc string retrieval error messages 2. Remove local XMLRPC stuff
1 parent 615effe commit 7635fbc

55 files changed

Lines changed: 5 additions & 8173 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

PythonCodeCompletion-cc/ExecHiddenMSW.cpp

Lines changed: 0 additions & 359 deletions
This file was deleted.

PythonCodeCompletion-cc/ExecHiddenMSW.h

Lines changed: 0 additions & 11 deletions
This file was deleted.

PythonCodeCompletion-cc/PythonCodeCompletion.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,11 @@ wxString PythonCodeCompletion::RequestDocString(int id)
585585
return wxString();
586586
}
587587
} else
588-
HandleError(event,_T("PYCC: Bad response for get_doc"));
588+
{
589+
Manager::Get()->GetLogManager()->LogError(_T("PYCC: Bad response for get_doc"));
590+
Manager::Get()->GetLogManager()->LogError(wxString(result.toXml().c_str(),wxConvUTF8));
591+
592+
}
589593
return wxString();
590594
}
591595

0 commit comments

Comments
 (0)