ckib16 / LineEndings

On statusbar and on command palete.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Provides line endings and convert indentation shortcuts for Sublime Text. See: http://www.sublimetext.com/

Allows to:

  • Display an alert when the line_ending is not some you expect.
  • Convert indentation to spaces or tabs for all views on current window by clicking in the status bar
  • Convert line endings for all views on current window by clicking in the status bar

Installation

Download or clone the contents of this repository to a folder named exactly as the package name into the Packages/ folder of ST.

To display the line endings in the status bar, add the following to your ST3 User Preferences (Preferences > Settings - User)

{
    "show_line_endings": true
}

Todo

Show mixed line endings.

Contributors

  • polyvertex
  • Nicholas Buse

About

On statusbar and on command palete.

License:Other


Languages

Language:Python 50.9%Language:JavaScript 49.1%