# SciTEUser.properties # # This is a user property file that provides some useful # common behavior such as # Horizontal output pane # Mono spaced font # Tab is 3 hard spaces # Flush buffers before executing a tools menu command # # It enables directory priority files. # # A. P. Robson # 14 May 2018 # Directory properties enabled # properties.directory.enable=1 # Output Pane is horizontal and cleared # split.vertical=0 clear.before.execute=1 # Save all buffers for build # save.all.for.build=1 # Tabbing is 3 spaces # tabsize=3 indent.size=3 use.tabs=0 # Always use default monospace font # 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)