diff options
author | 2015-05-01 00:01:09 -0400 | |
---|---|---|
committer | 2015-05-01 00:01:09 -0400 | |
commit | ff2a34cc05be4eb2cfc35046431621711619154c (patch) | |
tree | a54d3b35e44ccd9857cf8e5173f3e1c0b87b53a6 /doc/manual.md | |
parent | dae490077d0969bdeb410ff64c26cdb2d2477c15 (diff) | |
download | textadept-ff2a34cc05be4eb2cfc35046431621711619154c.tar.gz textadept-ff2a34cc05be4eb2cfc35046431621711619154c.zip |
Updated 7 to 8 migration guide; doc/manual.md
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual.md b/doc/manual.md index 2337841d..7a60ab44 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -1898,6 +1898,7 @@ set\_tabcontextmenu(menu) |Replaced|[tab_context_menu][] = menu |7.3 N/A |Added |[build()][] |7.2 N/A |Added |[build_commands][] |7.2 N/A |Added |[stop()][] |7.2 +N/A |Added |[RUN\_IN\_BACKGROUND][] |8.0 **ui** | | | N/A |Added |[tabs][] |7.1 N/A |Added |[SILENT\_PRINT][] |7.2 @@ -1934,6 +1935,7 @@ N/A |Added |[optionselect()][] |7.2 [build()]: api.html#textadept.run.build [build_commands]: api.html#textadept.run.build_commands [stop()]: api.html#textadept.run.stop +[RUN\_IN\_BACKGROUND]: api.html#textadept.run.RUN_IN_BACKGROUND [tabs]: api.html#ui.tabs [SILENT\_PRINT]: api.html#ui.SILENT_PRINT [editing\_keys]: api.html#ui.command_entry.editing_keys |