mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-15 07:22:49 +03:00
Try fix invalid memory access in SyntaxDefinitions.
Added attach in Chat UI. Some minor improvements in Http pool implementation.
This commit is contained in:
@@ -520,7 +520,7 @@ void processFormattingResponse( const std::shared_ptr<TextDocument>& doc,
|
||||
std::vector<LSPTextEdit> edits ) {
|
||||
TextRanges ranges = doc->getSelections();
|
||||
|
||||
doc->resetCursor();
|
||||
doc->resetSelection();
|
||||
doc->setRunningTransaction( true );
|
||||
|
||||
// Sort from bottom to top, this way we don't have to compute any position deltas
|
||||
|
||||
Reference in New Issue
Block a user