Skip to content

joshuakraemer/textadept-elastic-tabstops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Elastic Tabstops for Textadept

This is a module for the Textadept editor that implements Elastic Tabstops, a mechanism to align text invented by Nick Gravgaard. With Elastic Tabstops, tabstops are positioned automatically to fit the text between them and to align them with tabstops on adjacent lines. This means only a single tab has to be inserted between columns, rather than inserting manually the required number of tabs or spaces.

Dependencies

Textadept 11.0

Installation

  1. Save the file elastic_tabstops.lua to one of Textadept's modules directories, e.g. ~/.textadept/modules/.

  2. Add the following line to ~/.textadept/init.lua:

    require("elastic_tabstops")
    
  3. Restart Textadept.

License

This module is provided under the ISC license. See the file LICENSE for details.

About

Module for Textadept implementing Elastic Tabstops

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages