This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][GUI] Handle return key for compound fields
ClosedPublic

Authored by OmarEmaraDev on Aug 18 2021, 2:45 PM.

Details

Summary

This patch handles the return key for compound fields like lists and
mapping fields. The return key, if not handled by the field will select
the next primary element, skipping secondary elements like remove
buttons and the like.

Diff Detail

Event Timeline

OmarEmaraDev created this revision.Aug 18 2021, 2:45 PM
OmarEmaraDev requested review of this revision.Aug 18 2021, 2:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2021, 2:45 PM
clayborg accepted this revision.Aug 19 2021, 11:46 AM

Just tried this out! Very nice. Improves the usability of the forms a lot.

This revision is now accepted and ready to land.Aug 19 2021, 11:46 AM
This revision was landed with ongoing or failed builds.Aug 19 2021, 11:46 AM
This revision was automatically updated to reflect the committed changes.