Duplicate and Increment (Duplicate_and_Increment.bsh v0.1 by Gael Ecorchard (galou))
Submitted by Wednesday, 12 March, 2008 - 14:43
on
Duplicate the line at the caret incrementing the numbers
Example:
variable1 = tmpvar1 ;
will become
var1 = tmpvar1 ;
var2 = tmpvar2 ;
A list a characters after which no implementation should occur can be given
Suggested shortcut CS+L
Updated on 03/12/2008 - 14:43
Downloads: 1316