zyavrik

Results 23 comments of zyavrik

Boyeen, what do you think about the following issue? https://github.com/illyabusigin/CYRTextView/issues/17

Suggested fix: ``` -(void)processEditing { // performReplacementsForRange doesn't support multi-line blocks, so using update method //[self performReplacementsForRange:[self editedRange]]; [self update]; [super processEditing]; } /*- (void)performReplacementsForRange:(NSRange)changedRange { NSRange extendedRange = NSUnionRange(changedRange,...

Suggested fix causes an issue with jumping cursor.

The is no this issue on QED Solver too.

Should be used regex like @"\b(?:a|b|c)\b" to fix the issue.

And @""\bmod\b" instead @""\bmod\b" on the example application.

I think it happens because keyboard doesn't resize JLTextView.

Objective-C syntax and integrated themes should be moved to external (maybe .json) files.

@creativefull Have you resolved the problem?