Heh. It is always something that will get you...

The plan is to make a nice little IDE for Vintage. You'll be able to code a program and then run it in the interpreter. It will have syntax highlighting that you can set up, maybe those pop-up code hints (if I can figure out how to do it) and some little utilities like a snippets repository. I am also going to create a help file for the editor and Vintage that will have context help so you can pop-up help on a keyword as you work on a program.
This is just one of those programs I have wanted to do. There are a ton of good editors out there so this is probably a rather useless program, but it is good experience for my own little VM Atom that I want to rewrite and make into an integrated package; i.e., editor and run-time all in a single package. I am doing this in Lazarus and was inspired by Cyb's little editor that I thought was quite cool and looked fun to do.