Finally, I've found the text editor that fits exactly to me, highly-customizable, feature-rich and fast-launching. It's called '
SciTE'. Because the command is not so comfortable to type, I created two symbolic links after uninstalling
gedit.
$ ln -s /usr/bin/scite notepad
$ ln -s /usr/bin/scite gedit
The following is my
~/.SciTEUser.properties:
code.page=65001
output.code.page=65001
LC_CTYPE=ko_KR.UTF-8
check.if.already.open=1
position.left=400
position.top=150
position.width=820
position.height=620
buffered.draw=0
tabbar.visible=1
tabbar.multiline=1
toolbar.visible=1
statusbar.visible=1
caret.fore=#FF0000
caret.width=2
caret.line.back=#00FF00
caret.line.back.alpha=20
line.margin.visible=1
line.margin.width=4
margin.width=16
blank.margin.left=4
blank.margin.right=4
wrap=1
wrap.style=2
cache.layout=3
output.wrap=1
output.cache.layout=3
wrap.visual.flags=1
wrap.visual.flags.location=3
wrap.visual.startindent=0
edge.column=79
edge.mode=1
edge.colour=#C0DCC0
selection.fore=#006000
braces.check=1
braces.sloppy=1
# Brace highlight
style.*.34=fore:#0000FF,back:#C0DCC0,bold
tabsize=4
indent.size=4
use.tabs=0
tab.indents=1
quit.on.close.last=1
default.file.ext=.txt
strip.trailing.spaces=1
ensure.consistent.line.ends=1
find.replace.advanced=1
find.files=*.java *.xml *.txt *.c
font.base=font:!DejaVu Sans Mono,size:12
font.small=font:!DejaVu Sans Mono,size:12
font.comment=font:!DejaVu Sans Mono,size:12
font.code.comment.box=$(font.comment)
font.code.comment.line=$(font.comment)
font.code.comment.doc=$(font.comment)
font.code.comment.nested=$(font.comment)
font.text=font:!DejaVu Sans Mono,size:12
font.text.comment=font:!DejaVu Sans Mono,size:12
font.embedded.base=font:!DejaVu Sans Mono,size:12
font.embedded.comment=font:!DejaVu Sans Mono,size:12
font.monospace=font:!DejaVu Sans Mono,size:12
font.vbs=font:!DejaVu Sans Mono,size:12
No comments yet. Be the first!