diff options
author | 2016-06-27 21:37:21 -0400 | |
---|---|---|
committer | 2016-06-27 21:37:21 -0400 | |
commit | 1b8baa82041e1a322b5b347cfa721dca6a28f900 (patch) | |
tree | 5adcf5eec238c4f01f4c52a05dcdccb4807003cc /doc/manual.md | |
parent | 1ac7b5d531cc96220b1d29f26e7254b3eb4ba80f (diff) | |
download | textadept-1b8baa82041e1a322b5b347cfa721dca6a28f900.tar.gz textadept-1b8baa82041e1a322b5b347cfa721dca6a28f900.zip |
Added `textadept.snippets._paths` for file-based snippets.
Thanks to Michael Richter for the idea.
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual.md b/doc/manual.md index 6ab62b02..666aca6c 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -2003,6 +2003,8 @@ build() |Changed |[build][](root\_directory) [error\_patterns][] |Changed |_(changed format)_ syntax\_commands |Removed | syntax\_error\_patterns |Removed | +**textadept.snippets** | | +N/A |Added |[\_paths][] **textadept.session** | | DEFAULT\_SESSION |Renamed |[default\_session][] SAVE\_ON\_QUIT |Renamed |[save\_on\_quit][] @@ -2033,6 +2035,7 @@ MAX\_RECENT\_FILES |Renamed |[max\_recent\_files][] [run]: api.html#textadept.run.run [build]: api.html#textadept.run.build [error\_patterns]: api.html#textadept.run.error_patterns +[\_paths]: api.html#textadept.snippets._paths [default\_session]: api.html#textadept.session.default_session [save\_on\_quit]: api.html#textadept.session.save_on_quit [max\_recent\_files]: api.html#textadept.session.max_recent_files |