Function push_export_settings

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

Push (defer) current export settings for given format id, then replace.

(Original: pushExportSettings)