Properties configuration for SciTE
I really like SciTE as my primary text editor. Unfortunately it comes with very user-unfriendly default settings, so I use these instead:
font.monospace=font:Bitstream Vera Sans Mono,size:9
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)
line.margin.visible=1
pathbar.visible=1
highlight.current.word=1
clear.before.execute=1
output.initial.hide=0
code.page=65001
wrap=1
load.on.activate=1
are.you.sure.on.reload=1
check.if.already.open=1
In short - monospace font for most cases, a visible path bar, UTF-8 support, word wrap enabled, selection highlight enabled and some other minor changes which I do not remember at the moment.