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
Issue #872 led to the introduction of a mere display switch (via menu toggle item and a toggle button in the toolbar). This was sound, easy to implement and free of risks. The syntax rules for the input remained the same.
In a way, we might try to extend this one-way conversion to a reversible one and
allow to enter the text in C operator syntax in the editor (while the C operator mode is active), converting the text to Structorizer syntax on committing;
fill the editor text field with the element text converted to C operator syntax (if C operator mode is active).
Combined assignment operators ( ++, --, +=, -=, *=, etc.) a user might enter are likely to cause major conversion problems, though.
So this is rather a long-term proposal, possibly to be postponed beyond the impementation of #800.
Issue #872 led to the introduction of a mere display switch (via menu toggle item and a toggle button in the toolbar). This was sound, easy to implement and free of risks. The syntax rules for the input remained the same.
In a way, we might try to extend this one-way conversion to a reversible one and
Originally posted by @codemanyak in #872 (comment)
The text was updated successfully, but these errors were encountered: