Page 2 of 3

Re: Love 2D Windows IDE - W.I.P

Posted: Tue May 08, 2012 4:47 pm
by mbarcellosdias
Petunien wrote:Will there be a shortcut to start the game? Like Shift + Space?
Then I'll use it for sure. ^^

Good work anyway. Good luck for your project!
I can easily add this functionality.

maybe Ctrl + R (Run)

This is OK for you?

Re: Love 2D Windows IDE - W.I.P

Posted: Tue May 08, 2012 4:51 pm
by Nixola
Could you add a custom key or key combination?

Re: Love 2D Windows IDE - W.I.P

Posted: Tue May 08, 2012 5:32 pm
by Petunien
mbarcellosdias wrote:
Petunien wrote:Will there be a shortcut to start the game? Like Shift + Space?
Then I'll use it for sure. ^^

Good work anyway. Good luck for your project!
I can easily add this functionality.

maybe Ctrl + R (Run)

This is OK for you?
Of course, but as Nixola said, a custom option to set the combinations would be nice.

Also, can you already tell us a release date? Or takes your project even more time? :)

Re: Love 2D Windows IDE - W.I.P

Posted: Tue May 08, 2012 5:59 pm
by Roland_Yonaba
As I said earlier, it seems to be a nice work.
Is there a planned release date ?

If you're interested in French support, just let me know.I can give a hand with translation.

Re: Love 2D Windows IDE - W.I.P

Posted: Tue May 08, 2012 7:08 pm
by mbarcellosdias
Petunien wrote:
mbarcellosdias wrote:
Petunien wrote:Will there be a shortcut to start the game? Like Shift + Space?
Then I'll use it for sure. ^^

Good work anyway. Good luck for your project!
I can easily add this functionality.

maybe Ctrl + R (Run)

This is OK for you?
Of course, but as Nixola said, a custom option to set the combinations would be nice.

Also, can you already tell us a release date? Or takes your project even more time? :)

I want to release the project this week as an "open beta", to find bugs, get the community feedback , and get suggestions about its functionality.

At the moment, the program only take "all the files of a project" in a folder called "project" in the same directory, and creates an .love executable on the root directory of ide..

But Im still working to make it more dinamic...

the configurations form isn't created yet.
But i want to do some configurations like: change the background color and syntax highlighting preferences, as well i can add the shortcut preferences.
This form can take a little to be done. im focusing on bugs, directory issues and the full support of lua syntax ( C API functions and auxiliary library )

Re: Love 2D Windows IDE - W.I.P

Posted: Tue May 08, 2012 7:31 pm
by Nixola
I could help with an Italian translation

Re: Love 2D Windows IDE - W.I.P

Posted: Tue May 08, 2012 7:33 pm
by mbarcellosdias
Roland_Yonaba wrote:As I said earlier, it seems to be a nice work.
Is there a planned release date ?

If you're interested in French support, just let me know.I can give a hand with translation.
I choosed English, because it's an "universal language", but language support is one feature that i have interest.

something like: Configurations > Language > english (default)
Portuguese
German
French..
Etc...

I'm putting all the suggestions in a list of priorities.

I hope to meet all demands within the limits of the possible.

Regards,

Marcos

Re: Love 2D Windows IDE - W.I.P

Posted: Tue May 08, 2012 7:44 pm
by Roland_Yonaba
mbarcellosdias wrote:
I choosed English, because it's an "universal language", but language support is one feature that i have interest.
I am totally okay with that.
mbarcellosdias wrote: something like: Configurations > Language > english (default)
Portuguese
German
French..
Etc...
Marcos
That was what I was aiming to.
I am available however.

Re: Love 2D Windows IDE - W.I.P

Posted: Tue May 08, 2012 9:01 pm
by Trappingnoobs
I speak a bit of German but not enough to help you translate this sorry ^_^

If no-one else volunteers for it I'll submit what I can.

Re: Love 2D Windows IDE - W.I.P

Posted: Wed May 09, 2012 11:50 am
by Petunien
I could translate it to German, I speak and write the language every day... ^^

But as first, finish your project. I'm really curious. :)

Edit:
By the way, how do you handle the languages? *.xml? *.txt?
Also, you said "form", are you using Visual Basic?