Skip to content

(Work In Progress)A professional code editor on Android with syntax-highlighting and auto-completion.

License

Notifications You must be signed in to change notification settings

liyujiang-gzu/CodeEditor

 
 

Repository files navigation

CodeEditor


A professional code editor on Android platform with good performance and nice features.
Announcement Apart from my computer, all updates will probably be put off until August 22.
Work In Progress This project is still developing slowly because of school.Bugs may be inside.
Note: Code in branch master will be a stabler version which can run without a lot problems (but sometimes there might be some important problems that has been solved in dev).
Branch dev has newest features in editor and is developing.
Any non-public method or field can be changed and moved or even deleted at current period of developing.
If you find any exception please send it to me.

See Projects/CodeEditor to get more information about what I am working on.
Issues and pull requests are welcome.

Features

  • Smooth Syntax highlight
  • Auto Completion
  • Auto Indent
  • Code block lines
  • Format code (Requires improvement)
  • Scale Text
  • Select Text
  • Scroll, Scrollbars, EdgeEffect, OverScroll
  • Undo/Redo
  • Search and Replace
  • Shortcuts
  • Auto wordwrap
  • Incremental Highlight Analysis
  • Compatible Regex-based Highlight support

Language Supported

  • Java,JavaScript,C,C++(Basic Support:highlight,code block line,identifier and keyword auto completion)
  • S5droid(context sensitive auto completion,highlight,code block line,navigation)(going to be deprecated)

Screenshots

View Outline Auto Complete
Select Text
Search and Replace

How to use this editor

  • Step 1.Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:
allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}
  • Step 2. Add the dependency to your app
dependencies {
  implementation 'com.github.Rosemoe.CodeEditor:editor:<versionName>'
}

Available modules:
editor,language-base,language-java,language-universal,language-s5d

More information

Turn to wiki page.

About

(Work In Progress)A professional code editor on Android with syntax-highlighting and auto-completion.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.7%
  • Lex 2.3%