fix: 修复打开文件时,编码错误的问题
This commit is contained in:
parent
b1ca13404a
commit
8e4c35db29
@ -34,6 +34,7 @@ public class JNotepadTab extends Tab {
|
|||||||
lineNumberTextArea = textArea;
|
lineNumberTextArea = textArea;
|
||||||
this.setContent(lineNumberTextArea);
|
this.setContent(lineNumberTextArea);
|
||||||
setAutoLine(GlobalConfig.getConfig().getAutoLineConfig());
|
setAutoLine(GlobalConfig.getConfig().getAutoLineConfig());
|
||||||
|
this.charset = charset;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isAutoLine() {
|
public boolean isAutoLine() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user