This file lists SynWrite hidden options, i.e. flags not visible in the Options dialog.
They must be set in file "Syn.ini" in section [Setup].
Use menu command "Options -- Advanced -- Edit file Syn.ini".
Bool has only two possible values: 0/1 (they mean off/on).

--------------------
Utf8Buffer=64
Sets buffer size, in Kb, of UTF-8 detection procedure. Increase it if UTF-8 detection fails on big files.

--------------------
Tooltips=1
Bool. Enables tool-tips for long strings in ListView/TreeView GUI controls.

--------------------
MaxWordLen=100
Maximal length of text, which is handled by commands "Find current word next/ prior".

--------------------
MarkDeletedModified=1
Bool. Enables, when auto-reload in on, to mark deleted file as modified ("*" char in tab caption).

--------------------
KeyComboIgnoreCtrl=1
Bool. Enables to ignore Ctrl/Alt/Shift modifiers in key combinations (e.g. [Ctrl+Q,Ctrl+A]), in 2nd/3rd/etc parts of combo.

--------------------
SessionMaxFiles=0
If set to positive value N, then additional confirmation will be shown on session saving/loading: "Session contains many files (more than N). Are you sure you want to save/load it?"

--------------------
PyChangeDelay=3000
Delay (in mseconds) for Python plugins on_change_slow event.
This event is used e.g. by SynLint to lint file after change+pause.

--------------------
HintScroll=0
Bool. Enables hint "Line <N>" near editor vertical scrollbar, when user drags scrollbar handle.

--------------------
Items of command-plugins can be hidden in the editor context menu (not in the Plugins menu).
To do this, add "-" char after ";" char at end of lines in [Commands] section of SynPlugins.ini file (use command "Options - Advanced - Edit file SynPlugins.ini").
Example:
  Plugin Manager\Edit plugin...=py:syn_plugin_manager;menu_edit;;;-

--------------------
MinimapFont=1
Font size (pixels) for minimap. Default is like Sublime.

--------------------
StapleOffset=1
Offset of "block staples" (indentation guides) lines to the left of column. If set to -1, staple will offset to right, w/o edges at the top/bottom.

--------------------
CaretInd=2
Indicating of multi-carets.
  0: none
  1: by whole line background color (if "Draw current line background" on)
  2: by gutter background color

--------------------
MenuSize=520,320
Width and height of menu dialogs, e.g. "Commands list", "Snippets".

--------------------
DateFmtPlugin=hh:mm
Date/time format for plugins, doc about value: http://docwiki.embarcadero.com/Libraries/Seattle/en/System.SysUtils.DateTimeToString
When FTP plugin makes log, it adds date/time prefix, if option not empty.
