Page 1 of 4
I Create a LOVE IDE With autocomplete
Posted: Fri Aug 28, 2015 1:13 am
by Giorgos_xou
Re: I Create a LOVE IDE With autocomplete
Posted: Fri Aug 28, 2015 2:46 am
by arampl
Giorgos_xou wrote:This Ide uses Net Framework v2.0.50727 Service Pack 2 that means...
That means Linux users bye-bye, Mac users bye-bye!
LÖVE itself is cross-platform and this is really great! If you feel comfortable with C# then maybe switch to Mono at least?
Re: I Create a LOVE IDE With autocomplete
Posted: Fri Aug 28, 2015 11:58 am
by Giorgos_xou
arampl wrote:Giorgos_xou wrote:This Ide uses Net Framework v2.0.50727 Service Pack 2 that means...
That means Linux users bye-bye, Mac users bye-bye!
LÖVE itself is cross-platform and this is really great! If you feel comfortable with C# then maybe switch to Mono at least?
Thank for your reply arampl
My IDE is created in VB.Net that means that it is also supported by mono but...there are some problems i test it on linux and that was what i see:
i think that it doesn't being compiled correctly and it has too many issues
[that was the exe] after this i tried to open the whole project in mono but i had a problem with ToolsVersion i fix this problem changing it to 4.0 version after this i had a problem with some dll files i fix also this and now i have other problem with .resources files in project
lol .... i tried
....
Re: I Create a LOVE IDE With autocomplete
Posted: Sat Aug 29, 2015 7:35 am
by Sosolol261
If you do this right, this could be the IDE EVERY LOVE-developer will use.
So please do it right!!
Damn updating takes ages...
And the blue "annoucement bar" at the bottom is 1 px too high.
Re: I Create a LOVE IDE With autocomplete
Posted: Sat Aug 29, 2015 12:02 pm
by NickRock
Looks really good! linux and mac os versions would be awesome too
Re: I Create a LOVE IDE With autocomplete
Posted: Sat Aug 29, 2015 2:38 pm
by Giorgos_xou
Sosolol261 wrote:If you do this right, this could be the IDE EVERY LOVE-developer will use.
So please do it right!!
Thanks for your feedback Sosolol261
and yes I will do it right I already fix the folding problem and some other issues and
I am going to add as many feature as I can and trust I can add too many
Sosolol261 wrote:Damn updating takes ages...
Yep I know .... but this is happening because I have to load each site of LOVE-wiki and search for a specific element in html
and it takes some time ... i can make it faster using (Parallel.ForEach) but i will have to change net framework from 2 to 4 and it will not make a big difference because it most depends on Internet connection.
Sosolol261 wrote:And the blue "annoucement bar" at the bottom is 1 px too high.
1px high ? you mean
...? (could I have a screenshot pls? because on some computers locations and sizes of controls have issues.)
NickRock wrote:Looks really good! linux and mac os versions would be awesome too
Thanks you NickRock for your feedback
! and yes you are right at this point, linux and mac os versions would be awesome too ... i am thinking of making a version in JavaFX for linux and mac os but i don't know how similar it will be , because i don't have the same knowledge as in VB.Net .... but for now only windows version sorry
Re: I Create a LOVE IDE With autocomplete
Posted: Sat Aug 29, 2015 3:30 pm
by NickRock
Check out
http://www.mono-project.com which is an open source cross platform implementation of .NET
Re: I Create a LOVE IDE With autocomplete
Posted: Sat Aug 29, 2015 3:46 pm
by Giorgos_xou
I have already try it but i had issues
check the "by Giorgos_xou on Fri Aug 28, 2015 11:58 am " post 3
Re: I Create a LOVE IDE With autocomplete
Posted: Sat Aug 29, 2015 4:06 pm
by bluedudex2
This shows a lot of promise, if done right I can also see this as being THE ide for love 2d development. Keep at it!
Re: I Create a LOVE IDE With autocomplete
Posted: Sat Aug 29, 2015 4:30 pm
by Giorgos_xou
bluedudex2 wrote:This shows a lot of promise, if done right I can also see this as being THE ide for love 2d development. Keep at it!
Thanks for your reply
it really makes me happy that people appreciate even this alpha version, i really can make it powerful and fully functional but i need some time because i also have school and i have to study also
but i will upload asap new versions