Sublime Text

From Wiki @ Karl Jones dot com
Jump to: navigation, search

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