View Single Post
06/16/14, 09:19 PM   #4
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
I use IntelliJ with the mentioned plugin or Notepad++ for quick edits. You get the syntax highlighting, some error checking (without compiling). As well, someone put up autocomplete files for the API awhile back.

SVN or Git is mainly down to preference, especially since most authors develop solo. You do want to have some sort of VCS though, even if solo-developing. It allows you to save and version your work. You can try out new features on a separate branch and easily fall back if it doesn't work out. As well, you can stash your work, go back to the last release to push out a bugfix, then resume your work.

By the way, the Git on ESOUI (http://git.esoui.com/) is separate from Github. You lose some of the tracking and pull features on Github, but have the package to zip here. Of course, you could easily have Github and Esoui both as remotes.

Last edited by Sasky : 06/16/14 at 09:22 PM. Reason: VCS reasons
  Reply With Quote