You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
```
105
110
# Changes:
106
111
+6/25/2018:
107
112
- Uploaded Syntax View
@@ -115,6 +120,9 @@ syntax_view.setFont(tf);
115
120
- disabled autocorrect (By: MohamedElidrissi)
116
121
- removed unused attribute (By: MohamedElidrissi)
117
122
123
+
+6/30/2018
124
+
- Added Auto Indentation
125
+
- Added CheckMyCode Method To Check Code Paranthesis Validity
118
126
# Contribute
119
127
Next update:
120
128
- 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