darrenmothersele / ofxEditor

A simple text editor for openFrameworks for live coding. Features multiple text buffers and the ability to define custom commands.
http://cyrilcode.com
Other
13 stars 3 forks source link

EXC_BAD_ACCESS after loading file #1

Closed darrenmothersele closed 10 years ago

darrenmothersele commented 10 years ago

After loading a file the editor crashes with EXC_BAD_ACCESS in EditorBuffer::getCurrentRow() probably due to cursor position not being set correctly.

darrenmothersele commented 10 years ago

This is now fixed by this commit: https://github.com/darrenmothersele/ofxEditor/commit/b4f4cb4454cad5dfc74bda76ca54d7e53e64c4e4