handleTab method

bool handleTab()

Implementation

bool handleTab() {
  document.saveState(description: 'Indent');
  executeHandleTab(document, shift: false);
  return true;
}