[ 
https://issues.apache.org/jira/browse/PIG-713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Gaudet updated PIG-713:
----------------------------

    Attachment: alias_completion.patch

This patch adds a new completor called before the normal PigCompletor for 
keywords. The new completor only triggers for a given set of keywords that are 
followed by an alias and does performs autocompletion on the aliases defined in 
the script.

This patch changes the implementation of PigCompletor a little so common 
methods can be used by other completor classes (such as the on that loads known 
keywords at init).

> Autocompletion doesn't complete aliases
> ---------------------------------------
>
>                 Key: PIG-713
>                 URL: https://issues.apache.org/jira/browse/PIG-713
>             Project: Pig
>          Issue Type: New Feature
>          Components: grunt
>            Reporter: Eric Gaudet
>            Priority: Minor
>         Attachments: alias_completion.patch
>
>
> Autocompletion only knows about keywords, but in different contexts, it would 
> be nice if it completed aliases where an alias is expected.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to