When I do a search across files, the search in files results tab lists multiple files that have matches. However, it not only shows the correct line number of the one instance in that file, it also shows ",1" in the line number area. For example, I search across files for text that has only one occurrence in one file on line 10. The result shows as:
10,1: matching text Another odd thing is that if multiple results are generated -- that is, the search text appears in multiple files, the results in multiple files are each listed with their respective line numbers (including the extraneous ",1"). However, if I double-click a result line, the cursor in the editor jumps to the correct line number from that instance, but it does so in the current file being viewed only. That is, it won't open or change to the file containing the instance I clicked on: (file "abc.pl" is the current open file/tab in the editor) C:\Sourcebc.pl 148,1: matching line from abc.pl C:\Source\def.pl 258,1: matching line from def.pl In this example above, if I have abc.pl open in the editor and double-click the result line for 258,1 in def.pl, it tries to jump to line 248 in the currently open file, "abc.pl" -- <https://forum.pspad.com/read.php?6,76652,76669> PSPad freeware editor https://www.pspad.com
