Your comments

I've already asked Apple for permission to use the Monaco and/or Menlo font. They are they copyright owner of those fonts. The iOS developer support gave me a contact to ask. Unfortunately I didn't get an answer yet. That was a few weeks ago.

I also tried to disable anti-aliasing when drawing the characters. It seems like you can't disable it on iOS when using CoreGraphics to draw the glyphs.

The DejaVu font is very similar to Menlo. They are both based on Bitstream Vera. In Mac OS X 10.6 Snow Leopard, Monaco was replaced as the default Terminal font by Menlo:

http://en.wikipedia.org/wiki/Monaco_%28typeface%29
I played around a bit with ideone.com, but it was quite slow to respond.

I tried to compile a piece of C# source code I had lying around, but it didn't have the Windows Forms assemblies as it uses the Mono compiler. So it was pretty useless for C#.

For things like PHP or Python it might look different though.

Currently, I'm not quite convinced that it would be a really useful feature.

I thought I can use it as a way to check the syntax of files without actually running the code.
Thanks for pointing that out!
Customer request by mail: "I would like a convert tabs to spaces option."
Comment received by mail: "I don't think that the information not copying over when moving the file would be all that big a deal unless you were moving control of the file over to a new location and deleting it from the device. In cases like that you might consider a safety feature that warns you that you'll lose that data and then have it offer to copy that information to a separate txt file to send along witih the original so that the information is not lost."
Yeah, that's certainly an interesting idea. That way it would also be included in the actual file (in comments) and available to other applications as well. Textastic could display a list of TODO items.

That reminds me of this idea: http://feedback.textasticapp.com/feedback/7796-show-a-list-of-functionsclass-methods/

The scratchpad, which is only available in Textastic, could be an additional/separate feature
I already store information like last cursor position and custom syntax definition setting for each file in the upcoming 1.1 update of Textastic. It should be relatively easy to add a scratchpad feature. I might add an auto-resizing textfield in the file info popover. People could use this for whatever they want to note about the file.

The only downside I see is this: it wouldn't be copied over when copying the file to another app or computer or if you send it via email.