260 likes | 612 Views
Sublime Text 2. Lightweight sophisticated text editor Presenter: Eugen Eremia. Contents. General Information Main features Other Features. General Info. Cross platform text editor Optimized for speed and beauty Takes advantage of native functionality of the platform it runs on
E N D
Sublime Text 2 Lightweight sophisticated text editor Presenter: EugenEremia
Contents General Information Main features Other Features
General Info • Cross platform text editor • Optimized for speed and beauty • Takes advantage of native functionality of the platform it runs on • Costs $59, but can be tried for free for unlimited time (with dialog pop-up every two hours) • Download/buy from http://www.sublimetext.com/2
Main Features Goto Anything Command Palette Split Editing Customize Anything Distraction Free Mode Minimap Cross Platform
Goto Anything • Triggered with Ctrl+P, it is possible to: • Type part of a file name to open it. • Type @ to jump to symbols, # to search within the file, and : to go to a line number.
Command Pallette • Holds infrequently used functionality, like: • Sorting • Changing the Syntax • Changing the indentation settings • Triggered by Ctrl+Shift+P.
Split Editing • Edit files side by side • Multiple rows and columns • Multiple windows on multiple monitors • Found in View/Layout • Main triggers: Alt+Shift+1, Alt+Shift+2, … • Drag already opened files into new windows or splits
Customize Anything • Customization using JSON format • Flexibility of customization on: • per-file basis • per-project basis • Some of the customizable items: • Key Bindings • Menus • Snippets • Macros
Distraction Free Mode • Full screen, chrome free editing • Incrementally show elements of the UI, such as tabs and the find panel, as you need them. • Triggered by Shift+F11 or View/Enter Distraction Free Mode menu
Minimap • A minimized version of the current code • Displays an average of 100 lines • Easy overview • Easy navigation
Cross Platform • Available for: • Mac OS • Windows • Linux • One license is all a user needs for all computers Sublime is installed, regardless of the OS in use.
Other Features Plugins Snippets Macros
Plugins • Package is the name used for plugins • Install “Package Control” to easily manipulate plugins:http://wbond.net/sublime_packages/package_control
Plugins • Many packages can be found on http://wbond.net/sublime_packages/community • Can be installed from command pallete • Essential pluginshttp://net.tutsplus.com/tutorials/tools-and-tips/essential-sublime-text-2-plugins-and-extensions/
Snippets • Easily installed with command pallete • Are only available if the file type corresponds to the snippets settings • Can be added either using: • Tools / Snippet… menu • Command pallete: Ctrl+Shift+P and type the name of the package, and choose snippet
Macros • Easy to record and use • Possibility to attach a key binding: http://sublimetext.info/docs/en/reference/key_bindings.html