You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@toree.apache.org by "Luciano Resende (Jira)" <ji...@apache.org> on 2021/05/31 22:04:00 UTC

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

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

Luciano Resende resolved TOREE-472.
-----------------------------------
    Fix Version/s: 0.5.0
       Resolution: Cannot Reproduce

> 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
>            Priority: Major
>             Fix For: 0.5.0
>
>
> 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.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)