Download presentation
Presentation is loading. Please wait.
Published byLogan Simpson Modified over 9 years ago
1
Plug-Ins and Add-ons
2
Open Source, Free Text Editor Currently in Beta for Sublime Text 3 Sublime Text 2 is good enough, still supported
3
Allows you to install, remove, modify plug ins from Sublime Text Ctlr+Shift+P or Cmd+Shift+P import urllib2,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404' + 'e330c659d4bb41d3bdf022e94cab3cd0'; pf = 'Package Control.sublime- package'; ipp = sublime.installed_packages_path(); os.makedirs( ipp ) if not os.path.exists(ipp) else None; urllib2.install_opener( urllib2.build_opener( urllib2.ProxyHandler()) ); by = urllib2.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); open( os.path.join( ipp, pf), 'wb' ).write(by) if dh == h else None; print('Error validating download (got %s instead of %s), please try manual install' % (dh, h) if dh != h else 'Please restart Sublime Text to finish installation')
4
Type: “Package Control: Install Package”
5
Type the name of plug in Hit enter
6
Hate counting brackets? Shows a small icon in the margin to ID opening/closing brackets
7
Instantly reloads the page whenever you save Need to install extension for browser Button appears in corner Activate Magic
8
Shows errors and non best practice code Node.js needs to be downloaded for JavaScript
9
Runs CSS through a database to make it cross browser compatible Not automatic, have to press a button (or two)
10
Streamlines creating comments Type ‘ /* ’ and press ‘enter’ or ‘tab’ ◦ Creates a new line and the ‘ */ ’
11
Before a function: creates a template comment // followed by shift+enter creates comment decoration
12
Adds functionionality to sidebar ◦ Open in browser ◦ Send to trash ◦ Cut/paste ◦ Etc. Downside: Manual Installation
13
Allows you to see the history of the file Similar functionality to SmartGit Git must be installed Path must be defined
14
Gives you more options for color themes Necessary? Eh. Just cool to have the option to do
15
Package Control: ◦ https://sublime.wbond.net/ Bracket Highlighter: ◦ https://github.com/facelessuser/BracketHighlighter LiveReload: ◦ https://github.com/dz0ny/LiveReload-sublimetext2 SublimeLinter: ◦ https://github.com/SublimeLinter/SublimeLinter-for-ST2 Prefixr: ◦ http://wbond.net/sublime_packages/prefixr DocBlockr: ◦ https://github.com/spadgos/sublime-jsdocs Sidebar Enhancements: ◦ https://github.com/titoBouzout/SideBarEnhancements Git: ◦ https://github.com/kemayo/sublime-text-git/wiki Daryl Reese Themes: ◦ https://github.com/daylerees/colour-schemes
16
1. What are some of the benefits of Sublime Text over other text editora? 2. Why should you install the plug-in package control? 3. Name a plug-in for Sublime Text and explain what it does. 4. What are some differences between ST2 and ST3 Beta?
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.