Add immediate Fidget-style DSL#52
Draft
treeform wants to merge 1 commit into
Draft
Conversation
e2b6dfa to
9cc375f
Compare
9cc375f to
84ab6df
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
master.silky/fidgetdsl.nimand keep the semantic testing layer restored.widgets.nimintosilky/menus.nim, including the existing menu bar/submenu API plus the DSLmenuRoot,menuItem, andpopupMenuhelpers.subWindowwidget in the calculator, basic window, and 7GUIs examples instead of local window templates.examples/fidgetdslexamples from the branch, runner, and CI.Validation
nim c --hints:off examples/basicwindow/basicwindow.nimnim c --hints:off examples/calculator/calculator.nimnim c --hints:off examples/menu/menu.nimnim c --hints:off examples/the7gui/the7gui.nim(cd examples/basicwindow && nim r --hints:off --nimcache:tests/nimcache_basicwindow tests/test.nim)(cd examples/calculator && nim r --hints:off --nimcache:tests/nimcache_calculator tests/test.nim)(cd examples/gameplayer && nim r --hints:off --nimcache:tests/nimcache_gameplayer tests/test.nim)(cd examples/layouts && nim r --hints:off --nimcache:tests/nimcache_layouts tests/test.nim)(cd examples/menu && nim r --hints:off --nimcache:tests/nimcache_menu tests/test.nim)(cd examples/panels && nim r --hints:off --nimcache:tests/nimcache_panels tests/test.nim)(cd examples/the7gui && nim r --hints:off --nimcache:tests/nimcache_the7gui tests/test.nim)nim r --hints:off -d:silkyTesting --nimcache:tests/nimcache_semantic tests/test_semantic.nimnim r --hints:off --nimcache:tests/nimcache_textboxes tests/test_textboxes.nimnim r --hints:off --nimcache:tests/nimcache_atlas tests/test_atlas_png.nimgit diff --check