Mercurial Hosting > editor
comparison src/luan_editor/Window.luan @ 64:1c68552e8ac2
minor
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Thu, 05 Jun 2025 12:48:30 -0600 |
| parents | 824f6d74b1d4 |
| children | 2c050fcf2614 |
comparison
equal
deleted
inserted
replaced
| 63:f9ce379de456 | 64:1c68552e8ac2 |
|---|---|
| 227 list_view.repaint(list_window_item) | 227 list_view.repaint(list_window_item) |
| 228 end | 228 end |
| 229 undo_listener() | 229 undo_listener() |
| 230 --window.undo_listener = undo_listener -- dont gc | 230 --window.undo_listener = undo_listener -- dont gc |
| 231 text_area.document.add_undo_listener(undo_listener) | 231 text_area.document.add_undo_listener(undo_listener) |
| 232 window.new = new_window | |
| 233 function window.title() | 232 function window.title() |
| 234 return title | 233 return title |
| 235 end | 234 end |
| 236 function window.open() | 235 function window.open() |
| 237 local new_file = choose_file{ | 236 local new_file = choose_file{ |
