Blender Git Loki
Git Commits -> Revision d739a17
Revision d739a17 by Campbell Barton (master) August 11, 2010, 05:21 (GMT) |
small edits to text editor from writing a python editor extension. - rename TextLine.line -> body, ConsoleLine.line -> body - minor speedups when setting the body text, also re-allocate console lines if they are < half the length. - added option to highlight current line in the text editor. |
Commit Details:
Full Hash: d739a1788d338795039530c2d6503b93ab805161
SVN Revision: 31231
Parent Commit: 8c39326
Lines Changed: +69, -47
9 Modified Paths:
/release/scripts/modules/bpy_types.py (+1, -1) (Diff)
/release/scripts/op/console_python.py (+5, -5) (Diff)
/release/scripts/op/console_shell.py (+1, -1) (Diff)
/release/scripts/ui/space_text.py (+7, -6) (Diff)
/source/blender/editors/space_image/image_ops.c (+0, -1) (Diff)
/source/blender/editors/space_text/text_draw.c (+15, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+28, -23) (Diff)
/source/blender/makesrna/intern/rna_text.c (+10, -8) (Diff)
/release/scripts/op/console_python.py (+5, -5) (Diff)
/release/scripts/op/console_shell.py (+1, -1) (Diff)
/release/scripts/ui/space_text.py (+7, -6) (Diff)
/source/blender/editors/space_image/image_ops.c (+0, -1) (Diff)
/source/blender/editors/space_text/text_draw.c (+15, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+28, -23) (Diff)
/source/blender/makesrna/intern/rna_text.c (+10, -8) (Diff)