benanders / LuaIDE

An in-game IDE for ComputerCraft
MIT License
43 stars 9 forks source link

Pressing enter before a function creates an end #41

Closed nevercast closed 11 years ago

nevercast commented 11 years ago

If I want to move some of my code down, I can't do it from the top of a line that auto-completes because it'll just auto-complete again. It needs to not auto-complete and just do the normal enter action when it's obvious that is what I want.

https://github.com/GravityScore/LuaIDE/pull/40