Blender Git Commit Log

Git Commits -> Revision 5d26d6e

August 13, 2020, 14:44 (GMT)
Cleanup: support syntax highlighting directly in TextViewContext (console and info editor)

- remove TextLine from callbacks in favor of simple types
- separate textview_draw_string into dry run version (only for calculating height)
- add custom TextViewContextLine (cast compatible with TextLine)

Commit Details:

Full Hash: 5d26d6eac285d92a2aadf1ab4249e354430e93ee
Parent Commit: b62ae40
Lines Changed: +325, -260

7 Modified Paths:

/source/blender/editors/space_console/console_draw.c (+45, -46) (Diff)
/source/blender/editors/space_info/info_draw.c (+3, -15) (Diff)
/source/blender/editors/space_info/info_draw_clog.c (+42, -67) (Diff)
/source/blender/editors/space_info/info_draw_report.c (+17, -26) (Diff)
/source/blender/editors/space_info/info_intern.h (+21, -16) (Diff)
/source/blender/editors/space_info/textview.c (+139, -80) (Diff)
/source/blender/editors/space_info/textview.h (+58, -10) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021