diff options
author | nyamatongwe <devnull@localhost> | 2004-10-31 06:33:27 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-10-31 06:33:27 +0000 |
commit | b18c9163c45af0d2e344bcbb710c944cbc5f9299 (patch) | |
tree | db997b469aee0206c1f6572cb636a9b97d081e13 | |
parent | a3a9f77d5ce71a8183db89ac63dd3242c23fd476 (diff) | |
download | scintilla-mirror-b18c9163c45af0d2e344bcbb710c944cbc5f9299.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 '..' |