mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-26 23:34:44 +02:00
parent
ea87ffd7d0
commit
e10847b429
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user