mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
eepp: Added "jump-lines-up" and "jump-lines-down" commands to UICodeEditor.
ecode: Fixed display of textDocument/references (wasn't displaying non opened files). Build command will save all modified files before running.
This commit is contained in:
@@ -69,7 +69,7 @@ static json newID( const PluginIDType& id ) {
|
||||
|
||||
static json newEmptyResult( const PluginIDType& id ) {
|
||||
json j;
|
||||
j[MEMBER_RESULT] = json( json::value_t::object );
|
||||
j[MEMBER_RESULT] = nullptr;
|
||||
if ( id.isInteger() )
|
||||
j[MEMBER_ID] = id.asInt();
|
||||
else
|
||||
@@ -1751,7 +1751,6 @@ void LSPClientServer::readStdErr( const char* bytes, size_t n ) {
|
||||
mReceiveErr.erase( 0, lastNewLineIndex + 1 );
|
||||
}
|
||||
if ( !msg.message.empty() ) {
|
||||
msg.type = LSPMessageType::Log;
|
||||
Log::debug( "LSPClientServer::readStdErr server %s:\n%s", mLSP.name.c_str(),
|
||||
msg.message.c_str() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user