From 96383b1dbbfe70ea0949075ead78f6f428d1eacd Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 11 Aug 2007 19:14:37 -0400 Subject: Textadept title also shows full filepath of the open buffer; core/handlers.lua --- core/handlers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/handlers.lua') diff --git a/core/handlers.lua b/core/handlers.lua index e0a7a8e0..1fcdb26d 100644 --- a/core/handlers.lua +++ b/core/handlers.lua @@ -161,7 +161,7 @@ local function set_title(buffer) local buffer = buffer local filename = buffer.filename or 'Untitled' local d = buffer.dirty and ' * ' or ' - ' - textadept.title = filename:match('[^/]+$')..d..'Textadept' + textadept.title = filename:match('[^/]+$')..d..'Textadept ('..filename..')' end add_handler_function('save_point_reached', -- cgit v1.2.3