Skip to content

Instantly share code, notes, and snippets.

@cheeaun
Created February 18, 2009 13:04
Show Gist options
  • Save cheeaun/66326 to your computer and use it in GitHub Desktop.
Save cheeaun/66326 to your computer and use it in GitHub Desktop.
SciTE user config
# Window sizes and visibility
position.left=
position.top=
position.width=
position.height=
split.vertical=0
toolbar.visible=1
tabbar.hide.one=1
statusbar.visible=1
output.initial.hide=1
# Sizes and visibility in edit pane
line.margin.visible=1
blank.margin.left=4
blank.margin.right=4
use.palette=1
view.whitespace=1
# Element styles
caret.width=2
view.indentation.whitespace=0
view.indentation.guides=0
highlight.indentation.guides=0
# Checking
load.on.activate=1
are.you.sure.on.reload=1
reload.preserves.undo=1
check.if.already.open=1
default.file.ext=.txt
title.full.path=1
title.show.buffers=1
save.recent=1
ensure.consistent.line.ends=1
buffers=20
api.*.c=c.api
api.*.cpp=c.api;cpp.api
api.*.cgi=perl.api
api.*.pl=perl.api
api.*.php=php.api
api.*.html=php.api
api.*.phtml=php.api
api.*.htm=php.api
api.*.xhtml=php.api
max.file.size=5242880
# Indentation
tabsize=4
indent.size=4
indent.auto=1
indent.automatic=1
indent.opening=0
indent.closing=0
# Wrapping of long lines
wrap=1
output.wrap=1
wrap.visual.flags=1
# Folding
fold.symbols=3
# Find and Replace
find.files=*.html *.htm *.js *.css
find.replace.escapes=1
find.replace.advanced=1
# Behaviour
eol.mode=LF
autocompleteword.automatic=1
# Internationalisation
code.page=65001
LC_CTYPE=en_US.UTF-8
# Export
export.pdf.font=Courier
source.files=*.html;*.htm;*.xhtml;*.xml;*.css;*.txt;*.php;*.htaccess;\
*.rdf,*.rss;*.phtml;*.inc;*.sql;*.tpl;*.tmpl;*.js;*.cgi;*.c;*.cpp;*.cs
# Define the Lexer menu,
Verilog|v||\
VHDL|vhd||\
AutoHotkey|ahk||
# Import all the language specific properties files
import verilog
import vhdl
import ahk
xml.auto.close.tags=1
if PLAT_WIN
font.base=font:Consolas,size:9
font.small=font:Consolas,size:8
font.comment=$(font.base)
font.text=$(font.base)
font.text.comment=$(font.base)
font.embedded.base=$(font.base)
font.embedded.comment=$(font.base)
font.monospace=$(font.base)
font.vbs=$(font.base)
@sh-gg
Copy link

sh-gg commented Aug 10, 2018

Love the setup! Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment