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

syntax: Provide default.yaml as fallback definition #2933

Merged
merged 10 commits into from
Apr 18, 2024

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    430da61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3907942 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f265179 View commit details
    Browse the repository at this point in the history
  4. test: Perform DoEvent() as long as normal or draw events are present

    This is necessary since DoEvent() isn't called in a loop like in the main
    application, but as one-shot only and a async draw event can lead to ignore
    the explicit injected events.
    Additional checks have been added to check the presence of the expected buffers.
    JoeKar committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    2c53d1f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    6ffabd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. buffer: Don't process the default syntax in the user's custom file lo…

    …okup
    
    It needs to be processed earliest in the moment no match could be determined.
    JoeKar committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    87ee41a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cafa60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed993a4 View commit details
    Browse the repository at this point in the history
  4. buffer: Refactor UpdateRules() by creating parseDefFromFile()

    This will reduce the length of this function and thus improves the
    readability.
    JoeKar committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    089160a View commit details
    Browse the repository at this point in the history
  5. buffer: Refactor UpdateRules() by creating further helper functions

    - `findRealRuntimeSyntaxDef()`
    - `findRuntimeSyntaxDef()`
    
    This will reduce the length of this function again and thus improves the
    readability.
    JoeKar committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6cd39ef View commit details
    Browse the repository at this point in the history