kbiakov / CodeView-Android

Display code with syntax highlighting :sparkles: in native way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support editing

Aditya94A opened this issue · comments

Would it be possible to support editing? As in writing code while it highlights like an IDE?

Hi! Sounds cool, but it seems like a big feature and requires vary of refactoring in existing API: TextView replacement or EditText addition, state synchronization of all those editing listeners, buffering and so on. As I think it's better to create standalone library which will make it possible.