Skip to content

Commit 3f099fc

Browse files
committed
use a thicker line to indicate capture groups
1 parent a52e9ff commit 3f099fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ScintillaWnd.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is part of BowPad.
22
//
3-
// Copyright (C) 2013-2024 - Stefan Kueng
3+
// Copyright (C) 2013-2025 - Stefan Kueng
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by
@@ -1242,6 +1242,7 @@ void CScintillaWnd::SetupDefaultStyles() const
12421242
{
12431243
m_scintilla.IndicSetStyle(i, Scintilla::IndicatorStyle::Box);
12441244
m_scintilla.IndicSetFore(i, CTheme::Instance().GetThemeColor(captureColors[i - INDIC_REGEXCAPTURE]));
1245+
m_scintilla.IndicSetStrokeWidth(i, 300);
12451246
}
12461247

12471248
for (uptr_t i = INDIC_CUSTOM_MARK_1; i <= INDIC_CUSTOM_MARK_4; ++i)

0 commit comments

Comments
 (0)