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.
- 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
- 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)
- 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
Turn to wiki page.