Creating an Integrated Development Environment July 23, 2011 on Drew DeVault's blog

Notice: This blog post was published on July 23, 2011. It might be out of date, have broken images or links, or simply contain bad ideas and opinions that didn't stand the test of time. Please read generously!

The Texas Instruments community does not have a modern, well-working IDE for development. A while ago, I thought I’d take up the responsibility and create tiDE - Texas Instruments Development Environment. It’s an open source IDE which, although geared heavily towards TI development, should be easy to adapt to many more languages if you so choose. I just want to highlight some interesting things about it.

First of all, it has support for a plethora of languages (or at least it will - languages already supported are highlighted): z80 Assembly, z80 TI-Basic, z80 Axe Parser, 68k Assembly, 68k TI-Basic, 68k C, ARM Basic, ARM Assembly, ARM C, and TI-Lua.

tiDE also comes with it’s own z80 TI-83+ emulator, and will eventually have built-in emulators for all the platforms it supports.

Interesting features that the IDE has, that may be extensible to your own programs, that are completed and ready for use as of now:

All of these features are ready to use right now, and free for anyone to implement in their own projects. Download the source code at http://tidenv.codeplex.com