From 87e5433dd9e4e054147c7b234b9d80a6c9e0db7d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 10 Mar 2010 12:54:18 -0500 Subject: Added textadept.buffer_switch() to replace side pane's buffer browser. --- core/.textadept.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/.textadept.lua') diff --git a/core/.textadept.lua b/core/.textadept.lua index bb541a2b..0ce0d19a 100644 --- a/core/.textadept.lua +++ b/core/.textadept.lua @@ -117,6 +117,11 @@ function _print(buffer_type, ...) end -- @param ... Message strings. function print(...) end +--- +-- Displays a dialog with a list of buffers to switch to and switches to the +-- selected one, if any. +function switch_buffer() end + --- -- Displays a CocoaDialog of a specified type with the given string arguments. -- Each argument is like a string in Lua's 'arg' table. -- cgit v1.2.3