Home
last modified time | relevance | path

Searched refs:IndentSelection (Results 1 – 6 of 6) sorted by relevance

/dports/editors/micro/micro-2.0.10/runtime/help/
H A Dkeybindings.md64 "Tab": "Autocomplete|IndentSelection|InsertTab"
68 abort. Otherwise, it will try `IndentSelection`, and if that fails too, it
211 IndentSelection
468 "Tab": "Autocomplete|IndentSelection|InsertTab",
/dports/editors/micro/micro-2.0.10/internal/action/
H A Dbufpane.go636 "IndentSelection": (*BufPane).IndentSelection,
H A Dactions.go604 func (h *BufPane) IndentSelection() bool { func
/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/
H A Dqeditor.h185 IndentSelection, enumerator
H A Dqeditor.cpp3433 case IndentSelection: indentSelection(); break; in keyPressEvent()
4451 case IndentSelection: case UnindentSelection: in getEditOperation()
4749 case IndentSelection: return tr("Indent selection"); in translateEditOperation()
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dlatexeditorview.cpp2927 QEditor::IndentSelection, in possibleEditOperations()