Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Top entry field should enable tabbing through name spaces #133

@HarryDC

Description

@HarryDC

When entering a type in the edit field it always fills with the next best complete type, ie. it goes from, NamespaceA::Namesp to NamespaceA::NamespaceB::ClassName, we have a fairly large namespace hierarchy and it would be much more convenient to be able to tab through the namespaces up to the double colon. i.e. from Name <tab> to NamespaceA:: <tab> to NamespaceA::NamespaceB:: and so forth.

In the reverse it might helpful to be able to navigate backwards in a similar way i.e. on delete don't delete the complete typename but only up to the preceding double colon. E.g. From NamespaceA::NamespaceB::ClassName via <del> to NamespaceA::NamespaceB::

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions