diff options
author | nyamatongwe <unknown> | 2004-10-31 06:33:27 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2004-10-31 06:33:27 +0000 |
commit | 26816564a21457f32b12986584ad6b7bb83c158c (patch) | |
tree | db997b469aee0206c1f6572cb636a9b97d081e13 | |
parent | b159fdabd388cc9d6642f9f5fa5fe6e142c9bc8c (diff) | |
download | scintilla-mirror-26816564a21457f32b12986584ad6b7bb83c158c.tar.gz |
Added lua scripting changes from Bruce.
-rw-r--r-- | doc/ScintillaHistory.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index fe161def5..a9797e82d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -237,7 +237,18 @@ output pane message. </li> <li> - SciTE Lua scripting enhanced with buffer specific data, scite.Open + SciTE Lua scripting enhanced with + <ul> + <li>A Lua table called 'buffer' is associated with each buffer and can be used to + maintain buffer-specific state.</li> + <li>A 'scite' object allows interaction with the application such as opening + files from script.</li> + <li>Dynamic properties can be reset by assigning nil to a given key in + the props table.</li> + <li>An 'OnClear' event fires whenever properties and extension scripts are + about to be reloaded.</li> + <li>On Windows, loadlib is enabled and can be used to access Lua + binary modules / DLLs.</li></ul> </li> <li> SciTE Find in Files on Windows can be used in a modeless way and gains a '..' |