I apologize about my poor English. I didn't mean to translate the IDE itself! I want to translate the syntax!
for example:
this is the usual syntax:
if(x==1){
x=4;
}
I want the user to be able to writ it like this:
?? (?==1){
? = 4;
}
my plugin will basically take the Arabic Syntax and convert it to the corresponding English one. Can I do such a thing?