ravikumar10 / genyris

Automatically exported from code.google.com/p/genyris
Other
0 stars 0 forks source link

Auto-completion only works for the first token. #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run REPL
2. use TAB on first token
3. type space
4. press TA
What do you see?

nothing 

What is the expected output?

a list of candidates.

Original issue reported on code.google.com by birchb1...@gmail.com on 5 Apr 2013 at 7:15

GoogleCodeExporter commented 9 years ago
Probably should use a jline.ArgumentCompletor and a 
jline.ArgumentCompletor.WhitespaceArgumentDelimiter
 and a SimpleCompleter to hold the symbol strings?

Original comment by birchb1...@gmail.com on 5 Apr 2013 at 7:17

GoogleCodeExporter commented 9 years ago

Original comment by birchb1...@gmail.com on 5 Apr 2013 at 7:17

GoogleCodeExporter commented 9 years ago
Fixed in 0.6.9-14-g4784a1b

Original comment by birchb1...@gmail.com on 6 Apr 2013 at 2:44

GoogleCodeExporter commented 9 years ago

Original comment by birchb1...@gmail.com on 13 Apr 2013 at 8:44