All Projects → Rosemoe → sora-editor

Rosemoe / sora-editor

Licence: LGPL-2.1 license
A cool code editor library on Android with syntax-highlighting and auto-completion. (aka CodeEditor)

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to sora-editor

Codeeditor
A cool code editor library on Android with syntax-highlighting and auto-completion.
Stars: ✭ 84 (-85.52%)
Mutual labels:  syntax-highlighting, autocomplete, code-editor, customview
CodeView
Android Library to make it easy to create an Code editor or IDE that support any languages and themes, with auto complete, auto indenting, snippets and more features
Stars: ✭ 254 (-56.21%)
Mutual labels:  syntax-highlighting, autocomplete, codeeditor
KodeEditor
A simple code editor with syntax highlighting and pinch to zoom
Stars: ✭ 60 (-89.66%)
Mutual labels:  syntax-highlighting, code-editor, codeeditor
Influx Prompt
An interactive command-line InfluxDB cli with auto completion.
Stars: ✭ 42 (-92.76%)
Mutual labels:  syntax-highlighting, autocomplete
Graphql For Vscode
GraphQL syntax highlighting, linting, auto-complete, and more!
Stars: ✭ 265 (-54.31%)
Mutual labels:  syntax-highlighting, autocomplete
Codeview Android
Display code with syntax highlighting ✨ in native way.
Stars: ✭ 748 (+28.97%)
Mutual labels:  syntax-highlighting, customview
Smart Area
📝 Textareas on Steroids - AngularJS directive
Stars: ✭ 65 (-88.79%)
Mutual labels:  syntax-highlighting, autocomplete
O
🌀 Text editor suitable for writing git commit messages and editing Markdown files. Can build executables and jump to errors at the press of `ctrl-space`, for several programming languages. Can format code with `ctrl-w`. Provides general syntax highlighting, rainbow parenthesis and cut/paste portals. o is intentionally limited to VT100.
Stars: ✭ 54 (-90.69%)
Mutual labels:  syntax-highlighting, autocomplete
Vcli
Vertica CLI with auto-completion and syntax highlighting
Stars: ✭ 75 (-87.07%)
Mutual labels:  syntax-highlighting, autocomplete
Brackeys Ide
👨‍💻 Brackeys IDE is a fast and free multi-language code editor for Android.
Stars: ✭ 154 (-73.45%)
Mutual labels:  syntax-highlighting, code-editor
Ide Stubs
Phalcon IDE Stubs
Stars: ✭ 137 (-76.38%)
Mutual labels:  syntax-highlighting, autocomplete
Bim
small terminal text editor with syntax highlighting
Stars: ✭ 174 (-70%)
Mutual labels:  syntax-highlighting, code-editor
ax-editor
Ax is a code editor with syntax highlighting that runs in your terminal written completely in Swift.
Stars: ✭ 42 (-92.76%)
Mutual labels:  syntax-highlighting, code-editor
Rsyntaxtextarea
A syntax highlighting, code folding text editor for Java Swing applications.
Stars: ✭ 767 (+32.24%)
Mutual labels:  syntax-highlighting, code-editor
sublime-PICO-8
PICO-8 plugin for the Sublime Text 3 editor.
Stars: ✭ 42 (-92.76%)
Mutual labels:  syntax-highlighting, autocomplete
Http Prompt
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
Stars: ✭ 8,329 (+1336.03%)
Mutual labels:  syntax-highlighting, autocomplete
Codeeditor
Code Editor Native Way
Stars: ✭ 155 (-73.28%)
Mutual labels:  autocomplete, customview
code editor
A code editor (dart, js, html, ...) for Flutter with syntax highlighting and custom theme.
Stars: ✭ 48 (-91.72%)
Mutual labels:  syntax-highlighting, code-editor
vim-stylus
A better vim plugin for stylus, including proper and up-to-date syntax highligting, indentation and autocomplete
Stars: ✭ 49 (-91.55%)
Mutual labels:  syntax-highlighting, autocomplete
Squircle-IDE
👨‍💻 Squircle CE is a fast and free multi-language code editor for Android
Stars: ✭ 642 (+10.69%)
Mutual labels:  syntax-highlighting, code-editor

Banner

CI GitHub license Maven Central
Telegram QQ

sora-editor is a cool and optimized code editor on Android platform

Read this in other languages: English, 简体中文, Español.

Work In Progress This project is still developing slowly.
Download the newest sources from Releases instead of cloning this repository directly. Issues and pull requests are welcome.

Features

  • Syntax highlighting
  • Auto-completion (with code snippets)
  • Auto indent
  • Code block lines
  • Scale text
  • Undo/redo
  • Search and replace
  • Auto wordwrap
  • Show non-printable characters
  • Error/Warning/Typo/Deprecated indicators
  • Text magnifier
  • Incremental highlight analysis
  • Highlight bracket pairs
  • Event System

Key bindings

When working with a physical keyboard, you can use use key bindings for performing various text actions. The editor provides support for some key bindings by default. However, you can subscribe to KeyBindingEvent and add your own key bindings. You can even override the default key bindings and perform actions of your own.

The currently supported key bindings are mostly similar to Android Studio/Intellij IDEA. See the supported key bindings.

Screenshots

GeneralAppearance ProblemIndicator

Get started

Add to your app's dependencies:

dependencies {
    implementation(platform("io.github.Rosemoe.sora-editor:bom:<versionName>"))
    implementation("io.github.Rosemoe.sora-editor:<moduleName>")
}

Available modules:

  • editor
    Widget library containing all basic things of the framework
  • editor-lsp
    A convenient library for creating languages by using Language Server Protocol (aka LSP)
  • language-java
    A simple implementation for Java highlighting and identifier auto-completion
  • language-textmate
    An advanced highlighter for the editor. You can find textmate language bundles and themes and load them by using this module. The internal implementation of textmate is from tm4e.

Check the newest version from the badge above or Releases.

Discuss

Contributors

License

sora-editor - the awesome code editor for Android
https://github.com/Rosemoe/sora-editor
Copyright (C) 2020-2022  Rosemoe

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
USA

Please contact Rosemoe by email [email protected] if you need
additional information or have any questions

Acknowledgements

Thanks to JetBrains for allocating free open-source licences for IDEs such as IntelliJ IDEA.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].