Skip to content

Instantly share code, notes, and snippets.

@zdxerr
Created December 14, 2010 13:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zdxerr/740426 to your computer and use it in GitHub Desktop.
Save zdxerr/740426 to your computer and use it in GitHub Desktop.
SciTE User Properties File
position.height=990
position.width=850
split.vertical=0
tabbar.multiline=1
toolbar.visible=1
statusbar.visible=1
line.margin.visible=1
caret.line.back=#FFFED8
edge.column=79
edge.mode=1
whitespace.fore=#C0C0C0
open.dialog.in.file.directory=1
save.session=1
pathbar.visible=1
buffers=30
tabsize=4
indent.size=4
use.tabs=0
# use tabs in make files!
backspace.unindents=1
properties.directory.enable=1
statusbar.number=1
statusbar.text.1=\
$(FilePath) li=$(LineNumber) co=$(ColumnNumber) $(OverType) ($(EOLMode)) $(FileAttr)
# use utf-8
code.page=65001
#fonts
font.base=font:Consolas,size:11
font.small=font:Consolas,size:8
font.comment=font:Consolas,size:11
font.text=font:Consolas,size:11,fore:#606060
font.text.comment=font:Consolas,size:11
font.embedded.base=font:Consolas,size:11
font.embedded.comment=font:Consolas,size:11
font.monospace=font:Consolas,size:11
font.vbs=font:Consolas,size:11
# makefile indentation
indent.size.$(file.patterns.make)=4
tab.size.$(file.patterns.make)=4
use.tabs.$(file.patterns.make)=1
# c program execution
command.go.*.c=$(FileName).exe
command.go.subsystem.*.c=1
time.commands=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment