[rfc][icedtea-web] Add Tab Completion for icedtea-web

Lukasz Dracz ldracz at redhat.com
Fri Apr 17 21:01:29 UTC 2015


Hello,

This patch adds a tab completion file to icedtea-web that can be installed in /etc/bash_completion.d/ by copying it over there by the user. I have also added it to be included in a tarball when make dist is called.

The tab completion adds completion for javaws, itweb-settings and policyeditor.

The options that are completed are completed with both the hyphen and non hyphen option. I think it would be better to just choose one for tab completing so the user does not see double the options every time they tab to see possible completions.

I plan on adding a patch later that would replace the file with a make target, generated through a main method most likely in OptionsDefinitions.java and install it for the user.

Thoughts ?

Thank you,
Lukasz Dracz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: addIceTeaWebCompletion.patch
Type: text/x-patch
Size: 2145 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20150417/1646d72f/addIceTeaWebCompletion.patch>


More information about the distro-pkg-dev mailing list