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

Upper case letter in auto completion does not work #4998

Closed
abdulbadii opened this issue Nov 8, 2018 · 8 comments
Closed

Upper case letter in auto completion does not work #4998

abdulbadii opened this issue Nov 8, 2018 · 8 comments
Assignees

Comments

@abdulbadii
Copy link

Upper case letter in 'RegExp' on auto completion feature cannot show up to suggest, but work if it's in the middle, e.g. getAttributeNS

@PopeSpaceous
Copy link

Hi @abdulbadii, I just had a couple questions as I'm trying to reproduce this issue.
Is this issue happening across all file types (eg. .html .css .cpp etc)?
Which uppercase letter is not showing up in "RegExp" the R or E?
If RegExp is already written in the file and you try to write it again using auto completion, are you doing this:

  1. RegE... or
  2. rege... or
  3. Rege... or
  4. regE...

I tested with a lower case character to start like example 2 or 4 and the auto complete won't show up.
Please let me know, the more information the better 👍
Thanks.

@abdulbadii
Copy link
Author

None works!
only tested on javascript language

@PopeSpaceous
Copy link

Interesting.
I'm having no problem with it on my version, I'm Running v7.5.9 (32bit) On Windows 10.
Would you be able to put your version up, and if possible put a snippet or screen shot of the code?

I would like to try to reproduce this, so I'm trying to figure out the steps.
Thanks.

@ArkadiuszMichalski
Copy link
Contributor

ArkadiuszMichalski commented Sep 20, 2020

To reproduce please set only Function completion in Preferences >> Auto-Completion (for 1 char). Open new file, switch to Javascript language and write R char. We get random keyword, not Radio.
a
aa
But if we check Function and word completion this works correct, but we get all other (unnecessary) words from current file.
aaa

Here was similar problem for CSS #8502 (comment)

Edit: hmm I check some xml files and looks like for javascript.xml this rules are also correct.

<Environment ignoreCase="no" startFunc="(" stopFunc=")" paramSeparator="," terminal=";" />

@ArkadiuszMichalski
Copy link
Contributor

@donho Any reason why Javascript does not include the above rules? In fact it's case sensitive language, and has mixed case words in javascript.xml.

@donho
Copy link
Member

donho commented Sep 22, 2020

@ArkadiuszMichalski It seems for all languages but not only Javascript.
I'll check it.

@donho donho self-assigned this Sep 22, 2020
@ArkadiuszMichalski
Copy link
Contributor

#3997 (comment) << nice description for different Auto-Completion settings related to ignoreCase.

@GitMensch
Copy link
Contributor

@donho said end of 2020:

@ArkadiuszMichalski It seems for all languages but not only Javascript.
I'll check it.

Thanks's Don for that. Any update for this and the related issue?

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

No branches or pull requests

5 participants