Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete #3

Open
piranna opened this issue Jun 14, 2015 · 9 comments
Open

Autocomplete #3

piranna opened this issue Jun 14, 2015 · 9 comments

Comments

@piranna
Copy link

piranna commented Jun 14, 2015

Add support for autocomplete

@skerit
Copy link
Member

skerit commented Jan 20, 2016

I've added some basic autocomplete functionality. Quickly written, very alpha, but it gets the job done pretty well.

@piranna
Copy link
Author

piranna commented Jan 20, 2016

Something is better than nothing :-)

@piranna
Copy link
Author

piranna commented Jan 26, 2016

I've seen the autocomplete example on the readme and looks cool :-) To make it cooler I think it should:

  • use only the width of the biggest suggestion instead of all available space up to right margin
  • don't show emply lines
  • show first suggestion directly on the input field space

@skerit
Copy link
Member

skerit commented Jan 26, 2016

Good ideas!

@piranna
Copy link
Author

piranna commented Jan 26, 2016

You are welcome :-)

@skerit
Copy link
Member

skerit commented Aug 11, 2017

Well it took a while, but the width & empty lines changes have been implemented and will be released with v0.2.3.

Not too sure about the "show first suggestion..." one, it's a lot of work for a minor feature.

@piranna
Copy link
Author

piranna commented Aug 28, 2017

Not too sure about the "show first suggestion..." one, it's a lot of work for a minor feature.

We can have this issue open until a solution appear, maybe future API changes (if any) makes it easier...

Could you be abe to update the readme screenshoot? How have you recorded it?

@skerit
Copy link
Member

skerit commented Aug 28, 2017

I don't really remember, I think byanz, but I might try to record it using peek this time.

@skerit
Copy link
Member

skerit commented Mar 8, 2018

FYI: Peek has a bug where it generates a very noisy gif, which breaks compressability and generates +/- 10MiB gifs, I created an issue here: phw/peek#288

So I'm using byzanz again to create the gifs, and then compress them further using the gifsicle-lossy fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants