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

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlin.android](https://kotlinlang.org/) ([source](https://redirect.github.com/JetBrains/kotlin)) | `1.9.23` -> `2.0.21` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin.android/2.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.eclipse.lsp4j:org.eclipse.lsp4j](https://togithub.com/eclipse-lsp4j/lsp4j) ([source](https://togithub.com/eclipse/lsp4j)) | `0.22.0` -> `0.23.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.eclipse.lsp4j:org.eclipse.lsp4j/0.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.code.gson:gson](https://togithub.com/google/gson) | `2.10.1` -> `2.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.code.gson:gson/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.code.gson:gson/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.vanniktech.maven.publish.base](https://redirect.github.com/vanniktech/gradle-maven-publish-plugin) | `0.29.0` -> `0.30.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.vanniktech.maven.publish.base/0.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.vanniktech.maven.publish.base/0.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

--bugfix=Fix SymbolPairMatch#matchBestPair return incorrect result when commitText is multi characters

Hi, @dingyi222666 , I found a problem about LanguageConfig surroundingPairs. According to VS Code documents: https://code.visualstudio.com/api/language-extensions/language-configuration-guide#autosurrounding surroundingPairs field should be actived when selecting text and input the open symbol, then...

bug

Hi, all, I found an anr problem in release version: ` main (runnable):tid=1 systid=10393 #00 pc 0x483028 libart.so (art::DumpNativeStack(std::__1::basic_ostream&, int, BacktraceMap*, char const*, art::ArtMethod*, void*, bool) + 140) #01 pc...

When typing in a newly created editor view, the text starts appearing from the beginning of the first line instead of the cursor position. **Steps to reproduce**: 1. Open the...

bug

My app crashes when I open it and it's the error: ![Screenshot_٢٠٢٤٠٧٠٢-٠٤٢٤٣٧_AndroidIDE](https://github.com/Rosemoe/sora-editor/assets/65798784/1fad4fa4-f8c6-43ac-9d0f-d8a2a6a000ea) ![Screenshot_٢٠٢٤٠٧٠٢-٠٤٢٤٤٥_AndroidIDE](https://github.com/Rosemoe/sora-editor/assets/65798784/344ff260-2f1e-46a5-a437-835f571fcbb6) **Used version: 0.23.4** Error fixed when I downgraded bom version to **0.22.1** Keep in mind that I...

So AndroidIDE is not maintained anymore. So perhaps switch into [ktreesitter](https://github.com/tree-sitter/kotlin-tree-sitter) which is an official binding of tree sitter.