Scite User.Properties
My custom settings for SciTE, posted for my reference later.
To install, go to Options -> Open User Options File in SciTE.
# use monospaced fontsfont.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 numbersline.margin.visible=1line.margin.width=3+
# hide tab bar until there is more than one tabtabbar.hide.one=1
# autoclose xml/html tagsxml.auto.close.tags=1html.tags.case.sensitive=1
# use unix line endingseol.mode=LF
# use existing instances of scitecheck.if.already.open=1
# strip trailing spacesstrip.trailing.spaces=1
# tab sizetab.size.*.php=4tab.size.*.html=4tab.size.*.xml=4indent.size.*.php=4indent.size.*.html=4indent.size.*.xml=4use.tabs.*.php=0use.tabs.*.html=0use.tabs.*.xml=0backspace.unindents=1
# black background colorstyle.*.32=$(font.base),back:#000000,fore:#ffffffstyle.*.33=back:#C0C0C0,$(font.base)style.*.37=fore:#939393caret.fore=#FFFFFFselection.alpha=75selection.back=#FFFFFFcolour.keyword=fore:#649bffcolour.operator=fore:#727272
# hide horizontal scrollbar until neededhorizontal.scrollbar=1horizontal.scroll.width=1horizontal.scroll.width.tracking=1
# window positionposition.left=280position.top=120position.width=680position.height=800
# external applicationscommand.name.1.*.php=PHP_CodeSniffercommand.1.*.php=php "c:/scripts/phpcs.php" "$(FilePath)"