Blender Git Commit Log
Git Commits -> Revision d868640
Revision d868640 by Campbell Barton (master) September 22, 2009, 16:23 (GMT) |
PyConsole improvements - Commands from the history wont get modified in-place when you cycle back and re-use them. - Ctrl Left/Right skip words. - Autocompletion on a variable that has no alternatives adds a '.' 'bpy' -> 'bpy.', generally more useful since autocomp again will give the members of bpy also moved text_check_* functions into BKE_text.h for the console to access. |
Commit Details:
Full Hash: d86864027d449114868ec531b9ccf6dd19dbe67f
SVN Revision: 23421
Parent Commit: 87f5f19
Lines Changed: +173, -65
6 Modified Paths:
/release/ui/space_console.py (+9, -3) (Diff)
/source/blender/blenkernel/BKE_text.h (+8, -0) (Diff)
/source/blender/blenkernel/intern/text.c (+57, -0) (Diff)
/source/blender/editors/space_console/console_ops.c (+95, -4) (Diff)
/source/blender/editors/space_console/space_console.c (+4, -4) (Diff)
/source/blender/editors/space_text/text_draw.c (+0, -54) (Diff)
/source/blender/blenkernel/BKE_text.h (+8, -0) (Diff)
/source/blender/blenkernel/intern/text.c (+57, -0) (Diff)
/source/blender/editors/space_console/console_ops.c (+95, -4) (Diff)
/source/blender/editors/space_console/space_console.c (+4, -4) (Diff)
/source/blender/editors/space_text/text_draw.c (+0, -54) (Diff)