Blender Git Commit Log
Git Commits -> Revision 2bc29ff
Revision 2bc29ff by Joshua Leung (master) May 4, 2012, 14:27 (GMT) |
Patch [#30654] Wiki Quick Hack: Text editor move lines up/down Submitted by: Justin Dailey (dail) Patch allows the current line (or selected lines) to be moved up and down with Ctrl+Shift+Up and Ctrl+Shift+Down. Has undo/redo support and operators in python menu. |
Commit Details:
Full Hash: 2bc29ff4260e28dd89409255997858ca447ad51f
SVN Revision: 46279
Parent Commit: e62f13a
Lines Changed: +144, -9
6 Modified Paths:
/release/scripts/startup/bl_ui/space_text.py (+5, -0) (Diff)
/source/blender/blenkernel/BKE_text.h (+5, -0) (Diff)
/source/blender/blenkernel/intern/text.c (+67, -8) (Diff)
/source/blender/editors/space_text/space_text.c (+6, -1) (Diff)
/source/blender/editors/space_text/text_intern.h (+3, -0) (Diff)
/source/blender/editors/space_text/text_ops.c (+58, -0) (Diff)
/source/blender/blenkernel/BKE_text.h (+5, -0) (Diff)
/source/blender/blenkernel/intern/text.c (+67, -8) (Diff)
/source/blender/editors/space_text/space_text.c (+6, -1) (Diff)
/source/blender/editors/space_text/text_intern.h (+3, -0) (Diff)
/source/blender/editors/space_text/text_ops.c (+58, -0) (Diff)