Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 414847

Summary: [Shell] Commands with common prefixes are not hinted equally
Product: [ECD] Orion Reporter: Maciej Bendkowski <maciej.bendkowski>
Component: ClientAssignee: Project Inbox <orion.client-inbox>
Status: RESOLVED NOT_ECLIPSE QA Contact:
Severity: normal    
Priority: P3 CC: grant_gayed
Version: 4.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
URL: https://bugzilla.mozilla.org/show_bug.cgi?id=905342
Whiteboard:

Description Maciej Bendkowski CLA 2013-08-12 04:13:20 EDT
I've created two commands 'logs' and 'loggers', which share a common prefix 'log'. After typing 'log' and hitting tab, I'd expect a list of proposals where both 'logs' and 'loggers' are present and I'm free to choice any of the list. Right now, typing any prefix of 'log' and hitting tab will cause in a single 'loggers' proposal, where the 'logs' command is never proposed.
Comment 1 Grant Gayed CLA 2013-08-14 15:51:47 EDT
This is an implementation detail of GCLI.  It's not my preferred behaviour either, but it's not "wrong", just different.  I've logged https://bugzilla.mozilla.org/show_bug.cgi?id=905342 for this.

FWIW, it's possible to turn on completion suggestions while typing command names in general, but this is too in-your-face and blocks much of the output area, so turning this on is not desirable.