@Magenda
> 1) The print output is not visible when Corona is selected as the Lua Interpreter. Is this on purpose or just a bug?
The simulator on Windows doesn’t redirect input/output as a “normal” application does (you can see it yourself; try running "Corona Simulator.exe" 1\>1 2\>2
and the output still goes to the console window). I can add an option to show the console window, but that’s probably all I can do.
When you run it under the debugger though, you will see the output in the Output window. Just add require('mobdebug').start()
to your script, and the print output will be redirected to the output window.
> 2) Do you plan to add links, or even better live references, to Corona Documentation? You can see this feature in CodeHelper (Corona Complete) and other editors. It is super convenient to have the docs in your fingers!
Not sure; I couldn’t find a good source of Corona API documentation.
> 3) A Functions Navigator, as in IntelliJ and other editors, would be more than awesome. It helps much more than the Jump to… list that SL2 and other simpler editors have.
Do you mean the project tree that displays list of functions for every file and you can click on those to jump to the function definition? I don’t plan to have it in this format, but you will have a way to navigate functions (and other symbols) across your project files.
> In general, your editor is truly nice. Congrats!
Thank you; glad you enjoy it.
Paul. [import]uid: 195109 topic_id: 34354 reply_id: 137594[/import]