summaryrefslogtreecommitdiffstats
path: root/development/scite/SciTEUser.properties
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2011-04-11 01:09:21 -0500
committer Robby Workman <rworkman@slackbuilds.org>2011-04-11 01:10:00 -0500
commitc47daa5d9e29ac3fce11e59c86aab0a57618eee1 (patch)
treed4a6bc574512334b91f58dbb15a0a7484f2ff7c1 /development/scite/SciTEUser.properties
parentd78b2ccb5b3f1e2991e1ddca3cc9bc16f0863e8f (diff)
downloadslackbuilds-c47daa5d9e29ac3fce11e59c86aab0a57618eee1.tar.gz
slackbuilds-c47daa5d9e29ac3fce11e59c86aab0a57618eee1.tar.xz
development/scite: Re-added/changed maintainer.
Revert "development/scite: Removed (abandoned by maintainer)" This reverts commit 3fa55f127df2dd0f9b09ec1385ff1c7c7c1d138a. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/scite/SciTEUser.properties')
-rw-r--r--development/scite/SciTEUser.properties43
1 files changed, 43 insertions, 0 deletions
diff --git a/development/scite/SciTEUser.properties b/development/scite/SciTEUser.properties
new file mode 100644
index 0000000000..a654cc15be
--- /dev/null
+++ b/development/scite/SciTEUser.properties
@@ -0,0 +1,43 @@
+if PLAT_GTK
+ position.left=0
+ position.top=0
+position.width=1015
+position.height=717
+
+minimize.to.tray=1
+
+horizontal.scrollbar=1
+horizontal.scroll.width=700
+
+tabbar.visible=1
+statusbar.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:12
+ 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