Mercurial Hosting > editor
comparison src/luan_editor/menu.luan @ 74:c3b0fba5c2bc default tip
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 17 Jun 2025 13:00:25 -0600 |
parents | f4e393a13d59 |
children |
comparison
equal
deleted
inserted
replaced
73:e972fb08a574 | 74:c3b0fba5c2bc |
---|---|
90 text = "Print" | 90 text = "Print" |
91 action_listener = action_listener(text_area.print) | 91 action_listener = action_listener(text_area.print) |
92 } | 92 } |
93 revert | 93 revert |
94 new_menu_item{ | 94 new_menu_item{ |
95 text = "Paste File(s)" | 95 text = "Paste Files" |
96 accelerator = "P" | 96 accelerator = "P" |
97 action_listener = function(_) | 97 action_listener = function(_) |
98 if not window.paste_files() then | 98 if not window.paste_files() then |
99 show_message_dialog(nil,"No files to paste") | 99 show_message_dialog(nil,"No files to paste") |
100 end | 100 end |