Skip to content
Matthew Rubino edited this page May 20, 2016 · 8 revisions

Going forward there are two versions.

  • x.y.107.105 is for IntelliJ 12-14 and PyCharm 4
  • x.y.143.381 is for IntelliJ 15+ and PyCharm 5+

0.10

  • corrected RobotFramework 3.x built in variables
  • improved some python library imports (thanks to Tillaert)
  • added 'keyword' decorator for python keywords (thanks to Tillaert)

0.9

  • added much better support for built in variables. This includes various scopings around global, test case and various teardowns
  • corrected a bug around not having a settings header
  • added WITH NAME support for libraries
  • support dictionary variables
  • minor improvements around variable resolution, scope highlighting and auto-complete

0.8

  • find usages ** this works across both robot and python for variables, keywords, imports ** there is some performance concerns around inline variables and large projects ** this is a new options setting to enable or disable this
  • fixed some bugs around parsing with EOF and having a newline or not

0.7

  • consolidation of versions across IntelliJ 14/15 and PyCharm 4/5

0.6.9

  • added structure view
  • corrected some community edition issues regarding python support

0.6.8

  • address subclasses in imported python files (vs classes)
  • correct some exceptions; pycharm vs intellij
  • updates for IntelliJ 15 and PyCharm 5 compatibility issues

0.6.7

  • better recognize variables in general
  • add support for assignment of multiple variables as a result of keyword call (thanks to eezltn)
  • resolve variable references in variable definition statements (thanks to eezltn)
  • resolve references to list variables (thanks to eezltn)
  • support list variable access with syntax @{NAME}[i] (thanks to eezltn)
  • add support for variables defined in other files (thanks to MikeBeardman)
  • add support for variable auto-completion (excluding statement level variables) (thanks to MikeBeardman)

0.6.6

  • fix java version issue

0.6.5

  • fix resolving of relative imports (thanks to Kidlike)
  • add option to capitalize keywords (thanks to puhnastik)

0.6.4

  • add transitive import support
  • add support for python community version
  • add config page for debug logging

0.6

  • performance improvements
  • enable import not used (resource) by default
  • better handle import file finding
  • some variable handling and inspections

0.5

  • better keyword resolution
  • Minor parser fixes

0.4

  • Added support for ellipsis
  • Updated file icon
  • Added better handling of super space on auto-complete keywords
  • Add better detection around inline variables
  • Added better detection of variable declarations (still not great IDE support)
  • Added some inspections (Gherkin, Import Not Found, Keyword Not Found)
  • Minor parser fixes

0.3

  • Cleaned up some of the recommended syntax
  • Cleaned up where the recommended syntax appears (not perfect but better)
  • Enabled code completion for PyCharm python libraries
  • Minor parser fixes

0.2.4

  • added python support for PyCharm
  • added code completion for python functions

2014-01-08

  • Added support for Python Libraries; import and jump-to-source

2013-12-24

  • Added support for Variables and User Keywords
  • Local and remote jump-to-source work
  • Local and remote code completion
  • Have address some stack overflow bugs

2013-11-18

  • Initial Release after Hack-a-thon

Hosted Plugin

Feel free to rate it.


If you have any questions, comments, or ideas feel free to add them here or contact me directly.

Clone this wiki locally