package-control

Installing numpy for Sublime Text 3

删除回忆录丶 提交于 2021-01-04 05:57:47
问题 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 folder". Now I'm a little confused as to what that means and I've found a number of similar questions but it was with respect to plugin development hence I didn't really understand them. My question is do I achieve this by a standard installation of a

Installing numpy for Sublime Text 3

久未见 提交于 2021-01-04 05:57:31
问题 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 folder". Now I'm a little confused as to what that means and I've found a number of similar questions but it was with respect to plugin development hence I didn't really understand them. My question is do I achieve this by a standard installation of a

How do i use package control to install packages in sublime text?

不打扰是莪最后的温柔 提交于 2020-01-13 10:52:49
问题 I am using sublime text 2. I have successfully installed Package Control. Now that Package Control is installed, how do I go about installing packages? 回答1: On a mac use cmd + shift + p (or click Tools -> Command Palette ) and type install into the dropdown menu. It should bring up Package Control : Install Package . Hit enter and start typing the name of the package you wish to install. 回答2: Installing Packages on sublime3: Press Ctrl+Shift+P Then type install and select first option Package

Sublime Text 2 plugin to sort your functions alphabetically

柔情痞子 提交于 2020-01-03 14:13:54
问题 I am building many functions in my application and now I want to alphabetise them. Is there any function in Sublime Text 2 that will do this automatiaclly. It should change these public function login_1() { ........ } public function about() { ........ } public function close() { ........ } Into these public function about() { ........ } public function close() { ........ } public function login_1() { ........ } 回答1: I wonder if you are using PHP, from the syntax you provided it seems you do.

Sublime Text How to add package to global repository

こ雲淡風輕ζ 提交于 2019-12-20 04:09:27
问题 I created a plugin for sublime and I called it "sublimecastling". The main idea is to replace 2 selected fields. So I'll be glad to know whether it's possible to add it to your Sublime repository in order users could install the plugin via package-control. The github link is provided below, https://github.com/unknownuser88/sublimecastling 回答1: If you want to make a plugin available via Package Control, visit the documentation page on the Package Control website and click on Submitting a

Sublime Text Package Control search not work properly

眉间皱痕 提交于 2019-12-13 18:16:47
问题 Have trouble with Sublime Text 3 and Package Control . Can't find some packages through search (some plugins finds, some not), for example Color Picker plugin (https://sublime.wbond.net/packages/ColorPicker). Tried to reinstall Package Control and re-add repository but without results. What could be the reason? 回答1: The most likely explanation is that you already installed ColorPicker at some point, and this is the reason it's not showing up in the searches you do via the Command Palette,

Sublime Text 2 Package Control installed but is deleted upon Restart

浪子不回头ぞ 提交于 2019-12-12 02:44:42
问题 I have copied Package Control.sublime-package in the directory ~/Library/Application\ Support/Sublime\ Text\ 2/Installed\ Packages/ as per instructions in https://packagecontrol.io/installation#st2 However, after restarting Sublime, the file gets deleted! None of the answers in Sublime Text 2 - Package Control installed but the list not shown helps to solve this problem. Any idea what is going on here? 来源: https://stackoverflow.com/questions/33844131/sublime-text-2-package-control-installed

Why is Sublime Package Control not working?

爷,独闯天下 提交于 2019-12-10 17:18:28
问题 I have already installed Sublime Text 2 , and following this guide, I installed the Package Control ; once that I used the Ctrl + Shift + P shortcut in Sublime, and when I type install , the option is not there for installing. I don't want to install manually all the plugins, that would be a nightmare. 回答1: I'm sure that your Package Control is ignored, i had the same problem time ago, just go to Preferences -> Settings - User , and remove Package Control from the list of ignored packages.

Sublime Text 2 packages ignored

こ雲淡風輕ζ 提交于 2019-12-06 18:11:25
问题 So after switching over to Sublime Text last year, it has become my editor of choice, and I have installed several different packages via the excellent Package Control and basically customized it all to my liking. After a couple months of infrequent use, I jumped back into a code-intensive project and fired up ST2 only to find that none of my packages are working. After some digging, it finally occurred to me to open my preferences file, only to find all of my installed packages in the

Sublime Text 2 packages ignored

空扰寡人 提交于 2019-12-04 22:16:53
So after switching over to Sublime Text last year, it has become my editor of choice, and I have installed several different packages via the excellent Package Control and basically customized it all to my liking. After a couple months of infrequent use, I jumped back into a code-intensive project and fired up ST2 only to find that none of my packages are working. After some digging, it finally occurred to me to open my preferences file, only to find all of my installed packages in the "ignored_packages" list. WTF? Has anyone else experienced this or know what would have caused this? I do some