diff options
author | Jens Weber <jens@tuxane.com> | 2011-12-29 08:59:14 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-31 00:24:59 -0600 |
commit | f6c870e244de0d66d6ad99ae112a5d05774529c8 (patch) | |
tree | 91bef98db6b650e88a49aa46ce0d7844ae0d4396 /development/scite/config/SciTEUser.properties.new | |
parent | 1fe893777b18a46896815e7911f42d19616b9a71 (diff) | |
download | slackbuilds-f6c870e244de0d66d6ad99ae112a5d05774529c8.tar.gz |
development/scite: Updated for version 3.02.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/scite/config/SciTEUser.properties.new')
-rw-r--r-- | development/scite/config/SciTEUser.properties.new | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/development/scite/config/SciTEUser.properties.new b/development/scite/config/SciTEUser.properties.new new file mode 100644 index 0000000000..23477b7aff --- /dev/null +++ b/development/scite/config/SciTEUser.properties.new @@ -0,0 +1,44 @@ +if PLAT_GTK + position.left=0 + position.top=0 +position.width=1015 +position.height=717 + +minimize.to.tray=1 +toolbar.visible=1 +horizontal.scrollbar=1 +horizontal.scroll.width=700 + +tabbar.visible=1 +statusbar.visible=1 +pathbar.visible=1 +check.if.already.open=1 + +tabsize=3 +indent.size=3 + +autocompleteword.automatic=1 + +# if you want to be able to edit Unicode files, uncomment this: +#code.page=65001 +#LC_CTYPE=en_US.UTF-8 + +if PLAT_GTK + font.base=font:!Bitstream Vera Sans Mono,size:12 + # font.base=font:Arial,size:10 + font.small=$(font.base) + font.comment=$(font.base) + font.code.comment.box=$(font.comment) + font.code.comment.line=$(font.comment) + font.code.comment.doc=$(font.comment) + 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) +font.js=$(font.comment) + +comment.block.hypertext=//~ +comment.block.sql=--~ +xml.auto.close.tags=1 |