3

I have this situation

. . . public void onClick(Widget sender) {

. . . . PreferencesWidget.this.callback.onSuccess(feed.getText());

. . . . hide();

}

How to remove this dots only

Note* there are spaces between dots

4

2 回答 2

6

您可能打开了一个选项,使编辑器中的空白“可见”。

尝试切换菜单选项View-> Show Symbol-> Show Whitespace and Tab

于 2013-03-21T22:59:55.423 回答
0

View-> Show Symbol->Show Indent Guide

于 2017-04-11T20:15:27.673 回答