This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
warfar's profile picture

IntelliJ Idea 12.0 CC Library for Lua addon

Started by warfar, 02 May 2013 - 08:32 PM
warfar #1
Posted 02 May 2013 - 10:32 PM
Title says it all :P/>
took me awhile so I would appreciate any feedback :)/>
Make sure you have the Lua plugin and add this as a library
Also restart InteliJ if it does not work.
Meeshu #2
Posted 02 May 2013 - 10:47 PM
Care to explain a little more? I googled IntelliJ but still don't understand what this is.

Edit: How would it be useful for me?
warfar #3
Posted 02 May 2013 - 10:54 PM
Java ide with plugins
has autocompletion
Meeshu #4
Posted 02 May 2013 - 11:08 PM
Terminology noob here. I googled ide and read around but don't know what it is in this context.

Does this mean we can write in Java?
If not, what exactly would getting this ide allow me to do?
Kingdaro #5
Posted 02 May 2013 - 11:10 PM
Just think of an IDE as a really advanced text editor. This is simply a plugin for the IntelliJ IDE that (I'm guessing) adds syntax highlighting and auto-completion for CC functions.
warfar #6
Posted 02 May 2013 - 11:40 PM
Just think of an IDE as a really advanced text editor. This is simply a plugin for the IntelliJ IDE that (I'm guessing) adds syntax highlighting and auto-completion for CC functions.
it's actually a library, you need the lua plugin
theoriginalbit #7
Posted 03 May 2013 - 02:54 AM
Java ide with plugins
has autocompletion
Just think of an IDE as a really advanced text editor. This is simply a plugin for the IntelliJ IDE that (I'm guessing) adds syntax highlighting and auto-completion for CC functions.
it's actually a library, you need the lua plugin
These are all things you could put in the OP to give people more information… More information is always good…
makerimages #8
Posted 14 May 2013 - 09:09 AM
intelliJ is a JAVA IDE(integrated development environment) this is a plugin(extra feature) for it that allows to code LUA aswell inside it.
Magi1053 #9
Posted 09 October 2013 - 12:20 PM
Library does not have support for inspecting code. It would be nice if this feature was added