Rosemoe

Results 28 comments of Rosemoe

@dingyi222666 It's hard to implement so it has a low priority.

Hi, thanks for your feedback. Actually the problem is reported informally before. And I'm still researching why it is happenning. I'll try to fix it.

> Not sure if this was fixed in 0.15.0 but i no more face it 😅 It still exists

I'll try to adapt for the IME in next editor release.

Rebuild your project fully. This is caused by newly added default method in `NewlineHandler`

Downloaded from GitHub Actions?

Try to install this one in [newest CI build](https://github.com/Rosemoe/sora-editor/actions/runs/3012840201)

> This happens because the editor uses Android's `BreakIterator` on Android 24 and higher for selecting words on long press . See [this](https://github.com/Rosemoe/sora-editor/blob/5014619f5e0712ed07bc12733d7d9df83077cd29/editor/src/main/java/io/github/rosemoe/sora/widget/EditorTouchEventHandler.java#L487). Intercepting the editor's LongClickEvent and DoubleClickEvent to...

> it's interesting and important to the whole ide. Are you going to do it? Yes. We'll implement code folding in future.

Currently, major functionality implementation in sora-editor is platform-dependent: * rendering process uses Android specific skia API, and some Android internal graphics and text API * user input are delivered by...