Re: MiniIDE: live code inside a LOVE app
Posted: Tue Sep 12, 2023 1:23 am
Glad you are finding the project helpful, @pauljessup :-)
And thank you, @zhengying, for those great suggestions. Having a document embedded for users to look up the API seems like it would be the easiest for us to implement in the near future and will look into that (might make it accessible via the 'menu bar'). I'm presuming you are meaning for the auto-completion to auto-complete with LOVE2D keywords? If so, that is also a great idea. None of the libraries we currently use include such a capability so that may take a while longer to work on. If there is enough interest, it might be helpful for us to open up a repository for others to contribute to the project (e.g. to help with adding that feature). We have a couple of new features we are working on now such as adding a ColorPicker and the including the ability to quickly select some snippets of code to use for commonly used tasks you might want to do with your script.
And thank you, @zhengying, for those great suggestions. Having a document embedded for users to look up the API seems like it would be the easiest for us to implement in the near future and will look into that (might make it accessible via the 'menu bar'). I'm presuming you are meaning for the auto-completion to auto-complete with LOVE2D keywords? If so, that is also a great idea. None of the libraries we currently use include such a capability so that may take a while longer to work on. If there is enough interest, it might be helpful for us to open up a repository for others to contribute to the project (e.g. to help with adding that feature). We have a couple of new features we are working on now such as adding a ColorPicker and the including the ability to quickly select some snippets of code to use for commonly used tasks you might want to do with your script.