Python console, Goto line appears to have stopped working
-
Previously my python console output would allow the user to click on console line and it would goto the line in the text file. This no longer appears to be the case.
My console output looks like this;File "E:\WIN\VCOPY\FSFDITEM.PD", line 14, PERFORM LOAD-VITMCRD File "E:\WIN\VCOPY\FSFDITEM.PD", line 43, PERFORM LOAD-VITMCRD File "E:\WIN\VCOPY\FSFDITEM.PD", line 57, PERFORM LOAD-VITMCRD File "E:\WIN\VCOPY\FSFDITEM.PD", line 65, LOAD-VITMCRD.
Notepad++ v8.4.2 (32-bit)
Build time : May 29 2022 - 16:45:17
Path : C:\Program Files (x86)\Notepad++\notepad++.exe
Command Line : $COMMAND_LINE_PLACEHOLDER$
Admin mode : OFF
Local Conf mode : OFF
Cloud Config : OFF
OS Name : Windows 10 Home (64-bit)
OS Version : 21H2
OS Build : 19044.1766
Current ANSI codepage : 1252
Plugins :
LocationNavigate (0.4.7.7)
mimeTools (2.8)
NppConverter (4.4)
NppExec (0.6.2)
NppExport (0.4)
PythonScript (1.5.4)
_CustomizeToolbar (4.2) -
I believe the newish Scintilla components that have been integrated into Notepad++ recently have broken this. The Python console window is (again, I believe) a Scintilla window.
It’s nothing Notepad++ itself can fix. I’d guess that the PythonScript developers are aware of this issue and are working on it, and they may need a released Notepad++ with THIS CHANGE integrated before something can be released in PythonScript to fix the console.
By the way, the PythonScript version you are using is incompatible with the Notepad++ version you have. I’d have thought the recent version testing “compatibility thing” would have caught this and refused to load the plugin for you, but apparently this isn’t happening.
-
@alan-kilborn Thank you very much. I will investigate
-
It’s already been reported to the PythonScript devs: https://github.com/bruderstein/PythonScript/issues/234