Difference between revisions of "Sublime Text"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→Plug-ins) |
Karl Jones (Talk | contribs) (→External links) |
||
Line 41: | Line 41: | ||
* [http://www.sublimetext.com/ Official website] | * [http://www.sublimetext.com/ Official website] | ||
* [https://en.wikipedia.org/wiki/Sublime_Text Sublime Text] @ Wikipedia | * [https://en.wikipedia.org/wiki/Sublime_Text Sublime Text] @ Wikipedia | ||
+ | |||
+ | [[Category:Computer programs]] | ||
+ | [[Category:Software]] | ||
+ | [[Category:Text]] | ||
+ | [[Category:Text editors]] |
Revision as of 06:43, 23 April 2016
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.
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