- Enabled Scintilla editor

This commit is contained in:
ccremers
2007-01-29 16:32:35 +00:00
parent df62d65d5c
commit 33df1ccb5b
3 changed files with 55 additions and 8 deletions

View File

@@ -444,11 +444,11 @@ class ResultWindow(wx.Frame):
class ScytherRun(object):
def __init__(self,mainwin,mode):
def __init__(self,mainwin,mode,spdl):
self.mainwin = mainwin
self.mode = mode
self.spdl = mainwin.control.GetValue()
self.spdl = spdl
self.verified = False
self.options = mainwin.settings.ScytherArguments(mode)
self.main()