When this plugin is installed in PyCharm 2016.1, you cannot open a file that has new line and then pyxl annotation, like this:
# coding: pyxl
... other stuff ..
I started to debug this and found that the problem is with the highlighting lexer - it returns tokens with gaps, specifically it returns "new line" at pos 0-1, then another "new line" at pos 14-15, skipping the coding string. My guess is that the problem is in lexer definition, but I don't have time to fix it for now. Maybe somebody else can do it.
When this plugin is installed in PyCharm 2016.1, you cannot open a file that has new line and then pyxl annotation, like this:
I started to debug this and found that the problem is with the highlighting lexer - it returns tokens with gaps, specifically it returns "new line" at pos 0-1, then another "new line" at pos 14-15, skipping the coding string. My guess is that the problem is in lexer definition, but I don't have time to fix it for now. Maybe somebody else can do it.