diff options
author | Jens Weber <jens@tuxane.com> | 2011-07-24 13:09:52 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-11 20:28:34 -0300 |
commit | 8a1a87a0bb75f609d3466d15faffa4733ae1ead4 (patch) | |
tree | b2399088b5084d74fa8d3272a218f04047f8bdaa /development/scite/config | |
parent | 7b1228c9b34f66df0c7423ad9263ad4b03b9c90e (diff) | |
download | slackbuilds-8a1a87a0bb75f609d3466d15faffa4733ae1ead4.tar.gz |
development/scite: Updated for version 2.27.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/scite/config')
-rw-r--r-- | development/scite/config/SciTEGlobal.properties | 105 | ||||
-rw-r--r-- | development/scite/config/SciTEUser.properties | 44 |
2 files changed, 149 insertions, 0 deletions
diff --git a/development/scite/config/SciTEGlobal.properties b/development/scite/config/SciTEGlobal.properties new file mode 100644 index 0000000000..aa8d3948d0 --- /dev/null +++ b/development/scite/config/SciTEGlobal.properties @@ -0,0 +1,105 @@ +# Those settings get merged at package build time +# USER DEFINED SETTINGS +# Globals + +minimize.to.tray=1 +output.scroll=1 +tabbar.multiline=1 +toolbar.visible=1 +toolbar.usestockicons=1 +statusbar.visible=1 +pathbar.visible=1 +horizontal.scrollbar=1 +horizontal.scroll.width=700 +check.if.already.open=1 +fileselector.width=800 +fileselector.height=600 +fileselector.show.hidden=1 + + +# Sizes and visibility in edit pane + + +# Element styles + + +# Scripting + + +# Checking +save.all.for.build=1 +check.if.already.open=1 + +default.file.ext=.cxx +save.session=1 +session.bookmarks=1 + + +# Indentation + +# Wrapping of long lines +wrap=1 +wrap.style=2 +output.wrap=1 + + +# Folding +# enable folding, and show lines below when collapsed. + + +# Find and Replace +if PLAT_GTK + find.command=grep --line-number "$(find.what)" $(find.files) + + +find.in.dot=1 +find.in.binary=1 + +# Behaviour + +tabsize=3 +indent.size=3 + +autocompleteword.automatic=1 + +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 + +# Status Bar + +if PLAT_GTK + command.print.*=a2ps "$(FileNameExt)" + command.scite.help=mozilla "file://$(SciteDefaultHome)/SciTEDoc.html" + +# Internationalisation + + +# Export + +# Define values for use in the imported properties files + +Apache Confi&g|conf||\ +CMake|cmake||\ +&nnCron crontab|tab||\ + +# Import all the language specific properties files +import cmake +import nncrontab +lexer.*.slackbuilds=shell
\ No newline at end of file diff --git a/development/scite/config/SciTEUser.properties b/development/scite/config/SciTEUser.properties new file mode 100644 index 0000000000..23477b7aff --- /dev/null +++ b/development/scite/config/SciTEUser.properties @@ -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 |