Step 184: first-run wizard
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
#pragma once
|
||||
// Included inside CodeEditorWidget (selection + editing).
|
||||
struct MultiCursor {
|
||||
int cursor = 0;
|
||||
int selStart = -1;
|
||||
int selEnd = -1;
|
||||
};
|
||||
|
||||
void syncPrimaryToMulti() {
|
||||
if (cursors_.empty()) {
|
||||
cursors_.push_back({cursor_, selStart_, selEnd_});
|
||||
|
||||
Reference in New Issue
Block a user