Sublime Text provides cross-platform text and source code editing
Posted by: Jon Ben-Mayor on 02/19/2015 09:20 AM
[
Comments
]
Sublime Text is a cross-platform text and source code editor, with a Python application programming interface (API) which is entirely configured by editing text files.
Sublime Text is able to highlight syntax for a number of different programming languages including ActionScript, AppleScript, ASP, batch files, C, C++, C#, Clojure, CSS, D, Diff, Erlang, Go, Graphviz (DOT), Groovy, Haskell, HTML, Java, JSP, JavaScript, JSON, LaTeX, Lisp, Lua, Makefiles, Markdown, MATLAB, Objective-C, OCaml, Perl, PHP, Python, R, Rails, Regular Expressions, reStructuredText, Ruby, Scala, shell scripts (Bash), SQL, Tcl, Textile, XML, XSL, and YAML. In addition to those that are included with the initial package, users can download add-ons to enable support for other languages or syntaxes.
Sublime Text contains 22 different visual themes, with the option to download additional ones.

Sublime Text can be equipped with a package manager called Package Control that allows the user to find, install, upgrade and remove plug-ins, usually without restarting Sublime Text. The package manager keeps installed packages up-to-date with an auto-upgrade feature and a custom JSON-encoded channel/repository system. The package manager also includes a command to bundle any package directory into a .sublime-package file.
Features:
Goto Anything
Multiple Selections
Command Palette
Distraction Free Mode
Split Editing
Instant Project Switch
Plugin API
Customize Anything
Download @ http://www.majorgeeks.com/files/details/sublime_text.html
Sublime Text contains 22 different visual themes, with the option to download additional ones.

Sublime Text can be equipped with a package manager called Package Control that allows the user to find, install, upgrade and remove plug-ins, usually without restarting Sublime Text. The package manager keeps installed packages up-to-date with an auto-upgrade feature and a custom JSON-encoded channel/repository system. The package manager also includes a command to bundle any package directory into a .sublime-package file.
Features:
Download @ http://www.majorgeeks.com/files/details/sublime_text.html
Comments