Duplicate And Increment
It is a sublimetext plugin that increments while duplicating lines.
Details
Installs
- Total 2K
- Win 1K
- Mac 506
- Linux 291
Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 1 | 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
Duplicate lines and increment
It is a plugin that duplicates lines while incrementing.
It is similar to the convenience plug-in which was in the Editor called FlashDevelop long ago.
I thought there was demand.
Multiple lines can also be incremented.
With this, you can make coding efficiently a large number of sequential number processing.
{
"item-list":[
{ "name":"item1", "path":"./image1.jpg" }
, { "name":"item2", "path":"./image2.jpg" }
, { "name":"item3", "path":"./image3.jpg" }
, { "name":"item4", "path":"./image4.jpg" }
, { "name":"item5", "path":"./image5.jpg" }
, { "name":"item6", "path":"./image6.jpg" }
, { "name":"item7", "path":"./image7.jpg" }
, { "name":"item8", "path":"./image8.jpg" }
, { "name":"item9", "path":"./image9.jpg" }
, { "name":"item10", "path":"./image10.jpg" }
, { "name":"item11", "path":"./image11.jpg" }
, { "name":"item12", "path":"./image12.jpg" }
, { "name":"item13", "path":"./image13.jpg" }
...
Usage
Execute with placing the cursor (select no area)
Execute with select any area
Increment only selected numbers
Execute with select multiple lines
Of course also json
Execute with key binding
Select the area and press: super+shift+ctrl+v
to duplicate and increment the selected area once.
Select the area and press: super+shift+alt+v
to open an input box where you can specify how many duplications and increment you want.
Install
- select “Package Control: Add Repository”
- input “https://github.com/112KA/duplicate_and_increment”
- select “Package Control: Install Package”
- input “duplicate_and_increment”
Licence
MIT License