Improve whitespace visibility

Closes #3200
This commit is contained in:
SinghRajenM 2017-04-22 12:21:47 +05:30 committed by Don HO
parent ea87ffd7d0
commit e10847b429

View File

@ -362,6 +362,7 @@ public:
void showWSAndTab(bool willBeShowed = true) { void showWSAndTab(bool willBeShowed = true) {
execute(SCI_SETVIEWWS, willBeShowed?SCWS_VISIBLEALWAYS:SCWS_INVISIBLE); execute(SCI_SETVIEWWS, willBeShowed?SCWS_VISIBLEALWAYS:SCWS_INVISIBLE);
execute(SCI_SETWHITESPACESIZE, 2, 0);
}; };
void showEOL(bool willBeShowed = true) { void showEOL(bool willBeShowed = true) {