nelsam / vidar

vidar is a highly experimental Go editor, written in Go, using gxui
The Unlicense
50 stars 7 forks source link

Extending input.Editor by method Runes and fixing bug in toggle comments for unicode text. #151

Closed Kvaz1r closed 5 years ago

Kvaz1r commented 5 years ago

I think that method Runes can be useful for another case too, so I added it to input.Editor instead usual converting into runes.

Type

Tests

I have tested locally against:

I have included automated tests:

nelsam commented 5 years ago

Yup, agreed!