SciTEの設定メモ

毎回入れなおすたびに、えーっと行番号表示するのどこだっけ...とか悩むのでメモ。SciTEUser.propertiesにコピーすればそのまま使えるが、背景色を黒系にしてる関係で、言語ごとの色設定とかはやっぱりやらないとイロイロ不具合が。

# Window sizes and visibility
# 横方向に分割
split.vertical=0

# Sizes and visibility in edit pane
# 行番号を常に表示
line.margin.visible=1

# Checking - 確認
# 最近使ったファイルを記録
save.recent=1
# セッションの保存
save.session=1

# Element styles - 要素のスタイル
# スペース・タブ記号を常に表示
view.whitespace=1

# Internationalisation - 国際化対応
# Japanese input code page 932 and ShiftJIS character set 128
code.page=932
character.set=128

# Folding - 折りたたみ記号のスタイル
fold.symbols=2

# Indentation - インデント
# スペースをインデントに使う場合は use.tabs = 0
tabsize=2
indent.size=2
use.tabs=0

# Fonts - フォント
# コメントの斜体が気に食わないなら italicsを取り除く
if PLAT_WIN
	font.base=font:MS Gothic,size:10
	font.comment=font:MS Gothic,size:10,italics
	font.text=font:MS Gothic,size:10
	font.text=font:MS Gothic,size:10,italics


#----------------------------------------------------------------
# Standard Color scheme

# Give symbolic names to the set of colours used in the standard styles.
colour.code.comment.box=fore:#007F7F
colour.code.comment.line=fore:#007F7F
colour.code.comment.doc=fore:#007F7F,back:#303830
colour.code.comment.nested=fore:#009F9F,back:#343C34
colour.text.comment=fore:#007F7F,back:#303830
colour.other.comment=fore:#007F7F
colour.embedded.comment=back:#303830
colour.embedded.js=back:#333344
colour.notused=back:#FF0000

colour.number=fore:#E00040
colour.keyword=fore:#4040C0,bold
colour.string=fore:#B04080,italics
colour.char=fore:#7F007F
colour.operator=fore:#B06000,bold
colour.preproc=fore:#7F7F00
colour.error=fore:#FFFF00,back:#FF0000

# Globals
# (Default, Line number, brace highlight, brace incomplete
#  highlight, control characters, indentation guides, calltip)
style.*.32=fore:#AAAAAA,back:#333333,$(font.base)
style.*.33=fore:#333333,back:#999999,$(font.base)
style.*.34=fore:#6699FF,$(font.base),bold
style.*.35=fore:#FF6699,$(font.base),bold
style.*.36=
style.*.37=fore:#666666,back:#AAAAAA,$(font.base)
style.*.38=fore:#AAAAAA,back:#444444,$(font.base)

# Colors
selection.fore=#FFFFBB
selection.back=#999999
caret.fore=#AAAAAA
caret.line.back=#444444
error.marker.fore=#994C4C
error.marker.back=#444444
bookmark.fore=#333333
bookmark.back=#335580
find.mark=#335580

fold.margin.colour=#AAAAAA
fold.margin.highlight.colour=#AAAAAA