Scite User.Properties

tags: ,

My cus­tom set­tings for SciTE, posted for my ref­er­ence later.

To install, go to Options -> Open User Options File in SciTE.

# use monospaced fonts
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)

# show line numbers
line.margin.visible=1
line.margin.width=3+

# hide tab bar until there is more than one tab
tabbar.hide.one=1

# autoclose xml/html tags
xml.auto.close.tags=1
html.tags.case.sensitive=1

# use unix line endings
eol.mode=LF

# use existing instances of scite
check.if.already.open=1

# strip trailing spaces
strip.trailing.spaces=1

# tab size
tab.size.*.php=4
tab.size.*.html=4
tab.size.*.xml=4
indent.size.*.php=4
indent.size.*.html=4
indent.size.*.xml=4
use.tabs.*.php=0
use.tabs.*.html=0
use.tabs.*.xml=0
backspace.unindents=1

# black background color
style.*.32=$(font.base),back:#000000,fore:#ffffff
style.*.33=back:#C0C0C0,$(font.base)
style.*.37=fore:#939393
caret.fore=#FFFFFF
selection.alpha=75
selection.back=#FFFFFF
colour.keyword=fore:#649bff
colour.operator=fore:#727272

 # hide horizontal scrollbar until needed
horizontal.scrollbar=1
horizontal.scroll.width=1
horizontal.scroll.width.tracking=1

 # window position
position.left=280
position.top=120
position.width=680
position.height=800

# external applications
command.name.1.*.php=PHP_CodeSniffer
command.1.*.php=php "c:/scripts/phpcs.php" "$(FilePath)"

Feedback