Jump to content

Recommended Posts

Posted

I use notepadd++ sometimes. The only thing you'll lose with these 3rd party ones is the debugging/stepping ability. I don't use that often myself but some might.

  • Upvote 1
Posted

I'm using Emacs. With settings that I've made, I have the following features:

  • Auto-complete. I've added a custom-made dictionary file with LE classes and methods.
  • Lua snippeting. I've made several snippeting templates - for generic loops, method definitions, etc.
  • Syntax highlighting and auto-indentation. The latter is very, very useful: it's enforced and you can easily detect missing construct parts.
  • On the fly syntax error checking - so that even before running a LE game, I can tell if there is anything obviously wrong with my code.

Plus, in the opposite window, I'm always keeping open a Lua console, so I can easily test various LUA constructs I'm not sure about.

  • Upvote 2
Posted

Emacs has quite steep learning curve. I've been using it for various purposes for years now. If you want some quick and decent solution, I can only recommend Atom.io

 

It's a modular editor based on package system. There is a nice package for Lua (you install it from the editor) which does syntax highlighting and auto-indentation. There are also packages for auto-completion and similar programming necessities.

  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...