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
correct DSL grammar: if there are bugs, how to let user know? now the known grammar error includes:
1.out of index in DSL
2.invalid input format
3.arrow field with ""
4.can't find variable name
5.page index is invalid
how to show examples? with/without dsl code version? examples from leetcode?
in the GUI window, based on different component type, it will show different editing field like this:
when user use GUI change the component, the renderer should stay at the current page. now it will re-render the whole svg and jump to page0 (the page-switching is from in-line script of SVG).
state manage:
how to add textLabel?
The text was updated successfully, but these errors were encountered:
structure
butid
andedge
, in other data structure, there arestructure
correct DSL grammar: if there are bugs, how to let user know? now the known grammar error includes:
how to show examples? with/without dsl code version? examples from leetcode?
in the GUI window, based on different component type, it will show different editing field like this:
The text was updated successfully, but these errors were encountered: