moar bugfix X-(
Dependencies
- [2]
ZMBPXIZ4bugfix - [3]
CWQIPU7Ualways show line numbers in source editor - [4]
W5WCQNMPbugfix: Windows pushing title bar off screen - [5]
KKMFQDR4editing source code from within the app - [6]
OI4FPFINsupport drawings in the source editor - [7]
5XA7TKWYpull font into editor
Change contents
- replacement in source_edit.lua at line 89
font_height = font:getHeight(),font_height = font_height, - replacement in source.lua at line 129
Editor_state = edit.initialize_state(Margin_top, Margin_left + Line_number_width*App.width('m'), right, font, font_height, math.floor(settings.font_height*1.3))Editor_state = edit.initialize_state(Margin_top, Margin_left + Line_number_width*App.width('m'), right, font, settings.font_height, math.floor(settings.font_height*1.3))