Skip to content

Commit 5ed81fb

Browse files
authored
Update README.md
1 parent f2a4cd1 commit 5ed81fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ setContentView(syntax_view);
102102
Typeface tf = Typeface.createFromAsset(getContext().getAssets(), "yourFont.ttf");
103103
syntax_view.setFont(tf);
104104
```
105+
# Code Paranthesis Validation Method
106+
User can check if there is an error with the paranthesis in his code , the check will be perfomed for once only when called
107+
```
108+
syntax_view.checkMyCode();
109+
```
105110
# Changes:
106111
+6/25/2018:
107112
- Uploaded Syntax View
@@ -115,6 +120,9 @@ syntax_view.setFont(tf);
115120
- disabled autocorrect (By: MohamedElidrissi)
116121
- removed unused attribute (By: MohamedElidrissi)
117122

123+
+6/30/2018
124+
- Added Auto Indentation
125+
- Added CheckMyCode Method To Check Code Paranthesis Validity
118126
# Contribute
119127
Next update:
120128
- 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)

0 commit comments

Comments
 (0)