我使用Komodo Edit 8.5,我想在打开文件时自动设置自动换行。很遗憾,我无法在“编辑>偏好设置”中找到此设置。你能帮助我吗? 并且存在在'prefs.xml'文件中更改此设置的可能性吗?
答案 0 :(得分:1)
自动换行首选项位于以下层次结构中:
如果您想使用prefs.xml进行设置,请点击以下设置:
我建议不要直接编辑prefs.xml,在这种情况下,Pref UI就足够了,但是如果你想手动修改pref,那么使用API更安全:
ko.prefs.setBooleanPref()
或
ko.prefs.setStringPref()
您可以使用宏或Extension Developer addon来访问API。
<强>参考强>