Hello, i have found partial solution:
exec(editor.getText())
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?
Log in to post a comment.
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?