I managed to install the package manger in Sublime Text 3 on OSX. When I go to add a package to it, I don't see SFTP as an option.
I did this on my Windows machine not long ago and everything went smoothly.
Am I missing something? Any reason SFTP couldn't show up as an option in the package manager to install?
Thanks!
Related
The title pretty much says it.
I installed NixOS 20.03 in a virtual machine to play a little with it and, if all goes well, install it on my work laptop.
I use Unison's gui, unison-gtk, to keep the laptop and my main production machine in sync. I found the unison package on the search page, but this package does not install unison-gtk, and there seems to be no package for it either. How can I install it?
Thanks in advance.
In NixOS, the unison package includes a GUI, no need for a separate package.
I know that this is not a programming question. But it is stopping me programming.
I have installed Sublime Text 3. Now I am trying to install Package Control. My ultimate aim is to install the package which does syntax highlighting for CJSX files.
The problem is that when I install the Package Control manager this breaks Sublime Text 3. Specifically many menu items are missing. And the programme crashes. I keep going round in circles: install Sublime Text / it works / try to install Package Control (following both the console method or the manual method here: https://packagecontrol.io/installation) / Sublime Text breaks / uninstall - repeat.
It makes no difference how I install Sublime Text - manually with a tar file, using a .deb file, or using apt-get.
This is on Ubuntu 14.04.
Since a new version 3.1.0 of package control has been released a few hours ago, it could be a bug related to this version. I suggest you to post your bug on their issue tracker
Just visit this Link and execute the python code by opening command prompt
Ctrl+` for opening the command prompt, Both versions of Sublime Text(2/3) are provided there.
I had originally used the code given at https://packagecontrol.io/installation to install package manager when I upgraded to Sublime 3.
Now although the Package Control.sublime-package file is in Installed Packages, there is no way for me to access package manager (i.e. Ctrl + Shift + P) doesn't give it as an options.
OK, I tried reinstalling Sublime. It didn't change anything, but I then went in and deleted the Sublime Text 3 folder, which contained package manager files and package files.
This file wasn't changed during the reinstall.
I then was able to start from scratch, reinstall package manager and can now use it properly.
I cannot install ST3's SFTP plugin on Windows 7 64bit. It is installed but all its menus are greyed out, not active.
I read support. It says:
To fix this, please perform the following:
Open Preferences > Browse Packages… Navigate into the SFTP/ folder and
open SFTP.py in Sublime.
I open Browse Packages... as written but there is no SFTP/ folder in Sublime Text 3\Packages folder thet is opened. Neither in Sublime Text 3\Packages nor in Sublime Text 3\Packages\User. I only have two folders there:
\Sublime Text 3\Packages\Package Control
\Sublime Text 3\Packages\User
What do I do wrong? How may install or set the plugin correctly? On my computer the mentioned directory located here C:\Users\user\AppData\Roaming\Sublime Text 3\Packages\. May ST3 install plugin to some other directories?
Only testing version of the SFTP plugin works in Sublime Text 3.
How To :
Run "Package Control: Add Repository" command
Paste "http://sublime.wbond.net/testing/packages.json" (official repo)
Install or upgrade SFTP plugin from the Package Control
Done ;)
SFTP doesn't work in Sublime Text 3. At least on Windows 7 64 bit. But it works fine in Sublime Text 2. So I uninstalled ST3, installed ST2 and installed SFTP plugin. And am quite happy.
Had troubles finding the folder... Turned out it was located at c:\Users\PROFILENAME\AppData\Roaming\Sublime Text 3\
Though I can't get the package to work properly ><
From Package Control (Cntrl + Shift + p as shortcut) you can do:
Search for Package Control: Install Package
Search SFTP and install it
And you will have your SFTP plugin installed correctly, without having to add any repositories.
I have started using sublime text 2 on linux mint. It is installed under
~/.config/sublime-text-2/
There is a Packages folder in this directory. I downloaded the zip file for the Package Control and unzipped in the Packages directory. Now I can install new packages using the install command. But I don't know where these packages are being installed. I cannot use the newly installed packages. Also I don't see them under ~/.config/sublime-text-2/Packages.
Thanks for your help.
I'm also using Linux Mint and can tell you that it stores everything in ~/.Sublime Text 2.
Also I would use the copy-paste the code snippet on the Package Control website to get Package Control up and running. I've never tried the method your describing for installing Package Control as the copy-paste method has always worked for me.
Exactly, Package Control folder under ~/.config/sublime-text-2/Packages.
If you are root, it will be /.config/sublime-text-2/Packages, but when you is user, it will be /home/[user_name]/.config/sublime-text-2/Packages.
So, by other way:
open your Sublime
open Preferences > Package Settings > Package Control > Settings - User
And see the path in Sublime title or Ctrl + O