Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add package control messaging for future version 0.4.0
  • Loading branch information
KristoforMaynard committed Feb 21, 2016
1 parent 8b14ae2 commit bedf01d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions messages.json
@@ -1,3 +1,4 @@
{
"install": "README.md"
"0.4.0": "messages/0.4.0.txt"
}
12 changes: 12 additions & 0 deletions messages/0.4.0.txt
@@ -0,0 +1,12 @@
New Features:
- Convert single docstrings or whole modules from one style to another with one command. See the `AutoDocstring: Convert...` and `AutoDocstring: Convert All...` commands.
- Settings can be in a JSON hash (dictionary) called "AutoDocstring" in a project-settings file. Project settings will override package settings.

New Settings:
- `keep_previous` *(default=false)*: If true, then always append the existing docstring to the newly updated docstring. Could be useful for *processing legacy code*.

Bugfixes:
- This plugin now ships with the MagicPython grammar, so return annotations don't completely break this plugin since we rely on syntax highlighting, and the default ST3 grammar doesn't support return annotations. This plugin always switches to MagicPython, runs, then switches back, so the end user shoun't even know the switch happened.
- Lots of bugs with newlines and indentation
- "Parameters" sections are now more flexable and support blocks of arbitrary text
- "Returns" sections are now formatted like Parameters

0 comments on commit bedf01d

Please sign in to comment.