Created
June 2, 2018 09:28
-
-
Save AlexArcPy/c1e38bd0f6c388c36c066797e703fd45 to your computer and use it in GitHub Desktop.
Wing IDE preferences to reuse between installations.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To be put into "C:\Users\alte\AppData\Roaming\Wing IDE 6\preferences" | |
[user-preferences] | |
cache.external-check-freq = 0.1 | |
consoles.auto-clear = True | |
consoles.wrap-long-lines = True | |
debug.multi-process-debug-sub-processes = True | |
debug.pretty-print-in-shells = True | |
debug.prompt-to-restart-python-shell-debug = False | |
debug.show-breaks-moved-message = False | |
debug.wrap-debug-io = True | |
debug.wrap-debug-probe = True | |
debug.wrap-python-shell = True | |
edit.autocomplete-keys = ['return'] | |
edit.autocomplete-non-python-option = 'never' | |
edit.autocompleter-height = 15 | |
edit.background-color = (0, | |
0, | |
0) | |
edit.brace-highlight-backcolor = (53, | |
53, | |
53) | |
edit.brace-highlight-color = (118, | |
119, | |
154) | |
edit.enable-font-zoom = True | |
edit.ensure-ending-eol-on-save = True | |
edit.fold-indicator-style = 3 | |
edit.fold-mark-foreground-color = (255, | |
255, | |
255) | |
edit.fold-trailing-whitespace = False | |
edit.occurrence-color = (247, | |
27, | |
10) | |
edit.qt-display-font = u'Consolas,14' | |
edit.sassist-font-zoom = 1.3000000000000003 | |
edit.scroll-past-end = False | |
edit.show-indent-guides = True | |
edit.show-line-numbers = True | |
edit.syntax-formatting = {'PYTHON': {u'classname': {'fore': '#064E70'}, | |
u'commentblock': {'fore': '#75715E'}, | |
u'commentline': {'fore': '#99947B', | |
'italic': True}, | |
u'defname': {'fore': '#FA483A'}, | |
u'number': {'fore': '#66D9EF'}, | |
u'operator': {'fore': '#227722'}, | |
u'string': {'fore': '#C9C55C'}, | |
u'triple': {'fore': '#FAA13A'}, | |
'word': {'fore': '#55AA55'}, | |
'word2': {'fore': '#81D481'}}} | |
edit.tab-size = 4 | |
gui.all-editors-in-all-splits = False | |
gui.alphabetize-tabs = False | |
gui.auto-save-before-action = True | |
gui.block-comment-style = 'indented-pep8' | |
gui.keymap-override = {'Ctrl-Alt-D': 'evaluate-sel-in-debug-probe', | |
'Ctrl-P': 'arg-to-attr', | |
'Ctrl-Shift-F5': 'debug-restart', | |
'Ctrl-Shift-R': 'rename-symbol', | |
'Ctrl-Slash': 'comment-toggle'} | |
gui.last-feedback-shown = 1512138868.007 | |
gui.qt-color-palette = u'black-background' | |
gui.show-feedback-dialog = False | |
gui.show-report-error-dialog = True | |
gui.startup-show-wingtips = 0 | |
gui.toolbar-icon-size = 'small' | |
guimgr.toolbar-groups = ['file', | |
'clip', | |
'select', | |
'search', | |
'diff', | |
'indent', | |
'test', | |
'proj', | |
'debug'] | |
main.auto-rstrip-on-save = 'on-save' | |
main.help-font-zoom = 1.4000000000000004 | |
main.instance-reuse-policy = 'new' | |
main.prefs-version = 6 | |
versioncontrol.git.executable = u'c:\\Program Files\\Git\\cmd\\git.exe' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment