AmailP / robot-plugin

Robot Framework support plugin for IntelliJ Idea
Other
72 stars 38 forks source link

Wrong highlighting of list variables in PyCharm #9

Closed jzdunek closed 8 years ago

jzdunek commented 9 years ago

It seems that the plugin renders list variables wrong. In value assignments (e.g. @{list}= Create List A B C) the list variable is rendered like a keyword. As a keyword argument the list variable is rendered like a literal. In both situation I would expect list variables being rendered like scalar variables.

Screenshot: list_variables

jzdunek commented 9 years ago

Additional information

The PyCharm event log show multiple entries that might be linked to the problem.

NoSuchMethodError: com.jetbrains.python.psi.PyClass.getMethods()[Lcom/jetbrains/python/psi/PyFunction;