PHP Classes

File: sublime_text2_tips_tricks.txt

Recommend this page to a friend!
  Classes of Kabir Hossain   PHP CodeIgniter Tips Tricks   sublime_text2_tips_tricks.txt   Download  
File: sublime_text2_tips_tricks.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: PHP CodeIgniter Tips Tricks
Collection of tips and examples to use CodeIgniter
Author: By
Last change:
Date: 1 month ago
Size: 833 bytes
 

Contents

Class file image Download
A. Go to Preferences / Key Bindings - User (a blank file will open) B. In that file paste the following piece of code: [ { "keys": ["ctrl+shift+r"], "command": "reindent" , "args": {"single_line": false}} ] To install ?Package Control,? open Sublime and press Control + `. Next, paste the following snippet into the console. 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()) Lastly, restart Sublime Text, and browse to Preferences -> Package Settings. If the installation was successful, you?ll now see a Package Control item in that list. Alignment SELECT text that want to alignment, press: Control+Command+A