Blender Git Loki
Git Commits -> Revision 1165236
Revision 1165236 by Ton Roosendaal (master) March 24, 2013, 13:43 (GMT) |
Usablity: In text editor, the CTRL+F find now opens property region (or keeps it) and activates the search button for input. That's already nice! But next step should be to do a search on exit of the button (or while typing). That's stuff I need Campbell to help with though. Notes: - Probably Py api for property buttons could get an "operator=" arg? - The warning menu "not found" should go away - I also suggest to make "wrap" search default for new editors |
Commit Details:
Full Hash: 1165236f69f0ca792df05919a48ae4058746d9bd
SVN Revision: 55549
Parent Commit: c4ae6f2
Lines Changed: +86, -4
8 Modified Paths:
/source/blender/editors/include/UI_interface.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_handlers.c (+31, -0) (Diff)
/source/blender/editors/space_text/space_text.c (+13, -2) (Diff)
/source/blender/editors/space_text/text_header.c (+32, -0) (Diff)
/source/blender/editors/space_text/text_intern.h (+4, -0) (Diff)
/source/blender/editors/space_text/text_ops.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_handlers.c (+31, -0) (Diff)
/source/blender/editors/space_text/space_text.c (+13, -2) (Diff)
/source/blender/editors/space_text/text_header.c (+32, -0) (Diff)
/source/blender/editors/space_text/text_intern.h (+4, -0) (Diff)
/source/blender/editors/space_text/text_ops.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+1, -1) (Diff)