Created
August 11, 2020 05:58
-
-
Save thiamteck/366e55e028d3ab0f45d7ea639bbbff7c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# | |
# Based on custom settings by Bruce Dodson, http://gisdeveloper.tripod.com/scite.html | |
# Does not support `start.in.monospaced.mode`, but invert the font setting among monospace and non-monospace font in order to start SciTE with monospace font | |
# | |
tabbar.hide.one=1 | |
tabbar.multiline=1 | |
toolbar.visible=1 | |
statusbar.visible=1 | |
line.margin.visible=1 | |
line.margin.width=2+ | |
margin.width=0 | |
view.whitespace=1 | |
whitespace.fore=#E8E8E8 | |
bookmark.back=#FFFFA0 | |
bookmark.symbol=22 | |
find.mark.indicator=style:compositionthick,colour:#FFB700,under | |
ext.lua.startup.script=$(SciteDefaultHome)/SciTEStartup.lua | |
default.file.ext=.txt | |
title.show.buffers=1 | |
open.dialog.in.file.directory=1 | |
buffers.zorder.switching=0 | |
tabsize=4 | |
indent.size=4 | |
use.tabs=0 | |
tab.indents=0 | |
backspace.unindents=1 | |
if PLAT_WIN | |
find.command=findstr /n /s $(find.what) $(find.files) | |
find.input=$(find.what) | |
vc.home.key=1 | |
wrap.aware.home.end.keys=1 | |
statusbar.number=1 | |
statusbar.text.1=\ | |
line $(LineNumber), column $(ColumnNumber) ($(OverType)) ($(EOLMode)) $(FileAttr) - $(SelLength) chars selected | |
code.page=65001 | |
if PLAT_WIN | |
font.monospace=font:Lucida San Unicode,size:10 | |
font.monospace.small=font:Lucida San Unicode,size:8 | |
font.base=font:Lucida Console,size:10 | |
font.small=font:Lucida Console,size:8 | |
font.comment=font:Comic Sans MS,size:9,italics | |
font.code.comment.box=$(font.comment) | |
font.code.comment.line=$(font.comment) | |
font.code.comment.doc=$(font.comment) | |
font.code.comment.nested=$(font.comment) | |
font.text=${font.base} | |
font.text.comment=${font.comment} | |
font.embedded.base=${font.base} | |
font.embedded.comment=$(font.comment) | |
font.vbs=font:Lucida Console,size:9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment