aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.view.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-10-18 12:05:32 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-10-18 12:05:32 -0400
commit20c4fb3baaac9d176e029e3680cc0c8e8101e44c (patch)
tree785ad6aefe188739ffe8560cd6138e8309425f9c /core/.view.luadoc
parent8f682b9de06785cd20b9fb6e18460a1e53fd1ca1 (diff)
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`.
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r--core/.view.luadoc3
1 files changed, 1 insertions, 2 deletions
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.