Corona Editor

How would anyone like a code editor for Corona?

It would not be your regular text editor. I’ll try to implement options that allow for easier coding, such as an image inserter.

Ex:

Image Name:
Image Format:
Image Width:
Image Height:
Image Location (X):
Image Location (Y):

Button: Generate Code
I’m wanting to get feedback before I get in too deep.

Thanks! [import]uid: 9959 topic_id: 3023 reply_id: 303023[/import]

this is what i would really like…

http://developer.anscamobile.com/forum/2010/04/30/corona-editor#comment-7422

as well as getting the standard Corona API functions (there’s also a link there for generating those) it would read your project folder for .lua files and look at function names… the best one i’ve used is FlashDevelop

so basically if you had

grabber = require(“SpriteGrabber”)

then typing “grabber.” would bring up a function list for the SpriteGrabber module. I guess local functions in external modules wouldn’t need to be shown as presumably they are “private” as opposed to “public” if you think in terms of OOP Classes.

thanks
j [import]uid: 6645 topic_id: 3023 reply_id: 9790[/import]