Skip to content

Releases: austincrft/sublime-gherkin-auto-complete-plus

1.2.2

07 Mar 18:44
Compare
Choose a tag to compare

Updated Simplified Chinese and Russian keywords (thanks, @kuntashov)

1.2.1

27 Apr 22:01
Compare
Choose a tag to compare

Changes

  • Added support for the keyword *. When this keyword is used, it will be available for all step-types (Given, When, Then). Conversely, all steps will be available in the suggestions when the line starts with *.

1.2.0

07 Apr 19:19
Compare
Choose a tag to compare

Changes

  • There is a new Sublime Text command for fuzzy-searching through the catalogued auto-complete suggestions.
  • It is no longer necessary to specify the feature file directories explicitly. Any folders open in Sublime Text will be searched recursively for *.feature filesThis will help users that have more than one project with Gherkin steps. This way, steps from a different project won't pollute the auto-complete list. (NOTE: additional directories can be specified via the feature_file_directories option).
  • For large projects where recursively checking the filetree for *.feature files would cause poor performance, there is an ignore_open_directories option. If this option is selected, only the directories in the feature_file_directories will be scanned.

1.1.0

27 Jan 14:28
Compare
Choose a tag to compare

Changes

  • The package no longer checks if you're in the provided Gherkin syntax to update steps. Instead, it verifies
    that you are in a *.feature file. (thanks @Asuza)
  • Logging has been added. You can now specify a logging level to get info about the package as it's running.
    The default is ERROR, which will only output the the Sublime Text console if an error occurs.

For more information on these changes, view the README at
https://github.com/austincrft/sublime-gherkin-auto-complete-plus

1.0.4

16 Jan 05:27
Compare
Choose a tag to compare

Fixed bug, added tests

1.0.3

05 Nov 14:53
Compare
Choose a tag to compare

Added Cucumber Steps.tmLanguage from the cucumber-sublime-bundle

1.0.2

19 Oct 22:32
Compare
Choose a tag to compare

Fix for Default settings not opening properly

1.0.1

19 Oct 17:14
Compare
Choose a tag to compare

Import and package name fix

1.0.0

14 Oct 13:45
Compare
Choose a tag to compare

First release