tonerdo / readline

A Pure C# GNU-Readline like library for .NET/.NET Core
MIT License
810 stars 77 forks source link

Add backwards AutoComplete #12

Closed Guad closed 7 years ago

Guad commented 7 years ago

Pressing Shift-Tab will traverse the autocomplete list in backward order, in case you missed it when mashing tab. I had to modify a couple of methods so it'd work, let me know if you'd prefer it another way. Also, the BuildKeyInput method could be cleaner at detecting key modifiers, but I'll leave it at your discretion. Feature requested by #6

tonerdo commented 7 years ago

Thanks a lot @Guad, your contributions are greatly appreciated!!!

tonerdo commented 7 years ago

@Guad are you interested in becoming a collaborator?

Guad commented 7 years ago

Nah I'm good. I've discovered this project from the c# digest newsletter and wanted to lend a hand

tonerdo commented 7 years ago

ok @Guad your help is much appreciated!