src/eric7/Preferences/__init__.py

branch
eric7
changeset 9405
99e65bd24e7d
parent 9357
f10a57275bce
child 9413
80c06d472826
equal deleted inserted replaced
9404:717e1e87dc8f 9405:99e65bd24e7d
391 "UseMonospacedFont": False, 391 "UseMonospacedFont": False,
392 "WrapLongLinesMode": QsciScintilla.WrapMode.WrapNone, 392 "WrapLongLinesMode": QsciScintilla.WrapMode.WrapNone,
393 "WrapVisualFlag": QsciScintilla.WrapVisualFlag.WrapFlagNone, 393 "WrapVisualFlag": QsciScintilla.WrapVisualFlag.WrapFlagNone,
394 "WrapIndentMode": QsciScintilla.WrapIndentMode.WrapIndentFixed, 394 "WrapIndentMode": QsciScintilla.WrapIndentMode.WrapIndentFixed,
395 "WrapStartIndent": 0, 395 "WrapStartIndent": 0,
396 "WarnFilesize": 512, 396 "WarnFilesize": 1024,
397 "RejectFilesize": 4096,
397 "ClearBreaksOnClose": True, 398 "ClearBreaksOnClose": True,
398 "StripTrailingWhitespace": False, 399 "StripTrailingWhitespace": False,
399 "InsertFinalNewline": True, 400 "InsertFinalNewline": True,
400 "CommentColumn0": True, 401 "CommentColumn0": True,
401 "OverrideEditAreaColours": False, 402 "OverrideEditAreaColours": False,
2195 elif key in [ 2196 elif key in [
2196 "AutosaveInterval", 2197 "AutosaveInterval",
2197 "TabWidth", 2198 "TabWidth",
2198 "IndentWidth", 2199 "IndentWidth",
2199 "WarnFilesize", 2200 "WarnFilesize",
2201 "RejectFilesize",
2200 "EdgeColumn", 2202 "EdgeColumn",
2201 "CaretWidth", 2203 "CaretWidth",
2202 "CaretLineFrameWidth", 2204 "CaretLineFrameWidth",
2203 "AutoCompletionThreshold", 2205 "AutoCompletionThreshold",
2204 "AutoCompletionTimeout", 2206 "AutoCompletionTimeout",

eric ide

mercurial