首页 > 技术文章 > Python 中Editplus 特别实用的设置方法

jerryxing 2013-11-13 12:02 原文

editplus 中输入tab自动变成4个空格
打开tools->preference打开面板,files的子栏目->settings & syntax面板中的 tab/indent 再打开子面板,
1.把上面 tab 与 indent的值改为4,
2.勾选insert spaces instand of tab

editplus 打开后自动换行
打开tools->preference打开面板,files的子栏目->settings & syntax面板中的 word-wrap 再打开子面板,
1.勾选 enable word-wrap 

editplus 取消保存时产生的.bak文件
打开tools->preference打开面板,files项中.
1.去掉勾选的 create backup file when saving.

editplus 设默认编码为utf-8
打开tools->preference打开面板,files项中.
1.在defalt encodeing 中选 utf-8.

 
查找与替换的强大正则例子:
<p>(http.+)</p>
<p><a href="\1" target="_blank">\1</a></p>

推荐阅读