Great effort put into this but if you going to be editing source code, do it in your text editor. If you want a 'live' view of your changes use something like http://livereload.com/
livereload doesn't just refresh the page, it also updates css/js on the fly also through ajax without any lag.
Thanks. We have a text editor though; not sure if you saw it. If can operate from a separate window, and it hotswaps all the HTML/CSS/JavaScript you code, without any lag.
Our code editor is actually the open source "Ace editor" (http://ace.ajax.org).
Of course, not everybody wants to code inside their browser, and that's fine. For those that do, we aim to make pixelJET the best way to do that.
Comments
Great effort put into this but if you going to be editing source code, do it in your text editor. If you want a 'live' view of your changes use something like http://livereload.com/
livereload doesn't just refresh the page, it also updates css/js on the fly also through ajax without any lag.
Thanks. We have a text editor though; not sure if you saw it. If can operate from a separate window, and it hotswaps all the HTML/CSS/JavaScript you code, without any lag.
Our code editor is actually the open source "Ace editor" (http://ace.ajax.org).
Of course, not everybody wants to code inside their browser, and that's fine. For those that do, we aim to make pixelJET the best way to do that.