mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-09-22 09:27:55 +02:00
parent
4ae6736c99
commit
caa4827e18
@ -349,7 +349,7 @@ public :
|
|||||||
}
|
}
|
||||||
|
|
||||||
void updateFinderScintilla() {
|
void updateFinderScintilla() {
|
||||||
if (_pFinder && _pFinder->isCreated() && _pFinder->isVisible())
|
if (_pFinder && _pFinder->isCreated())
|
||||||
{
|
{
|
||||||
_pFinder->setFinderStyle();
|
_pFinder->setFinderStyle();
|
||||||
}
|
}
|
||||||
|
@ -942,6 +942,7 @@ protected:
|
|||||||
void setSearchResultLexer() {
|
void setSearchResultLexer() {
|
||||||
if (execute(SCI_GETLEXER) == SCLEX_SEARCHRESULT)
|
if (execute(SCI_GETLEXER) == SCLEX_SEARCHRESULT)
|
||||||
{
|
{
|
||||||
|
makeStyle(L_SEARCHRESULT, nullptr);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
execute(SCI_STYLESETEOLFILLED, SCE_SEARCHRESULT_FILE_HEADER, true);
|
execute(SCI_STYLESETEOLFILLED, SCE_SEARCHRESULT_FILE_HEADER, true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user