Text Recorder version 2016-02-27

This is a program that can allow you to save your text typing and more importantly to record your development efforts so that others can understand much better your code as if you were in front of their machines. It is still in a testing stage and it certainly shouldn't fail. Since it's in a testing stage I currently only use it personally for small code snippets and text logs to evaluate any bugs or deficiencies and solving them based on using it for simple real-world in the beginning.
What is good about it is that we aren't watching a video but text and HTML.
It supports several of the most common programming language extensions (.c, .h, .asm, .inc, .php).
The directory tree dialog is draggable. You can use the button beside the text control at the top of the application to create a new recorder with the name you want.
You can use the button beside the progress bar to hide and show the syntax highlight area. It can be useful when editing huge code files since the syntax highlight becomes very slow in those cases unless you hide that colored text area (when hidden no such interpretation happens).
You can also save a self-contained application/recording in HTML format or in TAR (this one is if you want to extract the files you created because it isn't practical to try to save lots of files from the browser).
You can place the program in a given directory and replace it every time you save the new recording with added content. Inside that directory you can place external files such as images for resources global to the project without trying to embed them in Base64, which some browsers like Chrome just don't want to display.
This version can add files and directories. A next version should display the size of each file and directory readme file. I'd also like to add a stable engine to show what I'm typing live, so besides having a regular chat (IRC, etc.) I could have a web-based application that displays exactly what I'm currently writing, or that shows among a list of different text recordings to select from a list.
I also need to add functionality to add directory entries that point to external files or URLs, as well as the capability to drag entries and delete/copy/rename them. Also an integrated image editor canvas and a hex viewer with a VGA font that resembles HIEW and probably machine emulators to test binary code, starting with an 8086 emulator, all of them based on HTML5.
In other words, this project, if done correctly (and if implemented in a compiler that produces native code) would add virtually all of the tools needed to build an operating system or complex projects with the capability to record the whole process, no matter if it's an image, text or other resource, as long as it is done inside this IDE, with the intention to reconstruct it fully and exactly as it was done.
It's like having a virtual copy of the developers' intentions and their whole development process on everyone's computer instead of privately and statically having their original developers write new versions and the rest of advanced and common users just wait it. It would be more practical and interesting than most current YouTube videos, and still would generate views (even ad-based money) based on practical and constructive interests.
It could be like a text YouTube for developers.
It could be better than, or improve, sites like https://www.livecoding.tv if it was implemented instead of using only videos without actual source code that could be accessed.