Hi Rob, Well. I developed World of Warcraft addons for years using only EditPadPro. Now I use IntelliJ almost exclusively. I know that I like using it because I spend time on making it a useful tool for me to use. For other people, I always suggest they at least try it out. It has some nice features that you can use even if you don't want to use it as your primary editor. One example is the source code formatter. It doesn't have any options, but it does a nice job at reformatting Lua source code, and since the IntelliJ editor is aware of Lua syntax and semantics, it is quite safe to use. Even if you dont use it to write your code, you can use it to check your code for errors, style issues, and potential problems. If you have a large code base, its makes navigating around very easy. So, should you switch? I dunno. Should you try it, sure - you have nothing to lose. BTW, did you upgrade to editpadpro 7? Since I had moved on to my Lua plugin for IntelliJ, I didn't really put much effort into the Lua support for EPP7. I use it myself on occasion for a quick edit, nothing more though really.
... View more