PDA

View Full Version : Lua Editor


Rob H
December 26th, 2005, 10:46 AM
Just a couple of things re the Lua editor

1) Could it please remember it's position between invocations - at the moment it maximises itself every time

2) Could we have line numbers in the gutter - at the moment it's a bit tricky to relate line numbers in error messages to the actual source code.

3) The window title is still LUAEditorForm

4) Changes made to the CCF's Lua file don't set the 'needs saving' flag

5) Any compilation errors in the CCF's Lua file are only shown in a popup error message in NR - unfortunately NR is not brought to the front so it seems as though designer is frozen. The only indication of an error is a beep, which is no help if you have sound turned off.

6) It would be nice if you could fix the auto-indentation - it currently moves the cursor to the first column when you hit enter.

Ben S
December 26th, 2005, 08:40 PM
Thanks Rob. We'll try to implement these great suggestions.

Rob H
December 28th, 2005, 10:30 AM
Not quite there, Ben.

While the window does seem to remember its position and size, it still opens up maximised and has the title LUAEditorForm

Which editor control are you using? Is it ScintillaNet?

Ben S
December 28th, 2005, 10:36 AM
Sounds like I built the install on top of an old version, as I set both the title and the save of maximized etc. in the version here.

Rob H
December 28th, 2005, 10:40 AM
oops :)

Ben S
December 28th, 2005, 10:51 AM
Can you confirm that this is from the right click option in the left hand tree? Not from the "state" area in Element Properties?

Rob H
December 28th, 2005, 10:52 AM
Yes, that's correct

And this is version 1.0.0.17 beta of NRD

Ben S
December 29th, 2005, 07:47 AM
Okay, it's there now (verified).

Rob H
December 29th, 2005, 07:57 AM
Great - thanks Ben