Sublime Text 3 "Package Control Can't Be Found" - macos

I'm using Sublime Text 3 Build 3083 and I just opened up the app today and tried to use some packages I installed and none of them seemed to be working. When I listed the packages and tried to open one (Package Control for example) I see the error “Package Control can’t be found.”
This is happening with all of the packages in my Installed Packages folder /Users/me/Library/Application Support/Sublime Text 3/Installed Packages Has anyone experienced this and if so how can it be fixed? Thanks!

Related

Problems running on iOS

I've tried on 3 different computers but it still has the same problem that prevents me from running the project on the Mac. When I use Windows and connect to my Mac to run, it shows the same error on all 3 computers.
The error message displayed:
Can not resolve reference: /Library/Frameworks/Xamarim.iOS.framework/Versions/Current/lilb/mono/Xamarin.iOS/Facades/System.Memory.dll
Quick fix steps
VS on PC:
in iOS poject open References list
find Xamarin.iOS and check the path in properties
open containing folder, open Facades folder, copy System.Memory.dll
Mac:
open Finder and Go > Go to folder... > type Library
find:
Library/Frameworks/Xamarim.iOS.framework/Versions/Current/lilb/mono/Xamarin.iOS/Facades/
paste System.Memory.dll
.. rebuild and you are good to go
From what I understand, this is usually do to a pending update for Xcode.
Make sure Xcode is installed and updated. Once it is updated, launch Xcode to ensure that all updates are finished(I don't know why, but a lot of times you have to run Xcode for the update to finalize.)
Then clean and rebuild your project. That should fix the issue.

How to see Python Packages in Finder

I have been trying to delete some Python packages, and found the path for them in the Terminal, and it gave me /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages, but for some reason I went into Library in my Finder and Frameworks wasn't there.
You're looking at your user Library (~/Library), not your system library where python is installed (/Library).
In Finder, press ⌘shiftG and then enter /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages, but it's probably best to just uninstall your packages completely and correctly.

Sublime Text 3 overwrites manually installed package in OSX

Following instructions to manually install arduino IDE here
Reason for manual installation is because package manager has an older version of the plugin (10 months).
After placing it in ../Packages, I open ST3 and watch Finder. Initially, the folder extracted is named "Stino-new-stino". A folder is created at ../Packages/User/Stino with what seems to be options for the topmenu, and then the Stino-new-stino folder is deleted.
Tried to put extracted folder into ../Installed Packages, as well as ../Packages/User, but doesn't get detected.
Also noticed that my TomorrowTheme package got moved into my ../Packages/User/SublimeLinter.
I removed SublimeLinter and it still seems to be happening so I'm thinking it's an ST3 thing.
There was some funky beta code happening and had to remove package-metadata.json for it to stop deleting itself.

Syntax Highlighting for Textmate and CUDA

Does anybody know how I can add syntax highlighting for CUDA (.cu) files in Textmate for mac. I would be enough if he would recognize a .cu file as a .c file with the same highlighting. The Problem is if I save it as a .cu I don't have any highlighting.
Thanks
You can download this package designed by "sublimetext-cuda-cpp".
You install the package by cloning the repository to your Sublime Text 2 Packages directory:
cd <package directory>
git clone git://github.com/harrism/sublimetext-cuda-cpp.git
Restart Sublime Text afterward, switch to CUDA C++ as highlighting profile and try it out with one of the commands above.
You don't have git installed in your mac, you have to download it and install it, here you have all the files and information need to install gif.
You can try also to use CTags bundle for TextMate. All the details about how to install it here.
Or you can do also download this bundle which (in cutting-edge versions of TextMate) can be installed by unpacking the zip file and double-clicking on the CTags.tmbundle file. Help is available within the bundle.

Adding Sublime Text back to gitbash command line

I'm new to programming and bash scripts, so this might be an easy question.
A while back, I installed Sublime Text 2 and did something with my system's Path, so that whenever I type
$ sublime_text file.py
it would either open or create file.py in the current folder with Sublime.
However, if I do that now, I get an error message that "This build of Sublime has expired."
Any ideas on what I need to do now?
Thanks!
You may be using a beta build of Sublime Text 2. Update your application and make sure you have the latest version by downloading the latest build from here

Resources