sora-editor icon indicating copy to clipboard operation
sora-editor copied to clipboard

A multifunctional Android code editor library. (aka CodeEditor)

Results 65 sora-editor issues
Sort by recently updated
recently updated
newest added

You can type characters from RTL languages but the editor won't handle them correctly and it will also go unstable

feature

It would be good if there is an inline color span next to the color code e.g. hex, rgb. With this, we can instantly know what the color is. Like...

feature

Modern IDEs use inlay hints to help user keep track of params, variable types and scopes, etc. For example, in IDEA, you will notice inlay hints like these: * Inlay...

feature

``Something in this code causes a StackOverflowError exception in the editor's TextMate line tokenizer. Code to reproduce in editor: ```csharp using System; using System.Linq; using System.Collections.Generic; using System.Net; namespace StackOverflowThrownInSoraEditorLineTokenizer...

bug

The name `AnalyzeManager` is quite confusing. Renaming it to `AnalysisManager` would make its purpose clearer, especially since the package name also has `analysis` in it. Other related files will also...

enhancement

How to use styles like line styles ... give an example for that 😬?

Add proper well detailed information about Sora Editor's usage like how to create own language, lsp, customize appearance, etc

documentation

How to delete line and empty line in sora-editor ?

I'm embedding the Sora Editor into my Jetpack Compose project, but I'm finding that for the file bar, the cursor still draws all of it when it's visible (sort of...

bug

After grabbing the handle on right side for fast scrolling, all it takes is a little straying to the left and the handle would slip. In my opinion, this makes...

enhancement