You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(editor): persist file encoding across sessions
Activate the existing but unused encoding history mechanism to
remember the user's encoding choice per file, skipping unreliable
content-based detection on reopen.
激活已有但未接入的编码历史持久化机制,保存时记录编码,
重新打开时优先使用历史编码而非自动检测。
Log: 激活编码历史持久化,修复切换编码保存后重新打开仍显示UTF-8的问题
PMS: BUG-332119
Influence: 修改编码格式保存后重新打开文件,底栏正确显示用户选择的编码格式。
0 commit comments