Questions tagged [package-control]

Package Control is the standard package manager for Sublime Text plugins and extensions, created by Will Bond.

Package Control is the standard package manager for Sublime Text plugins and extensions, created by Will Bond. https://packagecontrol.io

92 questions
2
votes
1 answer

Is there any API for Sublime text's packages site?

Is there any API for Sublime text's package manager? I tried to find it but couldn't find any mention of it anywhere.
ziishaned
  • 4,944
  • 3
  • 25
  • 32
2
votes
3 answers

Installing numpy for Sublime Text 3

I'm using Sublime Text 3 on Ubuntu 14.04, and I'm just warming up to Package Management in Sublime. I came across this plugin Advanced CSV and installed it via Package Control but it says it requires the numPy library installed "in the packages…
Swapneel Mehta
  • 55
  • 1
  • 2
  • 12
2
votes
3 answers

packagecontrol.io is not working. How can I install package control and install packages?

When I am using below code to install Package Control on Sublime Text, I got URL Error Consolde Code import urllib.request,os,hashlib; h = '2915d1851351e5ee549c20394736b442' + '8bc59f460fa1548d1514676163dafc88'; pf = 'Package…
Kalaivanan
  • 459
  • 2
  • 8
  • 17
1
vote
1 answer

How to log commands that are run through command palette in Sublime Text 3

I know that commands can be logged by going to the console View -> Show Console and typing sublime.log_commands(True) However, the commands that are run through the command palette are not logged, it just shows: command: show_overlay {"overlay":…
ag07
  • 369
  • 1
  • 4
  • 9
1
vote
1 answer

Package Control: The dependency 'markupsafe' is not currently installed

While trying to install Git​Gutter on Sublime Text 3, I get the following in Console: ignored packages updated to: ["GitGutter", "Vintage"] reloading settings Packages/User/Package Control.sublime-settings reloading settings…
Sepideh Abadpour
  • 2,550
  • 10
  • 52
  • 88
1
vote
0 answers

Sublime Text breaks after tree view refreshment and requires an OS reboot to work again (Linux)

I'm currently struggling with a bug(?), which completely breaks Sublime after some time of using it and requires a complete OS reboot to make it work again. The only correlation I found so far is that this always happens whenever a tree view…
1
vote
1 answer

Move cursor after selected an item in autocompletion list

I implemented a Autocompletion plugin for SublimeText import sublime_plugin import sublime tensorflow_functions = ["tf.AggregationMethod()","tf.Assert()","tf.AttrValue()","tf.AttrValue.ListValue()", etc...] class…
Baptiste Arnaud
  • 2,522
  • 3
  • 25
  • 55
1
vote
0 answers

Sublime Text There are no packages available for installation without proxy settings

i'm using sublime text 3. At work we have proxy connection so i edited sublime settings and voila i can install packages through proxy. But when i get home and try to install new package after removed proxy lines from sublime settings it says "There…
1
vote
1 answer

Sublime Text 3 package control is not installing, what am I doing wrong?

I installed package control before and am currently using Emmet in Sublime Text 3 fine, but I am trying to install a new package control for syntax highlighting in Laravel, but I am having trouble installing package control when I paste in the…
Simon Suh
  • 10,599
  • 25
  • 86
  • 110
1
vote
0 answers

How to stop Sublime Text Elm Language Support from creating new elm-package.json files?

Every time I open an Elm file in Sublime Text after installing the Elm Language Support package, it generates a new elm-package.json file in the file's directory, even though I already have an elm-package.json file in the project's root. Behavior…
neurodynamic
  • 4,294
  • 3
  • 28
  • 39
1
vote
1 answer

Is there a way to roll back to a previous version of a Sublime Text plugin using Package Control?

For context, I am testing the use of SystemVerilog plugin at work. I submitted an issue last week to that package's bitbucket issue tracker, and to their credit they fixed the issue within days. I think, however, that the change may have…
1
vote
1 answer

Is it possible to host Package Control for Sublime Text locally?

We have a development network that does not connect to the Internet. Sublime Text is one of the editors we use the most. Is it possible to run Package Control locally? I realize we would lose the benefits of automatic updates; however I'm mainly…
user1535152
  • 256
  • 4
  • 17
1
vote
1 answer

How do I remove a package from Package Control but not uninstall it for current users?

I have a ST3 package hosted on GitHub and available through Package Control. It has been superseded by a new package that I wrote, but I keep getting bug reports for the old one since many people are still using it. What is the correct way to remove…
user2664470
  • 781
  • 1
  • 7
  • 17
1
vote
1 answer

How to uninstall a package in sublime text (elaborate)

I have found a link that explains how to add a command to uninstall a package in the package control: How to remove a package in sublime text 2. I need more elaboration on the answer in the link above. I don't understand what…
Kellen Stuart
  • 7,775
  • 7
  • 59
  • 82
1
vote
0 answers

SublimeREPL: Not able to find sublimeREPL in package control: install package

I am trying to run Scala from Sublime text 3 and want to enable console input. I found out that it can be done using SublimeREPL. But i am not able to find that in Package Control: Install Package I also searched under "Package Control: Enable…
Jatin Singla
  • 293
  • 4
  • 12