Difference between revisions of "Sublime Text"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
(External links)
 
Line 46: Line 46:
 
[[Category:Text]]
 
[[Category:Text]]
 
[[Category:Text editors]]
 
[[Category:Text editors]]
 +
[[Category:Web design]]
 +
[[Category:Web design and development]]

Latest revision as of 06:44, 23 April 2016

Sublime Text is a cross-platform text editor and source code editor.

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

External links