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

Ebenezer Isaac updated TOREE-472:
---------------------------------
    Description: 
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.

 

  was:
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:

 


> 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
>
> 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
(v7.6.3#76005)

Reply via email to