Page 1 of 3

Love 2D Windows IDE - W.I.P

Posted: Tue May 08, 2012 1:52 am
by mbarcellosdias
Hi,

My name is Marcos Bruno Barcellos, I'm a IT student at La salle University, Rio de Janeiro, Brazil.

I've created an IDE, for Love2D, for now it's just an university project, but we're testing it now and when it's ready I'll create a new topic with the download link.

Here some of the functions:

* Multi tabed editor (The name says everything)
* Syntax highlighting (LUA and LOVE2D functions)
* HIghlight Current Line (For easy reference)
* Print code ( If you wanto to have it on papers :) )
* Code Snippets
* Intellisense
* Easy-to-go Play button (To run your project without use notepad, CMD, one click and it's there)
* Code folding (Focus only in what you're programming)
* Bookmark your code for easy access to it. (You just "bookmark" and when you're on line 387, you can easily return to line 5)
* Find ( CTRL + F) and replace (CTRL + H)

And much more to come!

I'm posting a video showing it's work, hope you like it!

[youtube]www.youtube.com/embed/jzko0Is0FfA[/youtube]

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

Posted: Tue May 08, 2012 2:29 am
by Kingdaro
oh you MADE an IDE, i thought you were looking for one haha

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

Posted: Tue May 08, 2012 2:35 am
by mbarcellosdias
Sorry my english is not so good :p
hahah

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

Posted: Tue May 08, 2012 9:36 am
by Roland_Yonaba
Saw the video.Quite impressive!

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

Posted: Tue May 08, 2012 10:52 am
by Ellohir
Very good indeed. The video looks great. Is it from scratch or did you start from an existing project?

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

Posted: Tue May 08, 2012 12:38 pm
by Nixola

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

Posted: Tue May 08, 2012 1:18 pm
by _ex_
seems lovely, it's going to be open source?

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

Posted: Tue May 08, 2012 2:03 pm
by mbarcellosdias
Helloir,
The program has been made from existing component fctb for c#, for realtime syntax highlighting(without bug or lag).

Intellisense and another functions has been made from scratch and in collaboration with some help of c# community.

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

Posted: Tue May 08, 2012 2:07 pm
by mbarcellosdias
_ex_

I have plans to open the project in the future, but at moment this use is my university project and I can't do that yet.

But I definitely want it to be opensource.

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

Posted: Tue May 08, 2012 4:03 pm
by Petunien
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!