Viktoras Laukevičius

Results 39 comments of Viktoras Laukevičius

How about having a rule, similar to `custom_module_rule` which would take as a param list of files where each `IBInspectable` will provide valid values in a comment. Since IBLiner already...

Oh, ok, I'll move the feature to GitHawk but not sure how I can implement there without modifying MessageViewController as I have to modify `textView(_:shouldChangeTextIn:replacementString:)` method. Any ideas how I...

Yeah, but the replacement string is not passed to the listeners Sent with GitHawk

Sorry for close and reopen, was testing GitHawk accessibility, accidently closed the issue. Didn’t fully get the idea: shall I add the additional parameter in listeners metod to be able...

I faced some problems: - `textView(_:shouldChangeTextIn:replacementString:)` method has to return false if text was adjusted because it now adds actually typed new line where the cursor is placed. (e.g `-...

More to that: `willChangeRange(textView: MessageTextView, to range: NSRange)` won't reflect actual change range if text is adjusted. Hmm, well this is a tricky one.

Hey, long time no see! Can I do something to push this feature or should this just be closed?

I'll probably fix everything after more thorough reviews.

Hm, miscommunication happened. I was about to apply changes after your full review. But as I understand that I should apply changes now. I'll do that.

Sorry it took me so long. Fixed according to comments, please check it out