Skip to content

Inline Docs/Auto-completion Issue! #4833

@raziEiL

Description

@raziEiL

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!

Autocompletion issues
#3997

Steps to Reproduce the Issue

  1. Complete function or place the cursor between ( ) characters and press CTRL+SHIFT+SPACE hotkeys
  2. 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>

screenshot_11

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions