mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+chg: line number margin option: switched from sub-line selection to whole-line selection
This commit is contained in:
parent
53ededdc78
commit
beeca28ccd
@ -2644,7 +2644,8 @@ static void _InitializeSciEditCtrl(HWND hwndEditCtrl)
|
||||
SciCall_SetEdgeColumn(Settings.LongLinesLimit);
|
||||
|
||||
// general margin
|
||||
SciCall_SetMarginOptions(SC_MARGINOPTION_SUBLINESELECT);
|
||||
SciCall_SetMarginOptions(SC_MARGINOPTION_NONE); // whole line select
|
||||
//SciCall_SetMarginOptions(SC_MARGINOPTION_SUBLINESELECT);
|
||||
|
||||
// Nonprinting characters
|
||||
SciCall_SetViewWS(Settings.ViewWhiteSpace ? SCWS_VISIBLEALWAYS : SCWS_INVISIBLE);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user