-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support For PHP / Other Languages In Behavior #134
Comments
Thanks you for your suggestions! In fact, I have started to do that a few times ago (cf. #89 ). For the design part it would not required a lot of work (part of the work was already done internally), but for the runtime it would need some time because it is heavily based on JavaScript features (i.e. JSON, creation of methods from a string, ...). I prefer to focus more on stabilization and documentation for the moment, but I will see how I can do it because you are not the first person to ask for that feature. |
PHP supports everything you just mentioned. It would be great to see this tool support multiple C based languages. Importing XMI data would be a plus also. |
I will continue on supporting other languages depending on the time I have. For the XMI, I previously study how to import/export XMI file, but I found the XMI file too verbose to do it in a short time and I did not know if people will use it if I implement that feature. If you think that could be interesting, I can have a look too on that feature. |
Any updates on this? |
Not for the moment, but I will have a look to this issue when I will have more free time. |
For issues give the following informations related to your issue:
If the user attempts to place anything but javascript into the behavior of the model and its method, the editor displays a bunch of errors and will occasionally overwrite the contents of the behavior upon opening the behavior.
Please add support for other languages and maybe even a controlled tab/type so we can further distinguish items in the projects.
The text was updated successfully, but these errors were encountered: