09.11.2014, 20:56
hi,
does anyone know a tool (text editor or smth. similar) that is able to continue arrays for me?
Sometimes it is a real pain in the ass if you need to type in 300 arrays manualy...
I give you an example:
lets say i have this array and i dont want to access the first one all the time but i would like to continue this array.
car[0]=...
car[0]=...
car[0]=...
car[0]=...
car[0]=...
continue it like this:
car[0]=...
car[1]=...
car[2]=...
car[3]=...
car[4]=...
But of course i would like to do that the editor for me.
There is a Sublime text 2 editor by Southclaw on this forums that does things like this but i wasnt able to spot a function that can continue e.g. arrays after a certain pattern.
I would really appreciate some help here, in case some one knows a toll that can help me please tell me about it
Thank a lot in advance
does anyone know a tool (text editor or smth. similar) that is able to continue arrays for me?
Sometimes it is a real pain in the ass if you need to type in 300 arrays manualy...
I give you an example:
lets say i have this array and i dont want to access the first one all the time but i would like to continue this array.
car[0]=...
car[0]=...
car[0]=...
car[0]=...
car[0]=...
continue it like this:
car[0]=...
car[1]=...
car[2]=...
car[3]=...
car[4]=...
But of course i would like to do that the editor for me.
There is a Sublime text 2 editor by Southclaw on this forums that does things like this but i wasnt able to spot a function that can continue e.g. arrays after a certain pattern.
I would really appreciate some help here, in case some one knows a toll that can help me please tell me about it
Thank a lot in advance