Strange Python function list issue.
-
Change the
func_3
position, or add/removeimport
section, thefunc_3
can’t appear in ‘Function List’ window.
-
Are you using version 8.x ?
-
V8.1 64-bit
-
If you’ve upgraded from an earlier version, it probably won’t overwrite the function-list file during installation.
Maybe try a portable version of 8.x and see if it works there. -
I try portable version V8.1, Function List correct.
But I check the installer version V8.1,
\Program Files\Notepad++\functionList\python.xml
is last version(May-14, 2021), which files depend for Function List except\Program Files\Notepad++\functionList\python.xml
? -
@water5 said in Strange Python function list issue.:
which files depend for Function List
If you are thinking in terms of a single language, I think the only files that matter are
overrideMap.xml
and e.g.python.xml
.@PeterJones Is a note needed in the user manual about files that could possibly be user modified that an update-install won’t overwrite? FunctionList and otherwise? I think there was a recent change involving default of Python files to use spaces instead of tabs that also fit this situation.
-
@Alan-Kilborn said in Strange Python function list issue.:
Is a note needed in the user manual
submitted as PR#256