diff options
| author | 2011-06-23 17:33:40 -0400 | |
|---|---|---|
| committer | 2011-06-23 17:33:40 -0400 | |
| commit | c8e1267fb5b5f9215eade1d6a45dd5228b28548b (patch) | |
| tree | f7df42426ca5631ac6f67e4156d0800c0ff0befb /core/._G.luadoc | |
| parent | f4bc26099570801aef5a3f8d589ae0c8688bd448 (diff) | |
| download | textadept-c8e1267fb5b5f9215eade1d6a45dd5228b28548b.tar.gz textadept-c8e1267fb5b5f9215eade1d6a45dd5228b28548b.zip | |
Updated Luadoc and added extra fields to other modules.
Diffstat (limited to 'core/._G.luadoc')
| -rw-r--r-- | core/._G.luadoc | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/core/._G.luadoc b/core/._G.luadoc index dd205ce8..1cf55e23 100644 --- a/core/._G.luadoc +++ b/core/._G.luadoc @@ -8,18 +8,18 @@ module('_G') -- Markdown: -- ## Fields -- --- * `_HOME`: Path to the directory containing Textadept. --- * `_LEXERPATH`: Paths to lexers, formatted like +-- * `_HOME` [string]: Path to the directory containing Textadept. +-- * `_LEXERPATH` [string]: Paths to lexers, formatted like -- [`package.path`][package_path]. --- * `_RELEASE`: The Textadept release version. --- * `_THEME`: The [theme](../manual/8_Themes.lua) file to use. --- * `_USERHOME`: Path to the user's `~/.textadept/`. --- * `_CHARSET`: The character set encoding of the filesystem. This is used in --- [File I/O](../modules/io.html). --- * `RESETTING`: If [`reset()`](../modules/_G.html#reset) has been called, --- this flag is `true` while the Lua state is being re-initialized. --- * `WIN32`: If Textadept is running on Windows, this flag is `true`. --- * `OSX`: If Textadept is running on Mac OSX, this flag is `true`. +-- * `_RELEASE` [string]: The Textadept release version. +-- * `_THEME` [string]: The [theme](../manual/8_Themes.lua) file to use. +-- * `_USERHOME` [string]: Path to the user's `~/.textadept/`. +-- * `_CHARSET` [string]: The character set encoding of the filesystem. This is +-- used in [File I/O](../modules/io.html). +-- * `RESETTING` [bool]: If [`reset()`](../modules/_G.html#reset) has been +-- called, this flag is `true` while the Lua state is being re-initialized. +-- * `WIN32` [bool]: If Textadept is running on Windows, this flag is `true`. +-- * `OSX` [bool]: If Textadept is running on Mac OSX, this flag is `true`. -- -- [package_path]: http://www.lua.org/manual/5.1/manual.html#pdf-package.path |
