NumberFormatter
Format numbers with decimal and thousands separators
Details
Installs
- Total 530
- Win 308
- Mac 177
- Linux 45
| Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
NumberFormatter - A Sublime Text Plugin
This Sublime Text plugin formats plain numbers by adding a thousands separator to them. It also unformats them in reverse. See the Features section below for details.
Installation
- Package Control
- Install Package Control
- Bring up the Command Palette and type “Package Control: Install Package”
- Type “NumberFormatter” and press enter
- Directly
- Locate the
Packagesfolder in the data directory - Download the latest version of NumberFormatter
- Extract the archive into the
Packagesfolder
- Locate the
- Development
Usage
- Linux: ctrlshiftcomma
- macOS: commandshiftcomma
- Windows: ctrlshiftcomma
Features:
As long as the number is partially or fully selected, or while the cursor is on the number, this plugin will format or unformat it in the following way:
| Before | After |
|---|---|
12345 |
12,345 |
12,345 |
12345 |
12345.67 |
12,345.67 |
12,345.67 |
12345.67 |
This plugin supports multiple cursors and multiple selections. It can process both formatted and unformatted numbers in one go.
Options
To change the settings, simply edit the NumberFormatter.sublime-settings file that's included with the plugin:
decimal_separator- the character that separates between whole and decimal numbersthousands_separator- the character that groups numbers in the thousands, millions, billions, etc.format_thousands- whether or not to add a thousands separator to numbers between 1000 and 9999
Warnings
- Numbers with preceding zeros are formatted anyway (
000123»000,123) - When the
thousands_separatoris set to an empty space (" "), the whole number must be selected in order to unformat it (12 345»12345)
Changelog
See CHANGELOG.md
Contributing
See CONTRIBUTING.md
License
See LICENSE.md
Software Credits
The development of this software was made possible using the following components:
- Expand Selection to Whitespace by Paul Sarena Licensed under: MIT License