handleTab method

bool handleTab()

Implementation

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