Rosemoe

Results 28 comments of Rosemoe

We now support basic inline inlay hints. Code lens will be implemented in future.

The editor analyzes wordwrap in background. So before the initial analysis is done, the editor will display as if wordwrap is not enabled.

This issue is confirmed to be a problem in sora-editor, and is fixed in this [commit](https://github.com/Rosemoe/sora-editor/commit/f629861b7cb8e1b3f802a9cca767f575a901a93d). This happens when a super long line is pasted in the editor, and the...

`setSelection()` fails when: * editor is not editable (according to your description, the edtor is editable) * the input connection is currently invalid * editor is configured to disallow any...

> java.lang.StringIndexOutOfBoundsException: Column 38 out of bounds. line: > 1, column count (line separator included):18 > > > This appears when I choose one of the autocomplete options, but in...

I think it's not so suitable for mobile devices due to limited screen size.

Here are my thoughts about the changes to inlay hints and inline elements: * use layout instead of renderer for inline elements, and inline element layout is capable of: *...

Could you please provide the file you are editing (before deleting) and an approximate selection position where you started presssing the delete button? This will help us to analyze the...