Bug 4242 - (hpd) run <tab>
Summary: (hpd) run <tab>
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2246
  Show dependency treegraph
 
Reported: 2007-03-21 20:23 UTC by Andrew Cagney
Modified: 2007-11-19 17:45 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2007-03-21 20:23:25 UTC
The <tab> for commands should be sensative to the command that it applied to,
for instance:

  (hpd) run /a/<TAB>
  /a/file  /a/program
  (hpd)
Comment 1 Andrew Cagney 2007-11-19 17:45:52 UTC
2007-11-14  Andrew Cagney  <cagney@redhat.com>
...
        * TestCompletionFactory.java: New.
        * Input.java (base(int)): New.
        (cursor(int,int)): New.
        * Command.java (complete(CLI,Input,int,List)): Make abstract.
        * ParameterizedCommand.java (complete(CLI,Input,int,List)): Delete.
        (complete(CLI,PTSet,String,int,List)): Delete.
        * CompletionFactory.java (completeExpression(CLI,Input,int,List)):
        Replace completeExpression(CLI,PTSet,String,int,List).
        (completeFileName(CLI,Input,int,List)): Replace
        completeFileName(CLI,String,int,List); handle multiple arguments.
...
        * RunCommand.java: Update.