View Single Post
06/18/14, 07:30 PM   #7
Wobin
 
Wobin's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 78
ESOUI's package and zip is brilliant. Otherwise if I pull from Github, I have to edit the folder names, and -then- upload them.

Having a button that does all that for me was a godsend. I enjoy the VCS because it allows me to easily see what changed between versions, and if bugs are reported after a new version, it's straightforward to see what code might have effected the bug. Also, developing on more than one machine requires VCS to avoid overwriting things.

As for an 'IDE', SublimeText3 with lualinter saved me a hell of a lot of time, highlighting syntax errors before I even needed to look at the game.
  Reply With Quote