Skip to content

Commit 35e77ca

Browse files
authored
Update README.md
1 parent 0cd8060 commit 35e77ca

1 file changed

Lines changed: 19 additions & 15 deletions

File tree

‎README.md‎

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CodeEditor
22
[![](https://jitpack.io/v/Rosemoe/CodeEditor.svg)](https://jitpack.io/#Rosemoe/CodeEditor)
3-
A professional code editor on Android device with good performance and nice features.
3+
A professional code editor on Android platform with good performance and nice features.
4+
***Announcement*** Apart from my computer, all updates will probably be put off until August 22.
45
***Work In Progress*** This project is still developing slowly because of school.Bugs may be inside.
56
***Note:***
67
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`).
@@ -10,21 +11,24 @@ If you find any exception please send it to me.
1011

1112
See [Projects/CodeEditor](https://github.com/Rosemoe/CodeEditor/projects/1) to get more information about what I am working on.
1213
***Issues and pull requests are welcome.***
13-
## Features Implemented Currently
14-
* Syntax highlight
15-
* Automatic completion
16-
* Automatic Indent
17-
* Code block lines
18-
* Format code
19-
* Scale text
20-
* Select text
21-
* Scroll freely, Scrollbars, EdgeEffect, OverScroll(Optional)
22-
* Undo/redo actions
23-
* Search and replace text
24-
* Common Shortcuts
14+
## Features
15+
- [x] Syntax highlight (without flash when text updates)
16+
- [x] Automatic completion
17+
- [x] Automatic Indent
18+
- [x] Code block lines
19+
- [x] Format code (Requires improvement)
20+
- [x] Scale text
21+
- [x] Select text
22+
- [x] Scroll freely, Scrollbars, EdgeEffect, OverScroll(Optional)
23+
- [x] Undo/redo actions
24+
- [x] Search and replace text
25+
- [x] Common Shortcuts
26+
- [ ] Auto wordwrap
27+
- [ ] Incremental highlight analysis
28+
- [ ] Compatible regex highlight
2529
## Language Supported
2630
* Java,JavaScript,C,C++(Basic Support:highlight,code block line,identifier and keyword auto completion)
27-
* S5droid(context sensitive auto completion,highlight,code block line,navigation)
31+
* S5droid(context sensitive auto completion,highlight,code block line,navigation)(going to be deprecated)
2832
## Screenshots
2933
![View Outline](/images/outline.png)
3034
![Auto Complete](/images/auto-completion.png)
@@ -44,7 +48,7 @@ allprojects {
4448
* Step 2. Add the dependency to your app
4549
```Gradle
4650
dependencies {
47-
implementation 'com.github.Rosemoe.CodeEditor:editor:0.1.0-beta'
51+
implementation 'com.github.Rosemoe.CodeEditor:editor:<versionName>'
4852
}
4953
```
5054
Available modules:

0 commit comments

Comments
 (0)