resolve conflicts
Dependencies
- [2]
TBTKFVCEresolve conflicts - [3]
2SE2CRDRmake print _much_ more efficient - [4]
4HCP3NTOdraw code editor after menu and output - [5]
YK5FRJWHprint to output buffer in all callbacks - [6]
RK2ASPN7add lots of buttons to the toolbar - [7]
7SJHYHMBclean up the setFont gotcha - [8]
Q4CJ4WWUswitch to a single global output editor - [9]
I52S4E5Frunning `print` now appends to output editor - [10]
5OCELN37bugfix in output editor wrapping - [*]
ZM7NOBRMnew fork: carousel shell
Change contents
- edit in 0050-print_to_output at line 5
Text.redraw_all(Output_editor_state) - edit in 0012-on.draw at line 20
if #Output_editor_state.lines ~= #Output_editor_state.line_cache thenText.redraw_all(Output_editor_state)end - edit in 0012-on.draw at line 26
if #Current_pane.output_editor_state.lines ~= #Current_pane.output_editor_state.line_cache thenText.redraw_all(Current_pane.output_editor_state)end - resolve order conflict in 0012-on.draw at line 26