Open
Description
- Related fix(macos): Implement actions for ExpandSelectionToDocumentBoundaryIntent and ExpandSelectionToLineBreakIntent to use keyboard shortcuts, unrelated cleanup to the bug fix. #2279, [Desktop] Error when using selection shortcut on Mac #1192, fix(editor): implement editor shortcut action for home and end keys to fix exception about unimplemented ScrollToDocumentBoundaryIntent #1937
Currently, we have some intents that need actions to work properly. Take a look at this comment. Intent like ExtendSelectionToNextParagraphBoundaryOrCaretLocationIntent
needs to be implemented, also should separate the intent and actions of macOS from the others since they might not need to be registered in defaultSinlgeActivatorIntents()
, see this comment. Having them without any reason can be confusing.
This issue was written quickly without much of details as we're currently in the middle of other tasks, reporting this issue so we don't lose track of issues.