Kadner - 2017-01-04

It seems there is a problem using notepad.getFiles() (NPP 6.7.4, PS 1.0.8)
The listing of files for VIEW#1 is incomplete with a maximum # of files equal to the # of files in VIEW#0

eg:
filelist = notepad.getFiles()
total = len(filelist)

Getting a correct total of 7 if there are 5 files opened in VIEW#0 and 2 files in VIEW#1
but an incorrect total of 4 if there are 2 files opened in VIEW#0 and 5 files in VIEW#1, the last 3 files in VIEW#1 missing!

edited:
Sorry, I found out that this issue has already been reported here

 

Last edit: Kadner 2017-01-05