Logo
Unionpedia
Communication
Get it on Google Play
New! Download Unionpedia on your Android™ device!
Install
Faster access than browser!
 

TextMate

Index TextMate

TextMate is a general-purpose GUI text editor for Mac OS X created by Allan Odgaard. [1]

49 relations: Apache Subversion, App Store (macOS), Apple Design Awards, Apple Worldwide Developers Conference, Bash (Unix shell), BBEdit, Binary-safe, Blog, California, Clipboard (computing), Code folding, Comparison of text editors, Concurrent Versions System, Darcs, David Heinemeier Hansson, Declarative programming, Emacs, Emacs Lisp, Environment variable, File manager, File Transfer Protocol, GitHub, GNU General Public License, Graphical user interface, Internet Relay Chat, Interpreter (computing), MacOS, Markdown, MIPS architecture, Oniguruma, PHP, Property list, Regular expression, Ruby (programming language), Ruby on Rails, San Francisco, Shebang (Unix), Shell (computing), Snippet (programming), Source code, Source code editor, Standard streams, Syntax highlighting, Tab (GUI), Text editor, Tooltip, Version control, W3C Markup Validation Service, Wiki.

Apache Subversion

Apache Subversion (often abbreviated SVN, after its command name svn) is a software versioning and revision control system distributed as open source under the Apache License.

New!!: TextMate and Apache Subversion · See more »

App Store (macOS)

The App Store is a digital distribution platform for macOS apps, created by Apple Inc. The platform was announced on October 20, 2010, at Apple's "Back to the Mac" event.

New!!: TextMate and App Store (macOS) · See more »

Apple Design Awards

The Apple Design Awards (also known as the ADA) is a special event hosted by Apple Inc. at its annual Worldwide Developers Conference.

New!!: TextMate and Apple Design Awards · See more »

Apple Worldwide Developers Conference

The Apple Worldwide Developers Conference (WWDC) is a conference held annually by Apple Inc. in San Jose, California.

New!!: TextMate and Apple Worldwide Developers Conference · See more »

Bash (Unix shell)

Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell.

New!!: TextMate and Bash (Unix shell) · See more »

BBEdit

BBEdit is a proprietary text editor made by Bare Bones Software, originally developed for Macintosh System Software 6, and currently supporting macOS.

New!!: TextMate and BBEdit · See more »

Binary-safe

A binary-safe function is one that treats its input as a raw stream of bytes and ignores every textual aspect it may have.

New!!: TextMate and Binary-safe · See more »

Blog

A blog (a truncation of the expression "weblog") is a discussion or informational website published on the World Wide Web consisting of discrete, often informal diary-style text entries ("posts").

New!!: TextMate and Blog · See more »

California

California is a state in the Pacific Region of the United States.

New!!: TextMate and California · See more »

Clipboard (computing)

The clipboard is a data buffer used for short-term data storage and/or data transfer between documents or applications used by cut, copy and paste operations and provided by the operating system.

New!!: TextMate and Clipboard (computing) · See more »

Code folding

Code folding is a feature of some text editors, source code editors, and IDEs that allows the user to selectively hide and display – "fold" – sections of a currently-edited file as a part of routine edit operations.

New!!: TextMate and Code folding · See more »

Comparison of text editors

This article provides basic comparisons for common text editors.

New!!: TextMate and Comparison of text editors · See more »

Concurrent Versions System

The Concurrent Versions System (CVS), also known as the Concurrent Versioning System, is a free client-server revision control system in the field of software development.

New!!: TextMate and Concurrent Versions System · See more »

Darcs

Darcs is a distributed version control system created by David Roundy.

New!!: TextMate and Darcs · See more »

David Heinemeier Hansson

David Heinemeier Hansson (born 15 October 1979; also known to the Ruby programming language and automobile racing communities as DHH) is a Danish programmer and the creator of the popular Ruby on Rails web development framework and the Instiki wiki.

New!!: TextMate and David Heinemeier Hansson · See more »

Declarative programming

In computer science, declarative programming is a programming paradigm—a style of building the structure and elements of computer programs—that expresses the logic of a computation without describing its control flow.

New!!: TextMate and Declarative programming · See more »

Emacs

Emacs is a family of text editors that are characterized by their extensibility.

New!!: TextMate and Emacs · See more »

Emacs Lisp

Emacs Lisp is a dialect of the Lisp programming language used as a scripting language by Emacs (a text editor family most commonly associated with GNU Emacs and XEmacs).

New!!: TextMate and Emacs Lisp · See more »

Environment variable

An environment variable is a dynamic-named value that can affect the way running processes will behave on a computer.

New!!: TextMate and Environment variable · See more »

File manager

A file manager or file browser is a computer program that provides a user interface to manage files and folders.

New!!: TextMate and File manager · See more »

File Transfer Protocol

The File Transfer Protocol (FTP) is a standard network protocol used for the transfer of computer files between a client and server on a computer network.

New!!: TextMate and File Transfer Protocol · See more »

GitHub

