+1

Language live parser/ syntax check

Myako Toudai 12 years ago updated by Alexander Blach (Developer) 12 years ago 1
I know textastic has an firebug integration, but this is really unusable. Why?
1. You need an active internet connection tomload it
2. You only can load it after the pagenhas loaded, so page errors aren't easy to find again

Why not add a syntax check feature to testastic like a javascript based, customize able parser. Or if this makes to much work, why not output the messages of the webkit engine ( it must accessable ) on an oberlay panel ( activateable )?
You can download Firebug from http://getfirebug.com/firebuglite and integrate it as described on your homepage so it will load when the page loads.

But I see your point - I'll see what I can do.

The WebKit engine is not accessible at all - it's only possible to execute JavaScript to evaluate expressions in order to get the page title for example.