You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2010/02/08 13:12:27 UTC

[jira] Created: (FELIX-2053) Completion does not reprint previous characters in some circumstances

Completion does not reprint previous characters in some circumstances
---------------------------------------------------------------------

                 Key: FELIX-2053
                 URL: https://issues.apache.org/jira/browse/FELIX-2053
             Project: Felix
          Issue Type: Bug
          Components: Karaf
    Affects Versions: karaf-1.2.0
            Reporter: Guillaume Nodet
             Fix For: karaf-1.4.0




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


[jira] Resolved: (FELIX-2053) Completion does not reprint previous characters in some circumstances

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved FELIX-2053.
------------------------------------

    Resolution: Fixed
      Assignee: Guillaume Nodet

Committing to https://svn.apache.org/repos/asf/felix/trunk ...
	M	karaf/shell/console/src/main/java/org/apache/felix/karaf/shell/console/completer/SessionScopeCompleter.java
Committed r907694


> Completion does not reprint previous characters in some circumstances
> ---------------------------------------------------------------------
>
>                 Key: FELIX-2053
>                 URL: https://issues.apache.org/jira/browse/FELIX-2053
>             Project: Felix
>          Issue Type: Bug
>          Components: Karaf
>    Affects Versions: karaf-1.2.0
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: karaf-1.4.0
>
>


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


[jira] Commented: (FELIX-2053) Completion does not reprint previous characters in some circumstances

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830911#action_12830911 ] 

Guillaume Nodet commented on FELIX-2053:
----------------------------------------

THis happen when typing "in<tab>"
The "in" characters disappear after having displayed the possible alternatives.

> Completion does not reprint previous characters in some circumstances
> ---------------------------------------------------------------------
>
>                 Key: FELIX-2053
>                 URL: https://issues.apache.org/jira/browse/FELIX-2053
>             Project: Felix
>          Issue Type: Bug
>          Components: Karaf
>    Affects Versions: karaf-1.2.0
>            Reporter: Guillaume Nodet
>             Fix For: karaf-1.4.0
>
>


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


[jira] Commented: (FELIX-2053) Completion does not reprint previous characters in some circumstances

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830926#action_12830926 ] 

Guillaume Nodet commented on FELIX-2053:
----------------------------------------

The problem comes from the fact that jline does not support "weird" completions.
For example, the command completer is able to return the following values when called with "in":
  * osgi:install
  * shell:info
The problem is that jline rewrite the current line with the longest match, and in this case, the first letters are not the same.
This leads to jline blanking the line, while still displaying the set of available completions.

> Completion does not reprint previous characters in some circumstances
> ---------------------------------------------------------------------
>
>                 Key: FELIX-2053
>                 URL: https://issues.apache.org/jira/browse/FELIX-2053
>             Project: Felix
>          Issue Type: Bug
>          Components: Karaf
>    Affects Versions: karaf-1.2.0
>            Reporter: Guillaume Nodet
>             Fix For: karaf-1.4.0
>
>


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