Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_space_types.h
| Context not available. | |||||
| int left; | int left; | ||||
| int showlinenrs; | int showlinenrs; | ||||
| int tabnumber; | int tabnumber; | ||||
| int text_cursor_pos[2]; /* position of the text cursor in pixels */ | |||||
| short showsyntax; | short showsyntax; | ||||
| short line_hlight; | short line_hlight; | ||||
| Context not available. | |||||
Severin: Would prefer something like text_cursor_pos (can be confused with normal cursor otherwise). | |||||
Not Done Inline Actionsmaybe precise comment? runtime, and in pixels (if I have understood patch correctly ;) ). mont29: maybe precise comment? runtime, and in pixels (if I have understood patch correctly ;) ). | |||||
Would prefer something like text_cursor_pos (can be confused with normal cursor otherwise). Also code style: "/*[SPACE][TEXT][SPACE]*/"