sakura/en/TAB Indent and Unindent

Last-modified: 2008-03-30 (日) 09:21:39

TAB Indent, TAB Unindent

The function that chiefly uses it to edit the source of C language etc.

  • The range selected All lines within the range of the selection are done when the [Tab] key is pushed and the indent is done with Tab.
  • Shift+[Tab] with the range selected All lines within the range of the selection are done when the key is pushed and the indent is done with Tab in the opposite direction.

Either function doesn't work in the line only of line-feed either.
Such a specification.

Macro Syntax

TAB Indent

  • Syntax
    IndentTab( );
  • Record
    Support

TAB Unindent

  • Syntax
    UnindentTab( );
  • Record
    Support

[star] Reference: SPACE Indent, SPACE Unindent, Smart Indent