Sublime Text 4 (Build 4169) Package Control is not appeared
Issue
After installing "Package Control" in Sublime Text (Build 4169) on Mac, I encountered the same error below.
Solution
1. download latest release from https://github.com/wbond/package_control/releases
Releases · wbond/package_control
The Sublime Text package manager. Contribute to wbond/package_control development by creating an account on GitHub.
github.com
2. rename Package.Control.sublime-package to Package Control.sublime-package
3. place it to Sublime Text installed Packages directory (/Users/summit/Library/Application Support/Sublime Text/Installed Packages)
Result
Shift + command + p > Package Control is appeared.
Type "Package Control: Install Package
Package like "Compare Side-By-Side" can be installed.
Addtional thing
Package compare side-by-side is not compatible with sublime text 4. To fix this package you can follow the processes.
1. Move to the /Users/summit/Library/Application Support/Sublime Text/Installed Packages
2. Extract Compare Side-By-Side.sublime-package by archive utility
3. open sbs_compare.py file
4. Add the following limes to file
# move view 1 to group 1
new_window.set_view_index( new_window.active_view(), 0, 0 )
Reference
https://github.com/wbond/package_control/issues/1612
[ST3/4] Package Control not working on macOS · Issue #1612 · wbond/package_control
I tried instaling the Package Control via Command Palette and even manually but it was not working, after some debugging I found that the ctypes file for python3.3 are not being correctly loaded Th...
github.com
https://softhints.com/how-to-compare-files-in-sublime-text-4/
How to Compare Files in Sublime Text 4
To compare files in Sublime Text 4 (ST4), we can use the Sublime packages: * Compare Side-By-Side * DiffTabs Install new package To install a new package in Sublime Text 4 follow these steps: * Open Sublime Text 4 * go to "Tools" * "Command Palette" - CTRL
softhints.com