0.16.4 - 2 January 2018
- Updated to support Idea 2017.3
- Updated to support Idea 2017.2
- Bug fixed: Jump to python definition does not ignore spaces
- Updated to support Idea 2017.1
- Bug fixed: PatternSyntaxException for keywords containing variables
- Updated to support from Idea 2016.1 until 2016.2
- Jump to definition partial support for python keywords and libraries
- Updated to support Idea 2016.2
- Updated to support Idea 2016.1
- Variables can be now defined in multiple lines
- Rebuilt again using JDK 7, this time for real :)
- Rebuilt using JDK 7
- Syntax highlighting support added for list and dictionary variables
- Resources are now resolved also relatively to the module source roots
- Updated to support Idea 15
- Updated to support Idea 14.1
- Updated to support Idea 14
- Bug fixed: usage of class com.jetbrains.python.psi.stubs.PyModuleNameIndex removed to maintain retro-compatibility with Idea 12
- Bug fixed: usage of class com.intellij.psi.util.QualifiedName removed to maintain retro-compatibility with Idea 12
- User defined keywords from Static Python libraries support (requires Python or Python CE JetBrains plugin)
- Bug fixed: Python libraries are only loaded from external resources
- Robot framework library keywords completion support enabled in PyCharm
- Robot framework library keywords completion support (requires Python or Python CE JetBrains plugin)
- Navigate to source support in structure view
- Bug #3 fixed: Embedded variables surrounded with quotes raises fatal error
- Find usages support
- Structure view support
- Refactor/rename support
- Support for comment/uncomment lines
- Jump to definition supports multiple definitions
- Jump to definition supports ignorable Given/When/Then/And
- Jump to definition supports embedded variables
- Fixed trivial bug
- Given/When/Then/And are ignored in jump to definition
- Given/When/Then/And are proposed in autocompletion for any keyword
- Robot File templates added
- Support added for JetBrains products other than IntelliJ
- First version published on repo
- Rewritten build scripts, the plugin size is 10% compared to the old one (~6MB to 650KB)
- Keyword autocompletion support (not working still for python defined keywords)
- Jump to definition support (ctrl-click) for keywords and resources
- Quick preview support (ctrl-shift-i)
- Improved highlighting: Ellipsis
- Improved highlighting: Comments, Settings, Ellipsis
- Minor bugs fixed