Page 2 of 2

Re: Setting up Eclipse for <3 love <3

Posted: Tue Mar 18, 2014 3:46 pm
by nfey
So which Eclipse features work for a Lua project?
Can you search for resource or type? "Go to implementation/declaration" for classes/methods?
To what extent is it possible to debug a running Lua application using Eclipse?

I'm currently developing in Lua/Love2d using Sublime and wondering whether it's worth it to switch. Sublime has a pretty minimal design, while still being powerful - I'm using Eclipse at work for Java development and it's anything but minimal.

Re: Setting up Eclipse for <3 love <3

Posted: Tue Mar 18, 2014 6:05 pm
by pielago
good what about for mac? i am using mac and using textmate would love to use eclipse for love as well

Re: Setting up Eclipse for <3 love <3

Posted: Wed Apr 30, 2014 8:13 pm
by Cryogenical
I'm a bit confused on what project path workspace location whatever to use.

${workspace_loc:/${project_name:/src}}
would be something like
${workspace_loc:/${ProjectX:/src}}
or do I need to put in the entire path to the root or what? Can someone provide an example?

Re: Setting up Eclipse for <3 love <3

Posted: Thu Dec 18, 2014 8:03 pm
by AntonioModer
Cryogenical wrote:I'm a bit confused on what project path workspace location whatever to use.

${workspace_loc:/${project_name:/src}}
would be something like
${workspace_loc:/${ProjectX:/src}}
or do I need to put in the entire path to the root or what? Can someone provide an example?
For me it will be correct:

Code: Select all

"${project_loc}\src"
(see viewtopic.php?f=4&t=10445)