Function push_import_settings

Source
pub fn push_import_settings(
    state: &mut EiteState,
    format_id: usize,
    new_setting_string: &str,
) -> Result<()>
Expand description

Push (defer) current import settings for given format id onto a shared stack, then replace with the provided new setting string.

(Original: pushImportSettings)