123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- [AutoComplete]
- enable=True
- popupwait=2000
- [AutoComplete_cfgBindings]
- force-open-completions=<Control-Key-space>
- [AutoComplete_bindings]
- autocomplete=<Key-Tab>
- try-open-completions=<KeyRelease-period> <KeyRelease-slash> <KeyRelease-backslash>
- [AutoExpand]
- enable=True
- [AutoExpand_cfgBindings]
- expand-word=<Alt-Key-slash>
- [CallTips]
- enable=True
- [CallTips_cfgBindings]
- force-open-calltip=<Control-Key-backslash>
- [CallTips_bindings]
- try-open-calltip=<KeyRelease-parenleft>
- refresh-calltip=<KeyRelease-parenright> <KeyRelease-0>
- [CodeContext]
- enable=True
- enable_shell=False
- numlines=3
- visible=False
- bgcolor=LightGray
- fgcolor=Black
- [CodeContext_bindings]
- toggle-code-context=
- [FormatParagraph]
- enable=True
- max-width=72
- [FormatParagraph_cfgBindings]
- format-paragraph=<Alt-Key-q>
- [ParenMatch]
- enable=True
- style= expression
- flash-delay= 500
- bell=True
- [ParenMatch_cfgBindings]
- flash-paren=<Control-Key-0>
- [ParenMatch_bindings]
- paren-closed=<KeyRelease-parenright> <KeyRelease-bracketright> <KeyRelease-braceright>
- [RstripExtension]
- enable=True
- enable_shell=False
- enable_editor=True
- [ScriptBinding]
- enable=True
- enable_shell=False
- enable_editor=True
- [ScriptBinding_cfgBindings]
- run-module=<Key-F5>
- check-module=<Alt-Key-x>
- [ZoomHeight]
- enable=True
- [ZoomHeight_cfgBindings]
- zoom-height=<Alt-Key-2>
|