We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299d9e8 commit 6812ee7Copy full SHA for 6812ee7
ScintillaNet_FindReplaceDialog/FindAllResults/FindAllResultsPanel.cs
@@ -53,7 +53,7 @@ public Scintilla Scintilla
53
54
// Is the number margin setup?
55
if (string.IsNullOrEmpty(_scintilla?.Lines[0].MarginText))
56
- _startingLineNumber = 0;
+ _startingLineNumber = 1;
57
else
58
_startingLineNumber = int.Parse(_scintilla.Lines[0].MarginText);
59
}
0 commit comments