Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgieseke/ta-common
Some modifications for the Textadept editor.
https://github.com/rgieseke/ta-common
textadept
Last synced: 2 months ago
JSON representation
Some modifications for the Textadept editor.
- Host: GitHub
- URL: https://github.com/rgieseke/ta-common
- Owner: rgieseke
- Created: 2010-11-02T17:53:47.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T11:32:20.000Z (about 4 years ago)
- Last Synced: 2024-10-03T19:49:50.021Z (3 months ago)
- Topics: textadept
- Language: Lua
- Homepage: http://rgieseke.github.io/ta-common/
- Size: 137 KB
- Stars: 24
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Textadept Common
================Some functions, key commands and modifications that change Textadept's
default behaviour.
It contains modifications to Mitchell's Textadept modules, code from
Brian Schott and others who posted to the mailing list or the
[Textadept wiki](http://foicica.com/wiki/textadept).
It is licensed under the
[MIT license](http://www.opensource.org/licenses/mit-license.php).Installation
============Download a
[zipped](https://github.com/rgieseke/ta-common/zipball/master)
version and save the contained directory as `.textadept/modules/common`
or clone the git repository:cd ~/.textadept/modules
git clone https://github.com/rgieseke/ta-common.git commonPut
common = require 'common'
in your `.textadept/init.lua`
See also the annotated source: