0 Members and 1 Guest are viewing this topic.
The ScITE IDE has the best support of any IDE, but it is windows only.
The worst part of programming for the calculator is that TI makes large projects a major PITA as everything has to be in one large text file.
"With thanks (and any necessary apologies) to Jim Bauwens and his Lua Editor"
QuoteThe ScITE IDE has the best support of any IDE, but it is windows only.Not sure what you're referring to, as I use SciTE under Linux on a daily basis.
QuoteThe worst part of programming for the calculator is that TI makes large projects a major PITA as everything has to be in one large text file.Said large text file can easily be assembled from multiple scattered text files, though
I am myself using Intellij with the Nspire Lua Plugin I made for it (latest version here : http://tiplanet.org/forum/archives_voir.php?id=8182 ) which makes coding just plain easy.It has to be used with the "Lua" plugin available on intellij natively (plugin downloader).
After that, I use some bash script to concatenate all my .lua files and finally Luna to generate the .tns from that.Then I open it on TINCS and/or the calc itself. It doesn't take me a long time since it can be all automated with a keybinding or something.I know Jim Bauwens has something like that too.
Also, Jim has in mind some online Nspire SDK too, so indeed he's the person to talk to He'll see this topic for sure so he'll reply