-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Is the issue reproducible in Notepad++ without plugin?
- I have tried Notepad++ without plugin
Is the issue reproducible in portable version of Notepad++?
- I have tried portable version of Notepad++
Does the issue affect SciTE?
- I have tried SciTE
Description of the Issue
The functionlist for ini files do not show all entries. I tried it with an ini file. In my testfile from tasmota
https://github.com/arendst/Tasmota/blob/development/platformio_tasmota_env32.ini
or
https://github.com/arendst/Tasmota/blob/development/platformio_tasmota_env.ini
Steps To Reproduce
- download for example https://github.com/arendst/Tasmota/blob/development/platformio_tasmota_env32.ini and save on the HD
- open it in notpad++
- display the functionlist and nothing is displayed
- go to the functionList folder and create a copy of the ini.xml with the name my_ini.xml
- modify the my_ini.xml
from: mainExpr="^\h*[["][\w*.;\x20()-]+["]]"
to: mainExpr="^[(.*?)]"and
from:
to: >
- open functionList/overrideMap.xml and point my_ini.xml to id 13
- open the test ini file again and everythins is listed in the FunctionList
Current Behavior
With the test ini file the FunctionList stay empty
Expected Behavior
FunctionList show the entries like after the modification
Debug Information
Notepad++ v8.9.1 (64-bit)
Build time: Jan 18 2026 - 22:45:31
Scintilla/Lexilla included: 5.5.8/5.4.6
Boost Regex included: 1_90
pugixml included: 1.15
nlohmann JSON included: 3.12.0
Path: D:\PortableProgramme\notepad++\notepad++.exe
Command Line:
Admin mode: OFF
Local Conf mode: ON
Cloud Config: OFF
Periodic Backup: ON
Placeholders: OFF
Scintilla Rendering Mode: SC_TECHNOLOGY_DIRECTWRITE (1)
Multi-instance Mode: monoInst
asNotepad: OFF
File Status Auto-Detection: cdEnabledNew (for current file/tab only)
Dark Mode: OFF
Display Info:
primary monitor: 1920x1080, scaling 125%
visible monitors count: 1
installed Display Class adapters:
0001: Description - Intel(R) HD Graphics 520
0001: DriverVersion - 30.0.100.9865
0002: Description - AMD Radeon R7 M370
0002: DriverVersion - 27.20.15030.19
OS Name: Windows 11 Pro (64-bit)
OS Version: 25H2
OS Build: 26200.7623
Current ANSI codepage: 1252
Plugins:
mimeTools (3.1)
NppConverter (4.7)
NppExport (0.4)Anything else?
No response
Metadata
Metadata
Assignees
Labels
No labels