problem is that error returns "<string>" instead of file:
>Traceback (most recent call last):
File "D:\prg\npp\plugins\Config\PythonScript\scripts\execCurrent.py", line 1, in module>
exec(editor.getText())
File "<string\>", line 32
if switch ina options:
^
SyntaxError: invalid syntax
Is it possible get current filename instead of "<string>", thus enabling going to error by clicking it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, i have found partial solution:
problem is that error returns "<string>" instead of file:
Is it possible get current filename instead of "<string>", thus enabling going to error by clicking it?