1:最初用它是找一个编辑器,既能看繁体,又能看简体,还能看UTF8, 还能看韩语等等 -- 目前SciTE 和 emacs 能胜任。
一点不足:
什么时候能把notepad++里面的ftp打开,加进来就好了。还有处理比较长的行时有些问题。
3:我的 users.properties 文件。我很顺手 - 能用grep过滤东西,能调用Winmerge来比较。
# Japanese input code page 932 and ShiftJIS character set 128
#
code.page=932
#character.set=128
#Unicode
#
code.page=65001
#Traditional Chinese
#character.set=136
#
code.page=950
#Simplifiled
#character.set=134
#
code.page=936
#Korea
#character.set=129
#
code.page=949
#Long lines
edge.mode=1
edge.column=10000
#Tool bar
toolbar.visible=1
#Program Windows Position
position.width=1280
position.height=1024
#Tray
minimize.to.tray=1
#Whether SciTE starts already
check.if.already.open=1
save.session=1
#Auto complete
autocompleteword.automatic=1
#Display line number
line.margin.visible=1
line.margin.width=3+
margin.width=0
#Default number of buffers
buffers=50
#Default extenstion
default.file.ext=.txt
#Display full file title
title.full.path=1
title.show.buffers=1
#check whether the current file has been updated by another process
whenever it is activated
load.on.activate=1
#the output pane is below the editing pane
split.vertical=0
clear.before.execute=1
#multiple lines for the tab bar
tabbar.multiline=0
tabsize=4
indent.size=4
#Line wrap
wrap=0
wrap.style=1
xml.auto.close.tags=1
#fonts
font.monospace=font:Courier New,size:10
font.base=$(font.monospace)
font.small=$(font.monospace)
font.comment=$(font.monospace)
font.text=$(font.monospace)
font.text.comment=$(font.monospace)
font.embedded.base=$(font.monospace)
font.embedded.comment=$(font.monospace)
font.vbs=$(font.monospace)
command.name.1.*=Filter
command.1.*=grep -i "$(1)" "$(FilePath)"
command.is.filter.1.*=1
command.name.2.*=WinMerge
command.2.*="C:\Program Files\WinMerge\WinMerge.exe" $(FilePath)"
command.is.filter.2.*=1
command.subsystem.2.*=2