-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Commits on Apr 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 430da61 - Browse repository at this point
Copy the full SHA 430da61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3907942 - Browse repository at this point
Copy the full SHA 3907942View commit details -
Configuration menu - View commit details
-
Copy full SHA for f265179 - Browse repository at this point
Copy the full SHA f265179View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 2c53d1f - Browse repository at this point
Copy the full SHA 2c53d1fView commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ffabd6 - Browse repository at this point
Copy the full SHA 6ffabd6View commit details
Commits on Apr 18, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 87ee41a - Browse repository at this point
Copy the full SHA 87ee41aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cafa60 - Browse repository at this point
Copy the full SHA 4cafa60View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed993a4 - Browse repository at this point
Copy the full SHA ed993a4View commit details -
buffer: Refactor
UpdateRules()
by creatingparseDefFromFile()
This will reduce the length of this function and thus improves the readability.
Configuration menu - View commit details
-
Copy full SHA for 089160a - Browse repository at this point
Copy the full SHA 089160aView commit details -
buffer: Refactor
UpdateRules()
by creating further helper functions- `findRealRuntimeSyntaxDef()` - `findRuntimeSyntaxDef()` This will reduce the length of this function again and thus improves the readability.
Configuration menu - View commit details
-
Copy full SHA for 6cd39ef - Browse repository at this point
Copy the full SHA 6cd39efView commit details