SourceView.setIndentOnTab

If TRUE, when the tab key is pressed and there is a selection, the selected text is indented of one level instead of being replaced with the \t characters. Shift+Tab unindents the selection. Since 1.8

class SourceView
void
setIndentOnTab
(
int enable
)

Parameters

enable int

whether to indent a block when tab is pressed.

Meta