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

Notepad++ language addon

Started by crackroach, 17 December 2012 - 08:52 AM
crackroach #1
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.
Doyle3694 #2
Posted 17 December 2012 - 10:40 AM
there are already 3 I have seen on the forums. search!
crackroach #3
Posted 17 December 2012 - 02:43 PM
there are already 3 I have seen on the forums. search!

Ok thanks
Jian #4
Posted 17 December 2012 - 03:52 PM
I've been using the default LUA one and i see no problems with it..
crackroach #5
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
dissy #6
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.
AndreWalia #7
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
crackroach #8
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
Cranium #9
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