[ 
https://issues.apache.org/jira/browse/KARAF-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995354#comment-12995354
 ] 

Jean-Baptiste Onofré commented on KARAF-413:
--------------------------------------------

Christian,

it seems that the http URL completion doesn't work too.

The UrlCompleter should be able to:
1/ complete mvn URLs
2/ complete file URLs
3/ complete http URLs
4/ later, other URLs (we discussed about scp URL with Guillaume in the past :))

I'm resuming my tests and I will merge with my implementation. We should have 
something clean :)

> Tab completion on path when installing bundles
> ----------------------------------------------
>
>                 Key: KARAF-413
>                 URL: https://issues.apache.org/jira/browse/KARAF-413
>             Project: Karaf
>          Issue Type: New Feature
>          Components: console
>            Reporter: Andreas Pieber
>
> I'm not sure if this is even possible but it would be really cool to have a 
> feature doing tab-completion depending on url element when you install a 
> bundle. For example:
> {code}
> install mvn:o <tab>
> install mvn:org.ap <tab>
> install mvn:org.apache...
> {code}
> or 
> {code}
> install file:///ho <tab>
> install file:///home/pie <tab>
> install file:///home/pieber/
> {code}
> I hope you can imagine what I like to say :)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to