insert_tab

Function insert_tab 

Source
pub fn insert_tab<Store>(
    core: &mut TextCore<Store>,
    pos: TextPosition,
    expand_tabs: bool,
    tab_width: u32,
) -> Result<bool, TextError>
where Store: TextStore + Default,
Expand description

Insert a tab, either expanded or literally.