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

filtering tab-completion candidates as you type doesn't obey CASE_INSENSITIVE option #198

Closed
bdw429s opened this issue Dec 26, 2017 · 1 comment
Assignees
Labels

Comments

@bdw429s
Copy link
Contributor

bdw429s commented Dec 26, 2017

If I type the following in CommandBox and hit tab:

CommandBox> cd _
.git/               JRE_9/              bradtest/           coldbox-platform/   foo/
JRE/                bar/                cborm-shell/        directory=          lib/

You can see that the candidates include all of the folders in that directory. Now, if I type an upper case "J", the list filters to "JRE" and "JRE_9". However, if I type a lowercase "j", then all the candidates are removed. I need this to be case insensitive-- at least on Windows. Setting the CASE_INSENSITIVE has no effect on this.

@bdw429s bdw429s changed the title filtering tab-completion candidates as you type doesn't obey CASE_INSENSITIVE option filtering tab-completion candidates as you type doesn't obey CASE_INSENSITIVE option Dec 26, 2017
@gnodet gnodet self-assigned this Dec 29, 2017
@gnodet gnodet added the bug label Dec 29, 2017
@gnodet gnodet closed this as completed in 11a1786 Dec 29, 2017
@bdw429s
Copy link
Contributor Author

bdw429s commented Dec 29, 2017

Thanks @gnodet !

gnodet added a commit that referenced this issue Jan 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants