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

Corrupt Names in Function List #8855

Closed
miqrogroove opened this issue Sep 13, 2020 · 6 comments
Closed

Corrupt Names in Function List #8855

miqrogroove opened this issue Sep 13, 2020 · 6 comments
Assignees

Comments

@miqrogroove
Copy link

Description of the Issue

I'm playing with the Function List sidebar for the first time today, and noticed with a PHP file some names are just wrong.

Steps to Reproduce the Issue

  1. Retrieve and open https://sourceforge.net/p/xmb-forum/code/2841/tree/xmb19x/trunk/source/include/validate.inc.php?format=raw
  2. Click the Function List button on the toolbar.
  3. Compare names in sidebar with names in source.

Expected Behavior

The Function List sidebar should simply list the functions defined by the PHP source.

Actual Behavior

Five of the functions near the end of the file are displayed with the wrong names (looks like some chars missing?) in the sidebar.

Debug Information

Notepad++ v7.8.9 (32-bit)
Build time : Jul 15 2020 - 20:26:50
Path : C:\Program Files (x86)\Notepad++\notepad++.exe
Admin mode : OFF
Local Conf mode : OFF
OS Name : Windows 10 Enterprise (64-bit)
OS Version : 2004
OS Build : 19041.508
Current ANSI codepage : 1252
Plugins : none

@ArkadiuszMichalski
Copy link
Contributor

I can confirm in 7.9 RC, missing first f char:

a

@sasumner
Copy link
Contributor

The missing "f" is a long-known issue.

@donho
Copy link
Member

donho commented Sep 22, 2020

@sasumner

The missing "f" is a long-known issue.

Could you point the similar issues to me please?

@sasumner
Copy link
Contributor

Here is one: #4208

@sasumner
Copy link
Contributor

Here is another: #4627

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

Just to add that there is a similar case with 'if' at the beginning #3321.

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.

4 participants