A minor thing but a huge productivity gain. Please consider making it possible to double-click to the left of the line number where the corona symbol appears when you toggle breakpoint. It goes a lot faster and is consistent with all other dev IDE i’ve used than the current right-click method.
Thank you for taking the first steps toward an awesome editor
I wanted to do that but like a lot of things it’s not as simple as it at first appears. I have some ideas on an alternative approach so I’ll make sure it’s on the list for a future release.
I wanted to do that but like a lot of things it’s not as simple as it at first appears. I have some ideas on an alternative approach so I’ll make sure it’s on the list for a future release.
For nice debugging, do not forget to ‘kill’ the default F11 - Switch to desktop in the Mac Keyboard settings and also set the ‘Use all F1,F2, etc… as standard function keys’ switch.
Also put all .lua files in the folder where the ‘main.lua’ exists since the debugger has a bug which prevents to open .la files outside the main folder for debugging purposes. Use filename specific sorting to keep the folder readable.
For nice debugging, do not forget to ‘kill’ the default F11 - Switch to desktop in the Mac Keyboard settings and also set the ‘Use all F1,F2, etc… as standard function keys’ switch.
Also put all .lua files in the folder where the ‘main.lua’ exists since the debugger has a bug which prevents to open .la files outside the main folder for debugging purposes. Use filename specific sorting to keep the folder readable.