Python Script 0.9.2.0 Python 2.7.1 Notepad++ 6.5.3
------------Code console.run(r'C:\Program Files (x86)\Zorba XQuery Processor 2.9.1\bin\zorba.exe -q "%s" ' % notepad.getCurrentFilename() ,editor)
------------Console Output <.>:1,3: static error [err:XPST0003]: invalid expression: syntax error, unexpected ":", expecting "end of file" or "," or "}"
Thanks This is a great addon!
I figured it out.....
Just for anyone else - the first command should be console.run(...), not console.write(....)
Log in to post a comment.
Python Script 0.9.2.0
Python 2.7.1
Notepad++ 6.5.3
------------Code
console.run(r'C:\Program Files (x86)\Zorba XQuery Processor 2.9.1\bin\zorba.exe -q "%s" ' % notepad.getCurrentFilename() ,editor)
------------Console Output
<.>:1,3: static error [err:XPST0003]: invalid expression: syntax error, unexpected ":", expecting "end of file" or "," or "}"
Thanks
This is a great addon!
Last edit: WWS III 2014-03-10
I figured it out.....
Just for anyone else - the first command should be console.run(...), not
console.write(....)