Description of the Issue
When editing an Ada source file, the "Function List" panel only shows the names of subroutines that are declared with "procedure"
Steps to Reproduce the Issue
- Load an Ada source file that has both procedures and functions (see screen shot in Jan 18th comment, below)
- Under View, enable the Function List
- Observe that only subroutines declared with "procedure" are shown
Expected Behavior
subroutines declared with either "function" or "procedure" should be shown
Actual Behavior
only subroutines declared with "procedure" are shown
Debug Information
Notepad++ v8.5.3 (64-bit)
Build time : May 15 2023 - 06:09:36
Path : C:\Program Files\Notepad++\notepad++.exe
Command Line :
Admin mode : OFF
Local Conf mode : OFF
Cloud Config : OFF
OS Name : Windows 10 Enterprise (64-bit)
OS Version : 21H2
OS Build : 19044.3693
Current ANSI codepage : 1252
Plugins :
mimeTools (2.9)
NppConverter (4.5)
NppExport (0.4)
See Jan 18th comment, below