Blender Git Loki
Git Commits -> Revision 471c28f
Revision 471c28f by Sergey Sharybin (master) May 7, 2011, 17:52 (GMT) |
Fix #27319: Text editor "Find" does not locate words. Added new option to find panel of space text which toggles case-esensitive search. Additional changes: - Send NC_TEXT|NA_EDITED when removing markers in find_and_replace modifier this prevents "sticked" markers which disappears on first redraw when search text wasn't found - Do not show "Text wasn't found" error when text to be searched is contained in the end of buffer and it's selected. Replacing/marking used to happen, but this popup message was really annoying for this case. TODO: It's incorrect to use UI_GetThemeColor4ubv from this operator |
Commit Details:
Full Hash: 471c28f91c489d40ae80561ce4d9629d2f152292
SVN Revision: 36539
Parent Commit: e239085
Lines Changed: +26, -8
6 Modified Paths:
/release/scripts/startup/bl_ui/space_text.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_text.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/text.c (+5, -3) (Diff)
/source/blender/editors/space_text/text_ops.c (+13, -4) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+5, -0) (Diff)
/source/blender/blenkernel/BKE_text.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/text.c (+5, -3) (Diff)
/source/blender/editors/space_text/text_ops.c (+13, -4) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+5, -0) (Diff)