Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Badranh authored Jun 30, 2018
1 parent f2a4cd1 commit 5ed81fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ setContentView(syntax_view);
Typeface tf = Typeface.createFromAsset(getContext().getAssets(), "yourFont.ttf");
syntax_view.setFont(tf);
```
# Code Paranthesis Validation Method
User can check if there is an error with the paranthesis in his code , the check will be perfomed for once only when called
```
syntax_view.checkMyCode();
```
# Changes:
+6/25/2018:
- Uploaded Syntax View
Expand All @@ -115,6 +120,9 @@ syntax_view.setFont(tf);
- disabled autocorrect (By: MohamedElidrissi)
- removed unused attribute (By: MohamedElidrissi)

+6/30/2018
- Added Auto Indentation
- Added CheckMyCode Method To Check Code Paranthesis Validity
# Contribute
Next update:
- User will have the ability to choose a language like " C,Java,Python" So we can do a faster UI and Highlighting(feel free to implement this update if you are able to do so)
Expand Down

0 comments on commit 5ed81fb

Please sign in to comment.