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

Missing items in word autocomplete #13060

Closed
mpheath opened this issue Feb 6, 2023 · 0 comments
Closed

Missing items in word autocomplete #13060

mpheath opened this issue Feb 6, 2023 · 0 comments
Assignees

Comments

@mpheath
Copy link
Contributor

mpheath commented Feb 6, 2023

Description of the Issue

Autocomplete setting is function autocomplete so that word complete is manually tested. Select the Lua language which is case insensitive. Enter the following into the document.

aab = 1

function AAC()
end

a

Possible word autocomplete list after pressing Ctrl+Enter following the last a :

aab
AAC
AAC
aab

Steps to Reproduce the Issue

  1. Position the caret after the last a, press Ctrl+Enter, aab is auto-inserted
  2. Undo and remove last a
  3. Type A, press Ctrl+Enter, AAC is auto-inserted

Expected Behavior

An autocomplete list displaying

AAC
aab

as case insensitive A is considered the same as a.

This issue causes words expected in the list to be missing in the list.

Actual Behavior

Auto-inserts aab if a is 1st character or auto-inserts AAC if A is 1st character.

Debug Information

Notepad++ v8.4.9   (64-bit)
Build time : Jan 27 2023 - 03:11:16
Path : C:\Notepad++\notepad++.exe
Command Line : 
Admin mode : OFF
Local Conf mode : ON
Cloud Config : OFF
OS Name : Windows 7 Professional (64-bit) 
OS Build : 7601.0
Current ANSI codepage : 1252
Plugins : 
    mimeTools (2.9)
    NppConverter (4.5)
    NppExport (0.4)
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

Successfully merging a pull request may close this issue.

2 participants