正则
# Remove all empty lines @See:https://kedar.nitty-witty.com/blog/working-with-editplus-text-editor-regular-expression-how-to ^\n # find "" # Replace # Append a character to the end of each line Find: "\n" Replace: ";\n"
配色
用EditPlus已久,也看到过许多配色方案,但总是有小许不满意,索性自己来配色,以下代码,随时调整,需要注意如下几点
1、色值代码由 16进制转10进制 而来,例如(16进制的#:6487dc 转换为10进制后为:6588380); // https://tool.lu/hexconvert/
2、若自行修改配置,请保存为 ColorSettings.ini ,文件编码为:Unicode,否则,导入配置不生效,背景颜色变为白色……
3、导入路径:工具-首选项-常规-颜色-导入…
[Colors\Text] Foreground=15923448 Background=3549736 Default=0 [Colors\Embedded script] Foreground=8125008 Default=0 [Colors\Active line] Foreground=9239281 Background=5916484 Default=0 [Colors\Text selection] Foreground=16356285 Background=10777186 Default=0 [Colors\Line number] Foreground=8388863 Background=3549736 Default=0 [Colors\Ruler] Foreground=16356285 Background=10777186 Default=0 [Colors\Output window] Foreground=15793151 Background=0 Default=0 [Colors\Tabs and spaces] Foreground=6710886 Default=0 [Colors\Line break] Foreground=6710886 Default=0 [Colors\Column marker] Foreground=6710886 Default=0 [Colors\Matching Brace] Foreground=10777186 Background=16640395 Default=0 [Colors\Folding mark -] Foreground=10777186 Background=16356285 Default=0 [Colors\Folding mark +] Foreground=10777186 Background=13007359 Default=0 [Colors\URL] Foreground=7857625 Background=0 Default=0 [Colors\Cliptext] Foreground=16356285 Background=3549736 Default=0 [Colors\Markers] Foreground=9239281 Background=9598110 Default=0 [Colors\Matching words] Foreground=10777186 Background=16356285 Default=0 [Colors\Indent Guide] Foreground=6710886 Default=0 [Colors\Keyword 1] Foreground=16640395 Default=0 [Colors\Keyword 2] Foreground=8125008 Default=0 [Colors\Keyword 3] Foreground=7125247 Default=0 [Colors\Keyword 4] Foreground=13007359 Default=0 [Colors\Keyword 5] Foreground=16356285 Default=0 [Colors\Keyword 6] Foreground=5592575 Default=0 [Colors\Keyword 7] Foreground=9239281 Default=0 [Colors\Keyword 8] Foreground=362435 Default=0 [Colors\Keyword 9] Foreground=2659630 Default=0 [Colors\Keyword 10] Foreground=14056629 Default=0 [Colors\Line comment] Foreground=10777186 Default=0 [Colors\Line comment 2] Foreground=10777186 Default=0 [Colors\Block comment] Foreground=10777186 Default=0 [Colors\Block comment 2] Foreground=10777186 Default=0 [Colors\Quotation] Foreground=40652 Default=0 [Colors\Quotation 2] Foreground=50943 Default=0 [Colors\Number] Foreground=16758271 Default=0