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

Inline Docs/Auto-completion Issue! #4833

Closed
raziEiL opened this issue Sep 8, 2018 · 0 comments
Closed

Inline Docs/Auto-completion Issue! #4833

raziEiL opened this issue Sep 8, 2018 · 0 comments
Assignees
Labels

Comments

@raziEiL
Copy link

raziEiL commented Sep 8, 2018

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

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