From 20c4fb3baaac9d176e029e3680cc0c8e8101e44c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 18 Oct 2013 12:05:32 -0400 Subject: The buffer API applies to all buffers now, not just the global one. Created a "dummy" Scintilla view for operating on non-global documents. Removed `buffer:check_global()` and replaced `buffer.dirty` with Scintilla's `buffer.modify`. --- core/.view.luadoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/.view.luadoc') diff --git a/core/.view.luadoc b/core/.view.luadoc index 3a86e191..7dbb0aca 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -1,6 +1,5 @@ -- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE. --- This is a DUMMY FILE used for making LuaDoc for built-in functions in the --- global view table. +-- This is a DUMMY FILE used for making LuaDoc for Views. --- -- A Textadept view object. -- cgit v1.2.3