Hello,
With this pull request I address two points :
Drag'n fill
I think I fix this issue : audreyt/ethercalc#769 by modifying the fillright and filldown command string to embed the increment amount.
My tests consists of running an ethercalc instance and using the fill command in all directions with one, two or more cells first selected.
It seems to me that this is good.
Gulp
I also update gulp package from 3 to 4, to use with newer nodejs.
So I had to adapt gulp.js.
This don't resolve the large warning flow nor the error as on master branch.
Hello, With this pull request I address two points :
Drag'n fill
I think I fix this issue : audreyt/ethercalc#769 by modifying the fillright and filldown command string to embed the increment amount. My tests consists of running an ethercalc instance and using the fill command in all directions with one, two or more cells first selected. It seems to me that this is good.
Gulp
I also update gulp package from 3 to 4, to use with newer nodejs. So I had to adapt gulp.js. This don't resolve the large warning flow nor the error as on master branch.