(Operation System : Ubuntu) I want to install Sublime ALignment plugin to my Sublime Text 2 .So, ı have installed Package Control plugin with this :

import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read())

But i couldn't install ALignment via Package Control. There isn't Install Package option on my Sublime Text 2.

Screenshot of Preferences > Package Control

enter image description here

Can you explain me how can i install Sublime Alignment (and other plugins) ?

link|improve this question

69% accept rate
feedback

1 Answer

That's very strange. Try removing Package Control from your Packages folder (Preferences > Browse Packages) and reinstalling. Make sure you restart Sublime Text after you install it. If it still doesn't appear, your best option is to contact Will Bond or file an issue on github (https://github.com/wbond/sublime_package_control/issues).

link|improve this answer
I have tried it . I'll file an issue .THank you. – Eray Feb 20 at 8:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.