Created
December 14, 2010 13:41
-
-
Save zdxerr/740426 to your computer and use it in GitHub Desktop.
SciTE User Properties File
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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