editplus是一個非常好用的文本編輯器,還一直有更新。bug非常少,穩定性非常不錯,功能也很不錯。寫代碼的利器,十幾年了,都沒幾個比他優秀的。
特別是代碼編編,查找(支持正則表達式),語法加亮,文檔編碼(DOS,unix,utf-8,Unicode,Ansi等,是我目前看到編輯器中最好的一個)。還有強大編輯功能,如空格轉tab,tab轉空格,去除尾部空格,塊選擇等等。
在寫代碼過程中,塊選擇,真是很不錯。最重要的是它的安裝包不到2M!
黑字白底的配置方案看煩了,就重新配置了一下。大家可以參考一下:)
把下面的內容保成為某個.ini,然后在editplus導入就可以了
[Colors\Text]
Foreground=15790320
Background=2829077
Default=0
[Colors\Active line]
Foreground=12632256
Background=4930087
Default=0
[Colors\Text selection]
Foreground=12632256
Background=10178048
Default=0
[Colors\Line number]
Foreground=12632256
Background=6374943
Default=0
[Colors\Ruler]
Foreground=8421504
Background=2236945
Default=0
[Colors\Output window]
Foreground=12632256
Background=1973775
Default=0
[Colors\URL]
Foreground=14322490
Default=0
[Colors\Cliptext]
Foreground=14737632
Background=1973775
Default=0
[Colors\Keyword 1]
Foreground=15168114
Default=0
[Colors\Keyword 2]
Foreground=6711039
Default=0
[Colors\Keyword 3]
Foreground=12895232
Default=0
[Colors\Keyword 5]
Foreground=16759225
Default=0
[Colors\Keyword 6]
Foreground=65535
Default=0
[Colors\Line comment]
Foreground=43520
Default=0
[Colors\Line comment 2]
Foreground=43520
Default=0
[Colors\Block comment]
Foreground=43520
Default=0
[Colors\Block comment 2]
Foreground=43520
Default=0
[Colors\Quotation]
Foreground=13369548
Default=0
[Colors\Number]
Foreground=16755455
Default=0
[Colors\Keyword 7]
Foreground=3538943
Default=0
導入過程:


就可以了
效果如下: