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

Hi, I've noticed that using Gboard with suggestions enabled causes an issue as shown in the video: https://user-images.githubusercontent.com/81700082/174603497-cf78b138-962f-4dce-a5e7-9ab5c1ce5518.mp4

bug

- [x] **1.~~BlockLine~~** --------------- 1 void test( ){ 2 | doSomething(); 3 | doSomething(); 4 } --------------- It draws lines from the line 2 to the line 3. --------------- current:...

feature

The `ContentReference.RefReader` ignores the line separator for the `ContentLine` and appends `LF (\n)` instead. This PR fixes this issue. Check out the `ContentTest` in `editor` module for more information.

This problem happens when I select Swith language -> Java public void onChildMoved(DataSnapshot arg0, String arg1) {} ^ Bug when pressing Key down Crash at 1662604132680(timestamp) in thread named 'main'...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.android.library](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `8.2.2` -> `8.3.0` |...

I would like Sora Editor to work on desktop, I propose using Kotlin Multiplatform for this....

feature

I think most users will not or are too lazy to add language support for textmate or tree-sitter. Maybe we can create a language pack that integrates highlighting support for...

feature

## Why refactor? [TM4E](https://github.com/eclipse/tm4e) is an excellent textmate support library on java. But Android fragmentation prevents us from continuing to integrate TM4E. As we all know, Android fragmentation is serious,...

feature