andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Exception #293

Closed bjones1 closed 9 years ago

bjones1 commented 9 years ago

While editing...

CRITICAL:root:Traceback (most recent call last):
  File "C:\Users\bjones\Documents\enki_all\enki\bin\..\enki\core\openedfilemodel.py", line 302, in _
onDocumentDataChanged
    index = self.documentIndex( document_ )
  File "C:\Users\bjones\Documents\enki_all\enki\bin\..\enki\core\openedfilemodel.py", line 231, in d
ocumentIndex
    row = self._workspace.sortedDocuments.index( document )
ValueError: None is not in list

Andrei, I know you've stopped working on Enki, but still wondered if you could look at this?

andreikop commented 9 years ago

I could. But I don't have any ideas how could this happen. Can you reproduce this bug? What had you done before you saw this exception?

bjones1 commented 9 years ago

I'll try to do some and record more details...thanks! Closing until then.