Gesture auto-complete, similar to emojis/mentions#318
Conversation
Nearby chat gesture picker for `/` gesture autocomplete, modeled after the existing chat mention and emoji completion helpers.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
need to check this applies RLV restrictions (probably doesn't matter here?) and consider adding settings around it, perhaps some to include chat commands in the list too and hints for their parameters |
|
also need to look into why this, mentions, and emoji are playing open/close floater sounds |
New gesture picker for nearby chat slash gesture autocomplete. Shown when the user types
/nearby chat, matching active gestures instead of relying only on inline text completion.LLGestureAutocompleteHelperfollowing the existingLLChatMentionHelper/LLEmojiHelperautocomplete patternLLFloaterGestureAutocompletePickerand XUI for displaying matching gesture triggers and names.LLGestureMgrentriesLLTextEditorhelper key-forwarding path used by other autocomplete helpersChatAutocompleteGestureschat preferencePreview only shown in nearby chat, for active
/prefixed triggers, like/wave.Also ignores anything that doesn't match gestures, as you'd expect.
Ported from secondlife/viewer#5919.