Skip to content

Commit

Permalink
Improve whitespace visibility
Browse files Browse the repository at this point in the history
Closes #3200
  • Loading branch information
SinghRajenM authored and donho committed Apr 30, 2017
1 parent ea87ffd commit e10847b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PowerEditor/src/ScitillaComponent/ScintillaEditView.h
Expand Up @@ -362,6 +362,7 @@ friend class Finder;

void showWSAndTab(bool willBeShowed = true) {
execute(SCI_SETVIEWWS, willBeShowed?SCWS_VISIBLEALWAYS:SCWS_INVISIBLE);
execute(SCI_SETWHITESPACESIZE, 2, 0);
};

void showEOL(bool willBeShowed = true) {
Expand Down

0 comments on commit e10847b

Please sign in to comment.