{"id":1524,"date":"2007-10-25T14:24:00","date_gmt":"2007-10-25T14:24:00","guid":{"rendered":"http:\/\/t.motd.kr\/articles\/1524\/my-favorite-text-editor-scite"},"modified":"2022-12-28T01:46:24","modified_gmt":"2022-12-27T16:46:24","slug":"my-favorite-text-editor-scite","status":"publish","type":"post","link":"https:\/\/vault.motd.kr\/wordpress\/posts\/1524\/my-favorite-text-editor-scite\/","title":{"rendered":"My Favorite Text Editor – SciTE"},"content":{"rendered":"\n
Finally, I\u2019ve found the text editor that fits exactly to me, highly-customizable, feature-rich and fast-launching. It\u2019s called \u2018SciTE<\/a>\u2018. Because the command is not so comfortable to type, I created two symbolic links after uninstalling gedit<\/a>.<\/p>\n\n\n\n The following is my ~\/.SciTEUser.properties<\/tt>:<\/p>\n\n\n\n Please note that I chose Liberation Mono<\/a> as the default font. You might want to use other alternatives like DejaVu Sans Mono<\/a>, Monaco<\/a>, and Consolas<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":" Finally, I\u2019ve found the text editor that fits exactly to me, highly-customizable, feature-rich and fast-launching. It\u2019s called \u2018SciTE\u2018. Because the command is not so comfortable to type, I created two symbolic links after uninstalling gedit. The following is my ~\/.SciTEUser.properties: Please note that I chose Liberation Mono as the default font. You might want to… Continue reading $ ln -s \/usr\/bin\/scite notepad\n$ ln -s \/usr\/bin\/scite gedit<\/code><\/pre>\n\n\n\n
code.page=65001\noutput.code.page=65001\nLC_CTYPE=ko_KR.UTF-8\nposition.width=850\nposition.height=700\ncheck.if.already.open=1\nbuffered.draw=1\ntabbar.visible=1\ntqabbar.multiline=1\ntoolbar.visible=1\ntoolbar.usestockicons=1\nstatusbar.visible=1\ncaret.fore=#FF0000\ncaret.width=2\ncaret.line.back=#00FF00\ncaret.line.back.alpha=20\nline.margin.visible=1\nline.margin.width=4\nmargin.width=16\nblank.margin.left=4\nblank.margin.right=4\nwrap=1\nwrap.style=2\ncache.layout=3\noutput.wrap=1\noutput.cache.layout=3\nwrap.visual.flags=1\nwrap.visual.flags.location=0\nwrap.visual.startindent=0\nedge.column=79\nedge.mode=1\nedge.colour=#C0DCC0\nselection.fore=#006000\nbraces.check=1\nbraces.sloppy=1\n# Brace highlight\nstyle.*.34=fore:#0000FF,back:#C0DCC0,bold\ntabsize=4\nindent.size=4\nuse.tabs=0\ntab.indents=1\nquit.on.close.last=1\ndefault.file.ext=.txt\nstrip.trailing.spaces=1\nensure.consistent.line.ends=1\nfind.replace.advanced=1\nfind.files=*.java *.xml *.txt *.c *.h *.cpp *.hpp\nfont.base=font:!Liberation Mono,size:11\nfont.small=${font.base}\nfont.comment=${font.base}\nfont.code.comment.box=$(font.comment)\nfont.code.comment.line=$(font.comment)\nfont.code.comment.doc=$(font.comment)\nfont.code.comment.nested=$(font.comment)\nfont.text=${font.base}\nfont.text.comment=${font.comment}\nfont.embedded.base=${font.base}\nfont.embedded.comment=${font.base}\nfont.monospace=${font.base}\nfont.vbs=${font.base}\n# Printing\ncommand.print.*=paps --font=\"Monospace 10\" \"$(FileNameExt)\" | lpr<\/code><\/pre>\n\n\n\n