-
-
Notifications
You must be signed in to change notification settings - Fork 804
Description
The package control sometimes forget to remove 1 or 2 packages from the ignored list, after installing them
Sometimes everything works ok, other times, 1 or 2 packages end up at the ignored packages list, when installing something like 65 missing packages.
My ignored packages list is just this
"ignored_packages":
[
"ApplySyntax",
"BracketHighlighter",
"Color Highlighter",
"DictionaryAutoComplete",
"SublimeCodeIntel",
"Vintage",
"WordHighlight"
],
Here we may see, it installed the package DocBlockr and right after it was kept on the ignored list. Whille the other 63 packges when ok, getting out from the ignored list, at the process end.
reloading settings Packages/User/Package Control.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
reloading plugin CopyWithLineNumbersReloaded.copy_with_line_numbers
reloading plugin DistractionFreeWindow.distraction_free_window
Package Control: Installed missing package DocBlockr
ignored packages updated to: ["AdvancedNewFile", "Alignment", "All Autocomplete", "ApplySyntax", "Auto Refresh", "AutoFileName", "BracketHighlighter", "C++ Completions", "C++ Snippets", "C++ Starting Kit", "C++11", "Clickable URLs", "Color Highlighter", "ColorHelper", "Column Select", "Compare Side-By-Side", "Copy Filepath With Line Numbers", "Delete Current File", "DictionaryAutoComplete", "DocBlockr", "Emmet", "ExportHtml", "ExtendedTabSwitcher", "File Rename", "FileDiffs", "Find++", "FindKeyConflicts", "FuzzyFileNav", "Gist", "Git", "GitGutter", "GitHub Markdown Snippets", "Google Spell Check", "Highlight Build Errors", "HighlightWords", "Hungry Backspace", "Invert Selection", "Line Endings Unify", "Local History", "Markdown Preview", "MarkdownEditing", "MarkdownLight", "Matlab Completions", "MatlabFilenameAutoComplete", "MaxPane", "PackageDev", "PackageResourceViewer", "Path Translator", "PostScript", "Preferences Editor", "Project Specific Syntax Settings", "Qt Completions for C++", "ScopeAlways", "ScopeHunter", "StickySearch", "sublime-text-2-buildview", "SublimeCodeIntel", "SyncedSideBar", "Trimmer", "Vintage", "Whitespace", "WordHighlight"]
reloading settings Packages/User/Package Control.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
reloading plugin Origami.origami
reloading settings Packages/User/Package Control.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
How to reproduce the issue
-
Install
Sublime Textfrom https://www.sublimetext.com/3 -
Close your Sublime Text and delete/rename the folder below, if it exists: (the folder
sublime-text-3/below contain all your current settings)
mv -v ~/.config/sublime-text-3/ ~/.config/sublime-text-3_Old/
- While keeping your Sublime Text closed, clone this repository using this command: (Linux Only)
git clone --recursive https://github.com/evandrocoan/SublimeTextStudio.git ~/.config/sublime-text-3/Packages
- The packages will be automatically installed on the first
Sublime Textrun after the repository clone. - If you are a Windows/Mac user, just figure out where are your settings folders. (the folder
Sublime Text 3\below contain all your current settings)
~/.config/sublime-text-3/ --> "C:\Users\YOUR_USER_NAME\AppData\Roaming\Sublime Text 3\"
~/.config/sublime-text-3/ --> "~/Library/Application Support/Sublime Text 3"
-
Open your Sublime Text and wait several minutes until it install all new packages and restart your Sublime Text.
-
You can open the Console on View -> Console (Ctrl+`) to view the download progress.
Environment
Sublime Text Build 3126 x86 - Windows 10
Package control version 3.2.1
