diff src/luan_editor/menu.luan @ 41:f7e8c1f532c8 default tip

start list window
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 17 May 2025 22:20:57 -0600
parents 38bc1cdf77c8
children
line wrap: on
line diff
--- a/src/luan_editor/menu.luan	Thu May 15 19:12:46 2025 -0600
+++ b/src/luan_editor/menu.luan	Sat May 17 22:20:57 2025 -0600
@@ -245,6 +245,11 @@
 							end
 						end
 					}
+					new_menu_item{
+						text = "List Windows"
+						accelerator = "meta L"
+						action_listener = action_listener(window.show_list_window)
+					}
 				}
 			}
 		}