一代神器sourceinsight出了4.x版本,支持UTF-8很不错!!虽然现在很多人使用vscode,可惜我不会配置,没用上
暂时还是用回SI好了
1.配置文件字体大小
- 以前在3.5版本的Alt+T不好使了,换成Alt+Y,弹出Files type options,在里面修改即可。
另外,周边字体的大小设置:
工具栏->Options->Preferences
2.设置字体一致(即旧版本的 "Draft View")
View -> Mono Font View
3.显示行号
Options->File Type Options…->Editing Options(即上述的Alt + T/Y)->勾选Show line numbers。
4.类似notepad++选中单词自动高亮
Options->File Type Options…->Editing Options-(即上述的Alt + T/Y)>勾选Highlight references to selected symbol
5.隐藏掉预览
Options->File Type Options…->Editing Options(即上述的Alt + T/Y)->去掉"Use Overview"的勾选
6.字符编码方式的设置,默认是UTF-8
1,整个工程默认字符编码方式:
2,只修改某个文件的字符编码方式
参考了:
https://blog.csdn.net/code_style/article/details/73826557
https://blog.csdn.net/iliveido_foxmail/article/details/79432896
https://blog.csdn.net/k346k346/article/details/77412413
等