- Jan 26, 2024
-
-
Marc Durdin authored
feat(developer): LDML keyboard test window marker support
🌱 -
Marc Durdin authored
Rolls back the privatisation of the km_core_context_get and km_core_context_length APIs because the debugger uses them.
-
Marc Durdin authored
-
Marc Durdin authored
refactor(developer): update app context as well as cached context for keyboard debuggers
🌱 -
Marc Durdin authored
Merge branch 'refactor/developer/10214-debugger-app-context' into feat/developer/10416-10458-ldml-debugger-markers
-
- Jan 25, 2024
-
-
Marc Durdin authored
fix(developer): support for char + code font in LDML keyboard editor
🌱 -
Marc Durdin authored
fix(developer): Use XML mode for LDML keyboard editor
🌱 -
Marc Durdin authored
feat(developer): LDML Keyboard Test Window
🌱 -
Marc Durdin authored
fix(developer): sentry-cli no longer injects into .d.ts
🌱
-
- Jan 24, 2024
-
-
Marc Durdin authored
Merge branch 'fix/developer/10456-ldml-keyboard-editor-font' into refactor/developer/10214-debugger-app-context
-
Marc Durdin authored
Merge branch 'fix/developer/10457-ldml-keyboard-editor-xml-mode' into fix/developer/10456-ldml-keyboard-editor-font
-
Marc Durdin authored
Merge branch 'feat/developer/10420-ldml-keyboard-test' into fix/developer/10457-ldml-keyboard-editor-xml-mode
-
Marc Durdin authored
-
Marc Durdin authored
fix(common): preserve const enums in tsc build
🌱 -
Marc Durdin authored
Merge branch 'fix/common/10486-preserve-const-enums' into fix/developer/10490-sentry-cli-boilerplate
-
Marc Durdin authored
feat(developer): New LDML Keyboard Project form
🌱 -
Marc Durdin authored
refactor(core): remove unused context APIs
🌱 -
Marc Durdin authored
fix(developer): include ldml techpreview imports in msi
🌱 -
Marc Durdin authored
-
Marc Durdin authored
-
Marc Durdin authored
Fixes #10490. Note that the default is to inject into .js, .mjs, .cjs, so we don't need to override that.
-
Marc Durdin authored
Fixes #10486.
-
Marc Durdin authored
-
Marc Durdin authored
-
Marc Durdin authored
Fixes #10485.
-
Marc Durdin authored
Merge branch 'epic/core/9999-normalization' into refactor/core/10431-remove-unused-core-context-apis
-
- Jan 23, 2024
-
-
Marc Durdin authored
-
Marc Durdin authored
-
Marc Durdin authored
Fixes #10458. Refactors the LDML keyboard test window significantly, in order to be able to support markers. Cleans up the state machine for the debug window in the process, as that was complicating the changes. Removes a lot of extraneous code in the debug window.
-
Marc Durdin authored
Relates to #10416. Moves from using action queue to action struct for the LDML keyboard debugger. Does not do the same for the KMX keyboard debugger, because that relies on action items to do single-step debugging.
-
Steven R. Loomis authored
feat(core): ldml to use action struct
🌱 -
Steven R. Loomis authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
- Jan 22, 2024
-
-
Marc Durdin authored
Fixes #10214.
-
Marc Durdin authored
Relates to #10214.
-
Marc Durdin authored
Fixes #10456.
-
Marc Durdin authored
Fixes #10457.
-
Marc Durdin authored
Fixes #10420. Implements a basic LDML keyboard test window. Press F5 or Keyboard/Test to start test. Shows a character grid for each character in the text. Does not yet support display of markers (#10458). Does not support interactive debugging, nor any more detailed status information.
-
- Jan 20, 2024
-
-
Steven R. Loomis authored
- missed an include For: #10410
-
Steven R. Loomis authored
- compare context to test context, but SKIPPING markers. For: #10410
-
Steven R. Loomis authored
- fix backspace processing - fix k_102 - we can no longer test for context invalidation here - fix a test that assumed non-const km_core_actions.output For: #10410
-