Plug-Ins and Add-ons.  Open Source, Free Text Editor  Currently in Beta for Sublime Text 3  Sublime Text 2 is good enough, still supported.

Slides:



Advertisements
Similar presentations
COMPANY LOGO HERE Getting Started 1. Download the setup file: Go to Click on the Visit Setup Page link (includes Java.
Advertisements

Click Here for Download the Installation Files Click Here for Guide How to Extract Installation Files.
Adding a Crystal Report to M3 This presentation will assist you in adding a custom Crystal report into Millennium 3.
CSW131 Steven Battilana 1 CSW 131 Free MS Software (MSDNAA) MS Visual Web Developer W3 / Mozilla Code Validators Uploading Your Website Summer 2013 Prepared.
Creating and Editing a Web Page Using Inline Styles
Google Apps Access Google Apps from the Parkland Intranet Page:
Using Advanced Cascading Style Sheets
Excel application for accounting principles. Contents (1) The content of Excel screen. (2) The Excel ribbon. (3) How to create new workbooks. (4) Excel.
1 eclipse Tips. 2 What is eclipse? Eclipse is a popular IDE (Integrated Development Environment) that we will use to create, compile, execute, and test.
Microsoft Expression Web-Illustrated Unit L: Using Code Tools.
Using a Template to Create a Resume and Sharing a Finished Document
WPML Translation plugin is the best option when you need to translate your Wordpress website into multiple languages. The plugin makes it easy to translate.
E-Portfolio Using sites.Google.com. Why Google? Easy to use Easy to share Accessible Permanent.
Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
Microsoft Office Illustrated Using Advanced Features.
Copyright 2007, Paradigm Publishing Inc. POWERPOINT 2007 CHAPTER 1 BACKNEXTEND 1-1 LINKS TO OBJECTIVES Create Presentation Open, Save, Run, Print, Close,Delete.
Professor Joe Perret Pierce College Transition to Microsoft Office 2007.
Wordpress Tutorial 22 – 24 April Table of Contents Introduction Designing blog Writing and Publishing blog Pages Posts Categories Tags Links Comments.
1. 2 LXU800 User’s Manual 1.Installation – Windows XP UI Features Introduction Data Connection & Disconnection.
Creating a Web Page HTML, FrontPage, Word, Composer.
Apex SIG May 2015 Paul Chester. 0 0 Apex Themes and Templates.
Browser Comparisons - Convenience Internet Explorer 8 & 9, Chrome 11 and Firefox 4 Searching, Convenience & Add-ons.
Citation Management: Using Zotero Brought to you by: Research Commons [Dana C., Mehdi P., Sarah E.] September 26, 2012.
1 eclipse Tips. 2 What is eclipse? Eclipse is a popular IDE (Integrated Development Environment) that we will use to create, compile, execute, and test.
MS FrontPage 2: Developing a web site for the Sunny Morning Products Yong Choi CSU Bakersfield.
Week 4  Using PHP with HTML forms  Form Validation  Create your own Contact form Please Visit:
HTML Concepts and Techniques Fourth Edition Project 8 Creating Style Sheets.
Making an HTML Document Notepad Group Bo Kim Dan Carter Han Chong Justin Weaver Kris Lamont.
The Mitel Audio and Web Conferencing (AWC) site is compatible with Windows. It is not compatible with Apple products. To access Mitel AWC, go to,
1 Test Automation For Web-Based Applications Selenium HP Web Test Tool Training Portnov Computer School.
Selenium Web Test Tool Training Using Ruby Language Discover the automating power of Selenium Kavin School Kavin School Presents: Presented by: Kangeyan.
Digital Alchemy | 5750 Stratum Drive Fort Worth, Texas | Phone: Fax: | Rate Code Manager Tutorial.
POWERPOINT 2007 TUTORIAL Features you must know. Adding a new slide  Using the same topic of interest. On Slide 1 make a Title Page.  Right click on.
FireRMS NEMSIS (Part 2) Presented by Laura Small FireRMS Quality Assurance.
ASP Introduction Y.-H. Chen International College Ming-Chuan University Fall, 2004.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved Business Driven Information Systems 2e Plug-In T6: Basic Skills and Tools Using.
MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # ) Chapter Four Windows Server 2008 Remote Desktop Services,
Lecture Note 1: Getting Started With ASP.  Introduction to ASP  Introduction to ASP An ASP file can contain text, HTML tags and scripts. Scripts in.
Hélène kay Webdiva Consultants Dreamweaver Week 8 hélène kay hélène kay.
Diagnostic Pathfinder for Instructors. Diagnostic Pathfinder Local File vs. Database Normal operations Expert operations Admin operations.
Introducing Cascading Style Sheets. Cascading Style Sheet Basics  Cascading Style Sheet Basics  Creating Styles  Using Styles  Manipulating Styles.
Grade Quick Training Level I Please do not log on.
Quick Introduction to creating Eyeblaster ads.  Steps for creating an Eyeblaster ad  Building Eyeblaster compatible flash assets  Adding Eyeblaster.
Web Design (4) Validation and Tag Attributes. Brackets - text colours Commented-out items:grey Tags:blue Attribute names:green Text in double quotes:orange.
Dreamweaver MX. 2 Tools for Code Editing (p. 366) n An HTML editor like Dreamweaver writes most of the code you need, but at times you will need to perform.
Building the CarryDrop simulation in Eclipse Creating a new project with existing code from John Murphy’s RePast tutorial.
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
Bidding Process. Computer Settings in a Minute Log on to Click on IE Settings located at the bottom of the.
Basics of the Endnote bibliography and refererence manager program Attila Skulteti
APP DESIGN AND DEVELOPMENT WITH THE IONIC FRAMEWORK Chuck Leone
An Easy 21st Century Student-Centered Tool Your Class Can’t Be Without Wikis for Everyone!
error-message-in-windows-10-upgrade.
© 2015 Ex Libris | Confidential & Proprietary Yoel Kortick Senior Librarian Cataloging introductory flow.
PhoneGap. web-based mobile development framework, based on the open-source Cordova project. use standard web technologies such as HTML5, CSS3, and JavaScript.
How to pay with your credit card IE, CHROME for Windows.
Visual Basic .NET BASICS
Development Environment
Tutorial 2 Programming Editors Recommendation & Cordova Plugin Installation and Management Li Xu Department of Systems Engineering.
Remote Access: Guide for Windows
Microsoft Visual Basic 2005 BASICS
CONTENT MANAGEMENT SYSTEM CSIR-NISCAIR, New Delhi
Project 8 Creating Style Sheets.
How to install Skype (Step by Step Guide).
Cataloging introductory flow
JavaTeaching and Importing a github repository
Microsoft PowerPoint 2007 – Unit 2
Summer 2013 Prepared by Prof. B. INDEX
Visual Studio Code Walkthrough
Selenium IDE Installation and Use.
Presentation transcript:

Plug-Ins and Add-ons

 Open Source, Free Text Editor  Currently in Beta for Sublime Text 3  Sublime Text 2 is good enough, still supported

 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( ' + 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')

 Type: “Package Control: Install Package”

 Type the name of plug in  Hit enter

 Hate counting brackets?  Shows a small icon in the margin to ID opening/closing brackets

 Instantly reloads the page whenever you save  Need to install extension for browser  Button appears in corner  Activate  Magic

 Shows errors and non best practice code  Node.js needs to be downloaded for JavaScript

 Runs CSS through a database to make it cross browser compatible  Not automatic, have to press a button (or two)

 Streamlines creating comments  Type ‘ /* ’ and press ‘enter’ or ‘tab’ ◦ Creates a new line and the ‘ */ ’

 Before a function: creates a template comment  // followed by shift+enter creates comment decoration

 Adds functionionality to sidebar ◦ Open in browser ◦ Send to trash ◦ Cut/paste ◦ Etc.  Downside: Manual Installation

 Allows you to see the history of the file  Similar functionality to SmartGit  Git must be installed  Path must be defined

 Gives you more options for color themes  Necessary? Eh.  Just cool to have the option to do

 Package Control: ◦  Bracket Highlighter: ◦  LiveReload: ◦  SublimeLinter: ◦  Prefixr: ◦  DocBlockr: ◦  Sidebar Enhancements: ◦  Git: ◦  Daryl Reese Themes: ◦

 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?