From 5eb79517dd7267d9990c7c5081055cea839419bd Mon Sep 17 00:00:00 2001 From: Jan-Niclas Walther Date: Sat, 4 May 2019 14:43:54 +0200 Subject: [PATCH] Added SciTEUser.properties --- SciTEUser.properties | 59 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 SciTEUser.properties diff --git a/SciTEUser.properties b/SciTEUser.properties new file mode 100644 index 0000000..c9a7fb8 --- /dev/null +++ b/SciTEUser.properties @@ -0,0 +1,59 @@ +# Show " in " instead of just "" +title.full.path=2 + +# Show toolbar and statusbar +toolbar.visible=1 +statusbar.visible=1 + +# Maximum number of tabs +#buffers=40 + +# Hide tab bar if there is only one tab +#tabbar.hide.one=0 + +# Split code and output (F8) panes vertically +split.vertical=1 + +# Ask to reload a file that has been modified externally +load.on.activate=1 +are.you.sure.on.reload=0 + +# Save the session +save.position=1 +save.recent=1 +save.session=1 +save.find=1 + +# Set all code styles to use monospaced font of the same size +#~ font.monospace=font:!DejaVu Sans Mono,size:10 +font.base=$(font.monospace) +font.small=$(font.monospace) +font.comment=$(font.monospace) +font.text=$(font.monospace) +font.text.comment=$(font.monospace) +font.embedded.base=$(font.monospace) +font.embedded.comment=$(font.monospace) +font.vbs=$(font.monospace) + +# Show line numbers, pad if fewer than 4 digits +line.margin.visible=1 +line.margin.width=4+ +margin.width=0 + +# Indentation style (Shift+Ctrl+I) +indent.size=4 +use.tabs=0 +tabsize=4 + +# Indicate tab and space characters (Shift+Ctrl+A) +#view.whitespace=0 +#whitespace.fore=#000000 + +# Column guide, indicates long lines +edge.mode=1 +edge.column=120 + +# Make Python quotes foldable (useful for docstrings) +fold.quotes.python=1 + +strip.trailing.spaces.$(file.patterns.py)=1 \ No newline at end of file