Probably only whitespace changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1099,3 +1099,6 @@ if __name__ == '__main__':
|
|||||||
config)
|
config)
|
||||||
try: dlg.ShowModal()
|
try: dlg.ShowModal()
|
||||||
finally: dlg.Destroy()
|
finally: dlg.Destroy()
|
||||||
|
del config
|
||||||
|
app.MainLoop()
|
||||||
|
|
||||||
|
@@ -1,7 +1,8 @@
|
|||||||
common.defs.msw={'size': 8, 'backcol': '#FFFFFF', 'lnsize': 6, 'mono': 'Courier New', 'helv': 'Lucida Console'}
|
common.defs.msw={'helv': 'Lucida Console', 'mono': 'Courier New', 'lnsize': 6, 'backcol': '#FFFFFF', 'size': 8}
|
||||||
common.defs.gtk={ 'mono' : 'Courier New', 'helv' : 'Lucida Console', 'lucd' : 'Lucida Console', 'other' : 'Comic Sans MS', 'size' : 8, 'lnsize': 6, 'backcol': '#FFFFFF'}
|
common.defs.gtk={ 'mono' : 'Courier New', 'helv' : 'Lucida Console', 'lucd' : 'Lucida Console', 'other' : 'Comic Sans MS', 'size' : 8, 'lnsize': 6, 'backcol': '#FFFFFF'}
|
||||||
common.styleidnames = {wxSTC_STYLE_DEFAULT: 'Style default', wxSTC_STYLE_LINENUMBER: 'Line numbers', wxSTC_STYLE_BRACELIGHT: 'Matched braces', wxSTC_STYLE_BRACEBAD: 'Unmatched brace', wxSTC_STYLE_CONTROLCHAR: 'Control characters', wxSTC_STYLE_INDENTGUIDE: 'Indent guide'}
|
common.styleidnames = {wxSTC_STYLE_DEFAULT: 'Style default', wxSTC_STYLE_LINENUMBER: 'Line numbers', wxSTC_STYLE_BRACELIGHT: 'Matched braces', wxSTC_STYLE_BRACEBAD: 'Unmatched brace', wxSTC_STYLE_CONTROLCHAR: 'Control characters', wxSTC_STYLE_INDENTGUIDE: 'Indent guide'}
|
||||||
[style.python]
|
[style.python]
|
||||||
|
setting.python.-3=
|
||||||
setting.python.-2=fore:#000000
|
setting.python.-2=fore:#000000
|
||||||
setting.python.-1=back:#88C4FF
|
setting.python.-1=back:#88C4FF
|
||||||
style.python.000=fore:#808080
|
style.python.000=fore:#808080
|
||||||
@@ -15,12 +16,15 @@ style.python.007=fore:#000033,back:#FFFFE8
|
|||||||
style.python.008=fore:#0000FF,bold
|
style.python.008=fore:#0000FF,bold
|
||||||
style.python.009=fore:#007F7F,bold
|
style.python.009=fore:#007F7F,bold
|
||||||
style.python.010=bold
|
style.python.010=bold
|
||||||
|
style.python.011=
|
||||||
style.python.012=fore:#7F7F7F,italic
|
style.python.012=fore:#7F7F7F,italic
|
||||||
style.python.013=fore:#000000,back:#E0C0E0,eolfilled
|
style.python.013=fore:#000000,back:#E0C0E0,eolfilled
|
||||||
style.python.032=back:%(backcol)s,face:%(mono)s,size:%(size)d
|
style.python.032=back:%(backcol)s,face:%(mono)s,size:%(size)d
|
||||||
style.python.033=size:%(lnsize)d,face:%(helv)s,back:#A0A0A0
|
style.python.033=size:%(lnsize)d,face:%(helv)s,back:#A0A0A0
|
||||||
style.python.034=fore:#0000FF,back:#FFFF88,bold
|
style.python.034=fore:#0000FF,back:#FFFF88,bold
|
||||||
style.python.035=fore:#FF0000,back:#FFFF88,bold
|
style.python.035=fore:#FF0000,back:#FFFF88,bold
|
||||||
|
style.python.036=
|
||||||
|
style.python.037=
|
||||||
[style.xml]
|
[style.xml]
|
||||||
style.xml.001=bold,fore:#0000A0
|
style.xml.001=bold,fore:#0000A0
|
||||||
style.xml.002=fore:#800000
|
style.xml.002=fore:#800000
|
||||||
|
Reference in New Issue
Block a user