Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_text/text_intern.h
| Show First 20 Lines • Show All 131 Lines • ▼ Show 20 Lines | |||||
| void TEXT_OT_copy(struct wmOperatorType *ot); | void TEXT_OT_copy(struct wmOperatorType *ot); | ||||
| void TEXT_OT_cut(struct wmOperatorType *ot); | void TEXT_OT_cut(struct wmOperatorType *ot); | ||||
| void TEXT_OT_duplicate_line(struct wmOperatorType *ot); | void TEXT_OT_duplicate_line(struct wmOperatorType *ot); | ||||
| void TEXT_OT_convert_whitespace(struct wmOperatorType *ot); | void TEXT_OT_convert_whitespace(struct wmOperatorType *ot); | ||||
| void TEXT_OT_comment_toggle(struct wmOperatorType *ot); | void TEXT_OT_comment_toggle(struct wmOperatorType *ot); | ||||
| void TEXT_OT_unindent(struct wmOperatorType *ot); | void TEXT_OT_unindent(struct wmOperatorType *ot); | ||||
| void TEXT_OT_indent(struct wmOperatorType *ot); | void TEXT_OT_indent(struct wmOperatorType *ot); | ||||
| void TEXT_OT_indent_or_autocomplete(struct wmOperatorType *ot); | |||||
| void TEXT_OT_line_break(struct wmOperatorType *ot); | void TEXT_OT_line_break(struct wmOperatorType *ot); | ||||
| void TEXT_OT_insert(struct wmOperatorType *ot); | void TEXT_OT_insert(struct wmOperatorType *ot); | ||||
| void TEXT_OT_select_line(struct wmOperatorType *ot); | void TEXT_OT_select_line(struct wmOperatorType *ot); | ||||
| void TEXT_OT_select_all(struct wmOperatorType *ot); | void TEXT_OT_select_all(struct wmOperatorType *ot); | ||||
| void TEXT_OT_select_word(struct wmOperatorType *ot); | void TEXT_OT_select_word(struct wmOperatorType *ot); | ||||
| Show All 36 Lines | |||||