-
Notifications
You must be signed in to change notification settings - Fork 1
/
.SciTEUser.properties
61 lines (48 loc) · 1.31 KB
/
.SciTEUser.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Show "<filename> in <path>" instead of just "<filename>"
title.full.path=2
# Show toolbar and statusbar
#toolbar.visible=0
#statusbar.visible=0
# 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=0
# Ask to reload a file that has been modified externally
load.on.activate=1
are.you.sure.on.reload=1
find.replace.advanced=1
# Save the session
save.position=1
save.recent=1
#save.session=0
#save.find=0
# Set all code styles to use monospaced font of the same size
font.monospace=font:!PragmataPro,size:12
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=2
use.tabs=0
tabsize=2
# Indicate tab and space characters (Shift+Ctrl+A)
#view.whitespace=0
#whitespace.fore=#000000
# Column guide, indicates long lines
edge.mode=1
edge.column=80
# Make Python quotes foldable (useful for docstrings)
fold.quotes.python=1
user.shortcuts=Escape|IDM_QUIT|
code.page=65001