zyavrik

Results 13 issues of zyavrik

Support for right-to-left languages should be added both on CYRTextView and on CYRLayoutManager.

Steps to reproduce: 1. Add regexp pattern for multi-line construction (for example, /\* ... */). 2. Type /\* line 1 line2 */ Actual result: Only line 2 will be highlighted....

Steps to reproduce: 1. Remove example application from the device or simulator if you have it. 2. Run example application from CYRTextView package. 3. Tap on the end of the...

The following code is obsolete regarding three commended lines: ``` - (void)handleTextViewDidChangeNotification:(NSNotification *)notification { if (notification.object == self) { CGRect line = [self caretRectForPosition: self.selectedTextRange.start]; CGFloat overflow = line.origin.y +...

Property lineCursorEnabled = NO always selects the first line. It should not select any line.

Steps to reproduce: 1. Run example application from the package. 2. Type word "using". Actual result: Part of word "sin" will be highlighted. Should be: Only whole words should be...

Issue https://github.com/illyabusigin/CYRTextView/pull/13 must be reopen.

Steps to reproduce: 1. Create non-ARC project that is using CYRTextView. 2. Set -fobjc-arc parameter to CYRTextView modules on Build Phases - Compile Sources. 3. Build the application. Actual result:...

Steps to reproduce: 1. Place UITextView to the form. 2. Change class to CYRTextView. 3. Run the application. Actual result: Syntax highlighting and line numbers won't work. Should be: Syntax...

Steps to reproduce: 1. Type: function main { __line1; 2. Press Enter. Auto indentation won't work.