Programming environment for editing various of my live apps without restarting them.
empty_editor = function(State)
	if #State.lines == 0 then return true end
	if #State.lines == 1 then
		return State.lines[1].data == ''
	end
	return false
end