Blender Git Loki
Git Commits -> Revision 532b5e7
Revision 532b5e7 by Campbell Barton (master) December 27, 2009, 20:22 (GMT) |
WIP console text selection, modal selection operator and selection drawing. word wrap and clipboard are not working yet. |
Commit Details:
Full Hash: 532b5e7bba1d229600eb0aa48684692cd630cfa6
SVN Revision: 25577
Parent Commit: 280a1d0
Lines Changed: +284, -65
6 Modified Paths:
/source/blender/editors/space_console/console_draw.c (+148, -64) (Diff)
/source/blender/editors/space_console/console_intern.h (+3, -0) (Diff)
/source/blender/editors/space_console/console_ops.c (+121, -0) (Diff)
/source/blender/editors/space_console/space_console.c (+2, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+8, -0) (Diff)
/source/blender/editors/space_console/console_intern.h (+3, -0) (Diff)
/source/blender/editors/space_console/console_ops.c (+121, -0) (Diff)
/source/blender/editors/space_console/space_console.c (+2, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+8, -0) (Diff)