illyabusigin / CYRTextView

CYRTextView is a UITextView subclass that implements a variety of features that are relevant to a syntax or code text view.
MIT License
535 stars 71 forks source link

Inserting new line does not add a new line number/change current line #28

Open mbcoder17 opened 9 years ago

mbcoder17 commented 9 years ago

If I press enter to go to a new line, a new line is not created until I begin typing on that line. Also, when I press enter, before and after I type on the new line, the current line does not change to the correct line.

mbcoder17 commented 9 years ago

Any update on this?