You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@toree.apache.org by "Ebenezer Isaac (JIRA)" <ji...@apache.org> on 2018/05/07 09:34:00 UTC

[jira] [Created] (TOREE-472) Autocomplete problem

Ebenezer Isaac created TOREE-472:
------------------------------------

             Summary: Autocomplete problem
                 Key: TOREE-472
                 URL: https://issues.apache.org/jira/browse/TOREE-472
             Project: TOREE
          Issue Type: Bug
    Affects Versions: 0.2.0
            Reporter: Ebenezer Isaac


When you type the first few letters any identifier name and use autocomplete (tab) to complete it, the completion is appended and prepended with the first few letters typed.

Eg: assume the following line is compiled in a cell
{code:java}
val testData = "Some value" {code}
In the next cell, you type "tes" and type the tab key, the following is what you get
{code:java}
testestdatates{code}
Note how the sequence "tes" is both prepended and appended to the autocompleted variable name.

 

outcome:

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)