Programming environment for editing various of my live apps without restarting them.
manifest_navigator_candidates = function()
	if Manifest_navigator.filter_full_text then
		return manifest_navigator_candidates_by_contents()
	else
		return manifest_navigator_candidates_by_name()
	end
end