Page 2 of 2
Re: LÖVE-IDEA-Plugin (LÖVE Plugin for IntelliJ Idea)
Posted: Sat Dec 26, 2015 10:51 am
by rmcode
Thanks to
cridenour the plugin has been updated for LÖVE 0.10.0 and also includes lua docs now
Re: LÖVE-IDEA-Plugin (LÖVE Plugin for IntelliJ Idea)
Posted: Fri Feb 12, 2016 5:45 am
by D0NM
If you're using IntelliJ IDEA 15.x
then you cannot follow the instruction:
Installing the Plugin
Open a Project in IntelliJ IDEA
Search for the External Libraries Item in the Project View and extend it
Right click on the Lua SDK your project uses
Select Open Library Settings
In the new window look for a + button on the right side
From the menu select the path where this Plugin can be found on your computer and press OK
The Classpath-Tab should now contain a new item showing the path to the Plugin
Select Apply and OK
You just cannot extend the
External Libraries Item in the Project View because your ext libs could be empty.
Then Open the Project Structure dialog with
Ctrl+Shift+Alt+S
Now you can add
LÖVE Plugin for IntelliJ Idea into Project Libraries or better into Global Libraries.
Pick the correct version of the library according to your LOVE version:
got correct instruction from here:
https://www.jetbrains.com/idea/help/con ... aries.html
I hope it might help new people.
Re: LÖVE-IDEA-Plugin (LÖVE Plugin for IntelliJ Idea)
Posted: Fri Feb 12, 2016 12:59 pm
by rmcode
Thank you. I'll update the README on github
Re: LÖVE-IDEA-Plugin (LÖVE Plugin for IntelliJ Idea)
Posted: Sun Feb 21, 2016 10:06 am
by rmcode
Updated the plugin to LÖVE 0.10.1!
Re: LÖVE-IDEA-Plugin (LÖVE Plugin for IntelliJ Idea)
Posted: Fri May 27, 2016 2:42 pm
by D0NM
here is a nice tut
how to install rmcode's plug-in
Re: LÖVE-IDEA-Plugin (LÖVE Plugin for IntelliJ Idea)
Posted: Fri May 27, 2016 3:20 pm
by rmcode
Thanks D0NM, I added the link to the README