Function List Bug
-
hi
i have a problem with function list
after select function list from toolbar notepad++ show function lists
if use a space char before Function then function list dont show that function name in function list!
thanks -
[Edited]:
also if use more than One TAB char then don’t show that Function Name to function list
My Debug info:
Notepad++ v7.4.2 (64-bit)
Build time : Jun 18 2017 - 23:38:43
Path : C:\Program Files\Notepad++\notepad++.exe
Admin mode : ON
Local Conf mode : OFF
OS : Windows 10 (64-bit)
Plugins : mimeTools.dll NppConverter.dlli test in .nsi file
-
You could try the upcoming update for the FunctionList parsers.
Replace the content of the file
C:\Users\<YourUserName>\AppData\Roaming\Notepad++\functionList.xml
with that provided under the link above. Of course it is recommended to make a backup of this file at first.
-
i do it
FunctionList.xml to FunctionList.xml.BK
Download FunctionList.xml New file and replace that on
but see again that problemfor example:
this command show Function Test to Function List;
Section
SectionEndFunction Test
FunctionEnd
;i set Space Char Before ‘Function Test’ ==> ’ Function Test’
and Function test Don’t Show! -
Both the
Function
keyword and itsFunctionEnd
keyword need the same amount and type of indent (i.e. either space or tab) for the function to be detected by the parser. -
Ooh! yes!
i before Create Function use space char and also before FunctionEnd use space char and after see that function name in FunctionList…