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…
Reference in New Issue
Block a user