Skip to content

Instantly share code, notes, and snippets.

@thiamteck
Created August 11, 2020 05:58
Show Gist options
  • Select an option

  • Save thiamteck/366e55e028d3ab0f45d7ea639bbbff7c to your computer and use it in GitHub Desktop.

Select an option

Save thiamteck/366e55e028d3ab0f45d7ea639bbbff7c to your computer and use it in GitHub Desktop.

Revisions

  1. thiamteck created this gist Aug 11, 2020.
    64 changes: 64 additions & 0 deletions SciTEUser.properties
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,64 @@
    #
    # 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