Wednesday, April 29, 2015

SciTE user properties

# just posting this before I lose it. 
# Indentation
tabsize=2
indent.size=2
use.tabs=1

# font
if PLAT_GTK
 font.monospace=font:!Inconsolata,size:11
if PLAT_WIN
 font.monospace=font:Inconsolata,size:11

font.base=$(font.monospace)
font.small=$(font.monospace)WW
font.comment=$(font.monospace)
font.text=f$(font.monospace)
font.text.comment=$(font.monospace)
font.embedded.base=$(font.monospace)
font.embedded.comment=$(font.monospace)
font.vbs=$(font.monospace)

# line numbers
line.margin.visible=1
line.margin.width=5

# enable languages here:
imports.include=r perl python sql matlab tex

No comments:

Post a Comment