-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
Description of the Issue
Given a code-complete-file with ignoreCase="no". Popup hint for functions with a similar name does not work correctly. Also, everything works fine with ignoreCase="yes", but other bug with auto-completion appear in this case...
People have been writing about this bug for years, here, at sourceforge.net and other forums. Please pay attention to this problem, it is very important. Thanks!
Steps to Reproduce the Issue
- Complete function or place the cursor between ( ) characters and press
CTRL+SHIFT+SPACEhotkeys - Done! (see screenshot)
Expected Behavior
Description for current function
Actual Behavior
Description for another function
Debug Information
Notepad++ v7.5.8 (32-bit)
Build time : Jul 23 2018 - 02:03:53
Path : C:\Program Files (x86)\Notepad++\notepad++.exe
Admin mode : ON
Local Conf mode : OFF
OS : Windows 7 (64-bit)
Plugins : ComparePlugin.dll LuaScript.dll NppExec.dll NppTaskList.dll NppTextFX.dll PluginManager.dll RainLexer.dll SourceCookifier.dll XBrackets.dll XMLTools.dll DSpellCheck.dll mimeTools.dll NppConverter.dll NppExport.dll
<?xml version="1.0" encoding="Windows-1252" ?>
<NotepadPlus>
<AutoComplete language="sourcemod">
<Environment ignoreCase="no"/>
<KeyWord name="ReplaceString" func="yes">
<Overload retVal="int" descr="Hello!">
<Param name="char[] text"/>
</Overload>
</KeyWord>
<KeyWord name="ReplaceStringEx" func="yes">
<Overload retVal="int" descr="Goodbye!">
<Param name="char[] text"/>
</Overload>
</KeyWord>
</AutoComplete>
</NotepadPlus>
