Originally posted by iGlitch
HTML Editor++ was made by me iGlitchStudios and it doesnt only let you "Edit" HTML's.
It Lets you create them from Scratch. An Example HTML is Built within the software so dont worry.
You must login or register to view this content.
You must login or register to view this content.
:cool: :cool:
As cool as it looks, there is a lot to be done with it. For one, you are actively running a web browser that is checking the changed text so it is taking up memory that could be used elsewhere.
Two, the problem with this is that HTML by itself is more of just a framework for a site, all you program can do is create those ancient websites unless you add CSS to the head. I can see this useful if you are trying to quickly produce a single page but if you are producing more than one, there would be a styles.css page added.
What you could do rather than have it tabbed out like you have it is tab out and all for the user to create more tabs to hold things like the CSS and HTML and allow it to actively find which have been attached. Then on the side, allow for a live/live off button that allows the user to see changes on the spot or whenever they want to click and update.
It looks like a good idea, keep working on it and in a few months if you really really work at it, you can have a great program.
Might I suggest creating a class for Highlighting <div> <p> <h1,h2,h3,h4,h5,h6> <head><body> and such.