Hi,
When using the lambda python keyword the PythonNETParser/TextEditor is incorrectly highlighting these as syntax errors.
Hi,
When using the lambda python keyword the PythonNETParser/TextEditor is incorrectly highlighting these as syntax errors.
Hi Hamish,
Thank you for reporting this issue. We have fixed it internally, and the fix will be included in the next minor update (which we aim to release next week).
I will keep you posted once we release it.
Kind regards,
Dmitry
Hi Dmitry,
We’ve also noticed some other syntax highlighting issues with the PythonParsers when using list comprehensions with the ternary if statements.
Hi Hamish,
Sorry for the delay in response. I looked at our source code, and while we support parsing comprehensions with the for statements, if statements are not there yet.
We will fix it shortly and include it in the next week’s update.
Kind regards,
Dmitry
Hi Hamish,
We’ve just released an update (9.5.5), which is available via NuGet, where this issue should be addressed.
Kind regards,
Dmitry
Great thanks Dmitry!