Skip to content

Releases: lee-dohm/tabs-to-spaces

Documentation

24 Mar 05:21
Compare
Choose a tag to compare
v0.3.2

Prepare 0.3.2 release

Correct configuration name

24 Mar 05:21
Compare
Choose a tag to compare

Changed configuration name from on-save to onSave to comply with Atom's humanizing algorithms.

On Save Actions

24 Mar 05:20
Compare
Choose a tag to compare

Allows for tabification or untabification upon saving of a file.

Tabify

11 Mar 03:54
Compare
Choose a tag to compare

Added the ability to convert spaces to tabs with the Tabify command.

Remove side effects

09 Mar 18:54
Compare
Choose a tag to compare

Switched to a new method for search and replace that does not require moving the cursor or changing one's selections. This should make the package less intrusive to use.

Untabify

09 Mar 00:41
Compare
Choose a tag to compare
  • Changed the menu item names to be untabify in preparation for eventually having a tabify command
  • Added tests
  • Added documentation
  • Generally made things supportable

Documentation and tests

08 Mar 14:59
Compare
Choose a tag to compare
  • Updated the documentation
  • Added some tests

Initial release

08 Mar 14:45
Compare
Choose a tag to compare

This release establishes basic functionality. It converts all leading tabs to spaces in the current file. The command can be executed from:

  • Command Palette
  • Packages menu
  • Context menu in an editor window