GitHub Inc. is a web-based hosting service for version control using Git.

New!!: TextMate and GitHub · See more »

GNU General Public License

The GNU General Public License (GNU GPL or GPL) is a widely used free software license, which guarantees end users the freedom to run, study, share and modify the software.

New!!: TextMate and GNU General Public License · See more »

Graphical user interface

The graphical user interface (GUI), is a type of user interface that allows users to interact with electronic devices through graphical icons and visual indicators such as secondary notation, instead of text-based user interfaces, typed command labels or text navigation.

New!!: TextMate and Graphical user interface · See more »

Internet Relay Chat

Internet Relay Chat (IRC) is an application layer protocol that facilitates communication in the form of text.

New!!: TextMate and Internet Relay Chat · See more »

Interpreter (computing)

In computer science, an interpreter is a computer program that directly executes, i.e. performs, instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program.

New!!: TextMate and Interpreter (computing) · See more »

MacOS

macOS (previously and later) is a series of graphical operating systems developed and marketed by Apple Inc. since 2001.

New!!: TextMate and MacOS · See more »

Markdown

Markdown is a lightweight markup language with plain text formatting syntax.

New!!: TextMate and Markdown · See more »

MIPS architecture

MIPS (an acronym for Microprocessor without Interlocked Pipeline Stages) is a reduced instruction set computer (RISC) instruction set architecture (ISA)Price, Charles (September 1995).

New!!: TextMate and MIPS architecture · See more »

Oniguruma

by K. Kosako is a BSD licensed regular expression library that supports a variety of character encodings.

New!!: TextMate and Oniguruma · See more »

PHP

PHP: Hypertext Preprocessor (or simply PHP) is a server-side scripting language designed for Web development, but also used as a general-purpose programming language.

New!!: TextMate and PHP · See more »

Property list

In the macOS, iOS, NeXTSTEP, and GNUstep programming frameworks, property list files are files that store serialized objects.

New!!: TextMate and Property list · See more »

Regular expression

A regular expression, regex or regexp (sometimes called a rational expression) is, in theoretical computer science and formal language theory, a sequence of characters that define a search pattern.

New!!: TextMate and Regular expression · See more »

Ruby (programming language)

Ruby is a dynamic, interpreted, reflective, object-oriented, general-purpose programming language.

New!!: TextMate and Ruby (programming language) · See more »

Ruby on Rails

Ruby on Rails, or Rails, is a server-side web application framework written in Ruby under the MIT License.

New!!: TextMate and Ruby on Rails · See more »

San Francisco

San Francisco (initials SF;, Spanish for 'Saint Francis'), officially the City and County of San Francisco, is the cultural, commercial, and financial center of Northern California.

New!!: TextMate and San Francisco · See more »

Shebang (Unix)

In computing, a shebang is the character sequence consisting of the characters number sign and exclamation mark at the beginning of a script.

New!!: TextMate and Shebang (Unix) · See more »

Shell (computing)

In computing, a shell is a user interface for access to an operating system's services.

New!!: TextMate and Shell (computing) · See more »

Snippet (programming)

Snippet is a programming term for a small region of re-usable source code, machine code, or text.

New!!: TextMate and Snippet (programming) · See more »

Source code

In computing, source code is any collection of code, possibly with comments, written using a human-readable programming language, usually as plain text.

New!!: TextMate and Source code · See more »

Source code editor

A source code editor is a text editor program designed specifically for editing source code of computer programs by programmers.

New!!: TextMate and Source code editor · See more »

Standard streams

In computer programming, standard streams are preconnected input and output communication channels between a computer program and its environment when it begins execution.

New!!: TextMate and Standard streams · See more »

Syntax highlighting

Syntax highlighting is a feature of text editors that are used for programming, scripting, or markup languages, such as HTML.

New!!: TextMate and Syntax highlighting · See more »

Tab (GUI)

In interface design, a tabbed document interface (TDI) or Tab is a graphical control element that allows multiple documents or panels to be contained within a single window, using tabs as a navigational widget for switching between sets of documents.

New!!: TextMate and Tab (GUI) · See more »

Text editor

A text editor is a type of computer program that edits plain text.

New!!: TextMate and Text editor · See more »

Tooltip

The tooltip or infotip or a hint is a common graphical user interface element.

New!!: TextMate and Tooltip · See more »

Version control

A component of software configuration management, version control, also known as revision control or source control, is the management of changes to documents, computer programs, large web sites, and other collections of information.

New!!: TextMate and Version control · See more »

W3C Markup Validation Service

The Markup Validation Service is a validator by the World Wide Web Consortium (W3C) that allows Internet users to check HTML and XHTML documents for well-formed markup.

New!!: TextMate and W3C Markup Validation Service · See more »

Wiki

A wiki is a website on which users collaboratively modify content and structure directly from the web browser.

New!!: TextMate and Wiki · See more »

Redirects here:

Textmate.

References

[1] https://en.wikipedia.org/wiki/TextMate

OutgoingIncoming
Hey! We are on Facebook now! »