Sublime Text
From Wiki @ Karl Jones dot com
Revision as of 12:23, 8 September 2015 by Karl Jones (Talk | contribs)
Sublime Text is a cross-platform text editor and source code editor.
Contents
Description
Sublime Text natively supports many programming languages and markup languages
Application programming interface (API)
Sublime Text provides an application programming interface (API) which supports Python.
You can write Python scripts which use the API to automate text-related tasks.
Possibilities include:
- Creating new files
- Opening existing text
- Performing complex find-and-replace operations
- Generating text
- Launching other programs, for example FTP, and interacting with them
Plug-ins
The API allows for the development of plug-ins: distributable scripts which add new features, or modify existing features.
Many free plug-ins are available for Sublime Text. (TO DO: links to free plug-ins.)
Proprietary software
Sublime Text is proprietary software; all license revenue accrues to the developer.
See also
- Application programming interface (API)
- Plug-in (computing)
- Python (programming language)
- Source code editor
- Text editor
External links
- Official website
- Sublime Text @ Wikipedia