Skip to content

Commit

Permalink
started adding messages for 1.0.3 and install
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianEberius committed Dec 20, 2015
1 parent 6eaefe3 commit ac51ae7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions messages.json
@@ -1,3 +1,4 @@
{
"1.0.0": "messages/1.0.0.txt"
}
"install": "messages/install.txt",
"1.0.3": "messages/1.0.3.txt"
} "1.0.3": "messages/1.0.3.txt"
9 changes: 9 additions & 0 deletions messages/1.0.3.txt
@@ -0,0 +1,9 @@
SublimePythonIDE was just updated to a new minor version. The detection of the Python interpreter to use was improved. It now uses four different methods in the following order (see README or Github for details):

- Check for the option "python_interpreter" in project settings
- Try to auto-detect virtual environments (in "venv" or $WORKON_HOME for virtualenvwrapper)
- Read a #! (shebang) line in the active file (NEW)
- Try to auto-detect the system Python from $PATH

In addition, the bundled libraries were updated and open issues were fixed.
Feel free to report any new issues at https://github.com/JulianEberius/SublimePythonIDE/issues
Empty file added messages/install.txt
Empty file.

0 comments on commit ac51ae7

Please sign in to comment.