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
Sometimes the Generate all fails to complete properly and leaves some errors in the generated code. It is then possible to try to process by launching manually the generate Interfaces, generate Languages, generate Adapters, generate PluginXml (this is the internal order)
However a normal user does not known in which order to call them because the UI simply list them in alphabetical order.
A typical error that requires manual launch of the actions is when the generate languages fails
(most of the time due to other Melange bugs such as #103#102#100#82, ...), problem in the user code or dependencies in the projects)
Knowing the correct order would help the user to find out what is going wrong and find a fix or workaround.
I suggest to simply prefix the command labels with a number in order to make sure to sort them in the popup menu.
The text was updated successfully, but these errors were encountered:
Sometimes the
Generate all
fails to complete properly and leaves some errors in the generated code. It is then possible to try to process by launching manually the generate Interfaces, generate Languages, generate Adapters, generate PluginXml (this is the internal order)However a normal user does not known in which order to call them because the UI simply list them in alphabetical order.
A typical error that requires manual launch of the actions is when the generate languages fails
(most of the time due to other Melange bugs such as #103 #102 #100 #82, ...), problem in the user code or dependencies in the projects)
Knowing the correct order would help the user to find out what is going wrong and find a fix or workaround.
I suggest to simply prefix the command labels with a number in order to make sure to sort them in the popup menu.
The text was updated successfully, but these errors were encountered: