62 posts
Location
Somewhere over the rainbow
Posted 17 December 2012 - 09:52 AM
It is not directly linked in computercraft mod therefore it is useful for it.
I trieed doing a addon file for notepad++ for computercraft Lua… I sucked at it honestly. So i was wondering if someone could do something like this for us. I know that there's already an addon in Lua, but a COMPUTERCRAFT one would be awesome.
Thank's in advance.
818 posts
Posted 17 December 2012 - 10:40 AM
there are already 3 I have seen on the forums. search!
62 posts
Location
Somewhere over the rainbow
Posted 17 December 2012 - 02:43 PM
there are already 3 I have seen on the forums. search!
Ok thanks
15 posts
Posted 17 December 2012 - 03:52 PM
I've been using the default LUA one and i see no problems with it..
62 posts
Location
Somewhere over the rainbow
Posted 17 December 2012 - 04:07 PM
I've been using the default LUA one and i see no problems with it..
Me too but i imagine it would be easier to have a computercraft one
180 posts
Posted 17 December 2012 - 04:57 PM
You could make one. The language file format is self-documented (very well I might add) and is just an XML file.
Within the Notepad++ program files folder, they are under plugins/apis/
Just copy lua.xml to lua-cc.xml and add in the additional function names.
290 posts
Location
St.Louis, MO
Posted 17 December 2012 - 05:10 PM
You could make one. The language file format is self-documented (very well I might add) and is just an XML file.
Within the Notepad++ program files folder, they are under plugins/apis/
Just copy lua.xml to lua-cc.xml and add in the additional function names.
Happy 100th post
62 posts
Location
Somewhere over the rainbow
Posted 18 December 2012 - 01:11 PM
You could make one. The language file format is self-documented (very well I might add) and is just an XML file.
Within the Notepad++ program files folder, they are under plugins/apis/
Just copy lua.xml to lua-cc.xml and add in the additional function names.
I might try, thanks
3790 posts
Location
Lincoln, Nebraska
Posted 19 December 2012 - 05:12 AM
Here's a link to something already made. It works quite well, but does not have advanced support.
N++ addon