robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

text mode broken #236

Closed robmcmullen closed 6 years ago

robmcmullen commented 6 years ago
Traceback (most recent call last):
  File "/home/rob/src/omnivore/traits/trait_notifiers.py", line 359, in __call__
    self.handler( *args )
  File "/home/rob/src/omnivore/omnivore/framework/application.py", line 174, in _application_initialized_fired
    self.load_file(arg, None, task_id=task_id, task_arguments=task_arguments)
  File "/home/rob/src/omnivore/omnivore/framework/application.py", line 387, in load_file
    task.new(document, **kwargs)
  File "/home/rob/src/omnivore/omnivore/framework/task.py", line 292, in new
    editor.view_document(source)
  File "/home/rob/src/omnivore/omnivore/framework/editor.py", line 204, in view_document
    self.rebuild_document_properties()
  File "/home/rob/src/omnivore/omnivore/tasks/text_edit/styled_text_editor.py", line 59, in rebuild_document_properties
    self.control.SetTextUTF8(text)
AttributeError: 'PythonSTC' object has no attribute 'SetTextUTF8'