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

Top entry field should enable tabbing through name spaces #133

Closed
HarryDC opened this issue Aug 3, 2016 · 1 comment
Closed

Top entry field should enable tabbing through name spaces #133

HarryDC opened this issue Aug 3, 2016 · 1 comment
Labels

Comments

@HarryDC
Copy link

HarryDC commented Aug 3, 2016

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::

@egraether
Copy link
Contributor

Fixed with 0.7.1.18
Thanks for the suggestion, I like it a lot! Implemented as proposed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants