Skip to content
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

live-preview: Have a simple mode for bools #5517

Closed
wants to merge 1 commit into from

Commits on Jun 30, 2024

  1. live-preview: Have a simple mode for bools

    The property editor built into the live-preview now comes with the
    concept of a "simple/complex mode". There is a "K" (for complex, obviously;-)
    or a "S" (for simple, just as obvious) beween the property name and property
    value. you can click on the letter to switch from simple to complex mode,
    but you can only switch back to simple mode if there are no complex expressions
    in the line edit.
    
    This implements a "simple" mode for bools.
    
    # Todo
    
     * [ ] Find icons for simple/complex mode:-)
     * [ ] Figure out how to decide whether other types are "simple"
    
       To do so I will need some string functions in Slint, to e.g. detect that
       a string starts with and ends with a `"` and contains no unescaped `"`
       anywhere else to detect "simple strings". Same for colors, length, ...
    
     * [ ] Define more UIs for simple types
    hunger committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    b526367 View commit details
    Browse the repository at this point in the history