diff --git a/Force Rewrite Sublime Settings/Main.sublime-menu b/Force Rewrite Sublime Settings/Main.sublime-menu index d0f3adf5..cd7af975 100644 --- a/Force Rewrite Sublime Settings/Main.sublime-menu +++ b/Force Rewrite Sublime Settings/Main.sublime-menu @@ -17,6 +17,7 @@ { "caption": "Edit Settings...", "command": "edit_selected_preferences" }, { "caption": "Force Re-Write Sublime Settings", "command": "force_rewrite_sublime_settings" }, { "caption": "Force Re-Load Sublime Color Scheme", "command": "force_reload_sublime_color_scheme" }, + { "caption": "-" }, { "caption": "Force Restoring Views Scrolling", "command": "force_restoring_views_scrolling" }, ] }, diff --git a/Notepad++ Theme b/Notepad++ Theme index 9527f451..d3cf0c8b 160000 --- a/Notepad++ Theme +++ b/Notepad++ Theme @@ -1 +1 @@ -Subproject commit 9527f451ccb33c3b99c5daeb7368c8c1686a0ea1 +Subproject commit d3cf0c8baf5b5791f67a965c665734ade63cb87f diff --git a/README.MD b/README.MD index 71b0aee6..6e058676 100644 --- a/README.MD +++ b/README.MD @@ -15,7 +15,7 @@ to program on: 1. LaTeX -Its current version is: v1.0.1-380 +Its current version is: v1.0.1-381 diff --git a/SUBLIME_STUDIO_VERSION.txt b/SUBLIME_STUDIO_VERSION.txt index 80dfdec1..5d927dc2 100644 --- a/SUBLIME_STUDIO_VERSION.txt +++ b/SUBLIME_STUDIO_VERSION.txt @@ -1 +1 @@ -1.0.1-380 +1.0.1-381 diff --git a/User/Anaconda.sublime-settings b/User/Anaconda.sublime-settings index ea120377..ad6927eb 100644 --- a/User/Anaconda.sublime-settings +++ b/User/Anaconda.sublime-settings @@ -94,7 +94,7 @@ "python_interpreter": "tcp://my_remote.machine.com:19360" */ - "python_interpreter": "python", + "python_interpreter": "D:\\User\\Documents\\Python27\\python.exe", /* Disable anaconda completion @@ -116,8 +116,8 @@ If complete_all_parameters is true, it will add all the possible parameters, if it's false, it will add only required parameters */ - "complete_parameters": false, - "complete_all_parameters": false, + "complete_parameters": true, + "complete_all_parameters": true, /* If you set the following option as true, anaconda will display the @@ -526,7 +526,7 @@ https://github.com/SublimeText/Issues/issues/127 */ - "anaconda_debug": false, + "anaconda_debug": true, /* Anaconda test runner related configuration.