ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Incrementor

A Sublime Text 2 Plugin that can generate a sequence of numbers using search and replace.

Details

  • 2019.09.08.15.06.16
    2016.09.01.01.52.34
  • github.​com
  • github.​com
  • 5 years ago
  • 23 minutes ago
  • 12 years ago

Installs

  • Total 10K
  • Win 5K
  • Mac 3K
  • Linux 1K
Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8
Windows 0 0 3 0 1 0 2 0 0 0 1 0 0 0 1 0 1 0 0 1 0 2 0 0 1 0 2 0 0 1 0 0 0 0 1 1 3 0 0 0 0 0 1 0 0 3
Mac 0 0 0 1 0 1 1 1 0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 2 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0
Linux 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime Text 2 Plugin: The Incrementor

A Sublime Text 2 Plugin that can generate a sequence of numbers using search and replace.

There is a Sublime Text 3 port available here.

Example (Before):

10. Bob
12. Larse
15. Billy

Find: [0-9]+\. Replace: \i\.

Example (After):

1. Bob
2. Larse
3. Billy

You can also take start and step arguments \i(start,step) in parenthesis.

Example (Before):

10. Bob
12. Larse
15. Billy

Find: [0-9]+\. Replace: \i(10,10)\.

Example (After):

10. Bob
20. Larse
30. Billy

Lastly, The Incrementor also supports negative steps! \i(start,-step)

Example (Before):

10. Bob
12. Larse
15. Billy

Find: [0-9]+\. Replace: \i(100,-10)\.

Example (After):

100. Bob
90. Larse
80. Billy

Using

Use the Command Palette (Ctrl+Shift+P) and search for Incrementor: Generate a sequence of numbers to prompt for your find and replace.

Installing

Use Github here or Sublime Package Control

Linux:

Copy the directory to: "~/.config/sublime-text-2/Packages"

Windows 7:

Copy the directory to: "C:\Users\<username>\AppData\Roaming\Sublime Text 2\Packages"

Windows XP:

Copy the directory to: "C:\Documents and Settings\<username>\Application Data\Sublime Text 2\Packages"

Todo

  • Replace based on order of selection as well as their direction. (Difficult)
  • Scroll to matching pattern like sublime's default find window. (Easy)
  • Allow prepending 0s to the initial number. (001, 002, 003, 004, etc.) (Intermediate)
  • Add number of replaced items in statusbar after completion. (Intermediate)

Contributors

Don't forget to add yourself!

eBook Architects, Chris, Toby, AJ

License

Creative Commons Attribution 2.0 Generic