Hi
1)does SyntaxEditor support Right-to-Left languages (Hebrew in particular).
2)Our reqirements are to build an irregular language that will be created by power users.
It has some peculiar constructs like:
a.Instead of denoting a field as "person.firstName", it will be "firstName of person"
b.if there is function like "int sum(int first,int second)" that in normal language will be called "total = sum(meatSales, fruitSales) " it will be called in this language " total is sum of meatSales and fruitSales".
(There are other constructs like this, but if we can solve these, I belive we can solve the rest.)
Question:
Is it possible to define a syntax that will enable SyntaxEditor to support this language with all its features like autoCompletion etc.
3)Is it possible for SyntaxEditor parser to generate c# code for this special language.
Thanks,
Tzahi & Lou
1)does SyntaxEditor support Right-to-Left languages (Hebrew in particular).
2)Our reqirements are to build an irregular language that will be created by power users.
It has some peculiar constructs like:
a.Instead of denoting a field as "person.firstName", it will be "firstName of person"
b.if there is function like "int sum(int first,int second)" that in normal language will be called "total = sum(meatSales, fruitSales) " it will be called in this language " total is sum of meatSales and fruitSales".
(There are other constructs like this, but if we can solve these, I belive we can solve the rest.)
Question:
Is it possible to define a syntax that will enable SyntaxEditor to support this language with all its features like autoCompletion etc.
3)Is it possible for SyntaxEditor parser to generate c# code for this special language.
Thanks,
Tzahi & Lou