Page 1 of 3

new Love IDE

Posted: Mon Jan 25, 2010 12:12 pm
by wolfgang
z

Re: new Love IDE

Posted: Mon Jan 25, 2010 12:17 pm
by giniu
wolfgang wrote:Will you use it?
Definitely not, because...
wolfgang wrote: :roll: It will only work under Windows..
And why is that? ;) You can develop in C# for other platforms using Mono, so why limit yourself to single platform :shock:? But you will do what you want

Re: new Love IDE

Posted: Mon Jan 25, 2010 12:19 pm
by wolfgang
Not if you're using windows component for GUI? Under LInux you have to use Gtk.. No?
If i'm wrong i would love to make it multi-platforms!

Re: new Love IDE

Posted: Mon Jan 25, 2010 12:25 pm
by giniu
wolfgang wrote:Not if you're using windows component for GUI? Under LInux you have to use Gtk.. No?
If i'm wrong i would love to make it multi-platforms!
If you must use windows component then maybe. But you can use Wx.Net to make it look and feel native on all 3 major platforms with mostly same code. Also there are other choices that work in all cases, see http://www.mono-project.com/Gui_Toolkits

Re: new Love IDE

Posted: Mon Jan 25, 2010 12:32 pm
by wolfgang
Ok, thanks so it will be able to run under Linux!
I'll try to get to work this evening!
But if you have other ideas of projetcs i'm there because i think an ide will be quiete useless due to LUA and its magic! The only thing which is really usefull is an auto-completion feature wich can be made with only a cool text editor..

Re: new Love IDE

Posted: Tue Jan 26, 2010 7:45 pm
by rude
Cool, but are you aware of Devotion? Perhaps you would like to build upon that.

Re: new Love IDE

Posted: Wed Jan 27, 2010 11:21 pm
by wolfgang
a

Re: new Love IDE

Posted: Thu Jan 28, 2010 6:17 pm
by wolfgang
Yay! I've done a lot of things..

Then i need to have 2 things if it's possible..

The list of all the key words and the list of all the functions of LOVE.. FOund the LUA one but i'm lazy to take the doc and select one by one the words..

If you have it or you can generate it, it will be fine.. Otherwise i'll find time next week to copy paste the documentation.. :)

Re: new Love IDE

Posted: Sat Jan 30, 2010 4:47 am
by schme16
I've got a copy, but it's intermixed with gmod lua functions as well...

On a similar topic, I CANNOT WAIT TO USE THIS IDE!

Re: new Love IDE

Posted: Sun Jan 31, 2010 11:02 pm
by wolfgang
Got it.. Worked well during my train travel to home.
-Added shortcuts
-Added a console
-Fixed some bug while saving files
-Added save while you run your project
-Added a .log system
-Added a ToDo.txt when you create a project
-Added the ability to create, rename, erase folders in the project
-Added a browser with links to LUA and LOVE help