Blender Git Loki
Git Commits -> Revision 54ffc23
Revision 54ffc23 by Sergey Sharybin (master) October 13, 2010, 06:06 (GMT) |
Text space ========== Main changes: - lines could be partially shown when they starts somewhere behind the upper boundary of area but because of word-wrapping some part of line will be show - fixed caret navigatiog in area when tabs aren't replaced by spaces - highlight the whole current line not only it's wrapped segment with caret - when you're in replace mode cursor would be as long as the tab's width if it's under tab symbol This fixes: #22399: Text Editor: word-wrapped lines prevent navigating through text with up-arrow. #21163: Text editor scrollbar problem with word wrap |
Commit Details:
Full Hash: 54ffc23cd59164180ea874b96ff9cd97753d6218
SVN Revision: 32441
Parent Commit: 554f4df
Lines Changed: +960, -230
6 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/editors/space_text/space_text.c (+9, -3) (Diff)
/source/blender/editors/space_text/text_draw.c (+529, -100) (Diff)
/source/blender/editors/space_text/text_intern.h (+8, -0) (Diff)
/source/blender/editors/space_text/text_ops.c (+409, -127) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)
/source/blender/editors/space_text/space_text.c (+9, -3) (Diff)
/source/blender/editors/space_text/text_draw.c (+529, -100) (Diff)
/source/blender/editors/space_text/text_intern.h (+8, -0) (Diff)
/source/blender/editors/space_text/text_ops.c (+409, -127) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)