Blender Git Loki
Git Commits -> Revision 89b3c9d
Revision 89b3c9d by Campbell Barton (master) April 8, 2021, 12:15 (GMT) |
Text Editor: don't force other views to follow the cursor While the existing behavior worked as intended, it wasn't possible to have two views on the same file at different locations. Since there isn't much use in having two views open at the same location allow one view to be at a different scroll location. UI edit-source and selecting a text data block now need explicit calls to scroll to the cursor location. Resolves T87284 |
Commit Details:
Full Hash: 89b3c9da48cf685361105df1ca2e9ed27ef240ae
Parent Commit: 945b114
Lines Changed: +22, -22
7 Modified Paths:
/source/blender/editors/include/ED_text.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_ops.c (+7, -1) (Diff)
/source/blender/editors/space_text/space_text.c (+1, -12) (Diff)
/source/blender/editors/space_text/text_draw.c (+2, -2) (Diff)
/source/blender/editors/space_text/text_intern.h (+0, -1) (Diff)
/source/blender/editors/space_text/text_ops.c (+3, -5) (Diff)
/source/blender/makesrna/intern/rna_space.c (+7, -1) (Diff)
/source/blender/editors/interface/interface_ops.c (+7, -1) (Diff)
/source/blender/editors/space_text/space_text.c (+1, -12) (Diff)
/source/blender/editors/space_text/text_draw.c (+2, -2) (Diff)
/source/blender/editors/space_text/text_intern.h (+0, -1) (Diff)
/source/blender/editors/space_text/text_ops.c (+3, -5) (Diff)
/source/blender/makesrna/intern/rna_space.c (+7, -1) (Diff)