aboutsummaryrefslogtreecommitdiff
path: root/doc/14_Appendix.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-10-21 16:12:30 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-10-21 16:12:30 -0400
commit2cccb55923ef95aa657ba69f12d84610a811aa6d (patch)
tree1e4af695d94173ace76a91ccdd35f74c77dd94ff /doc/14_Appendix.md
parent814b5e96cafb83807ab1d6e3dacebe7fabc01cb1 (diff)
downloadtextadept-2cccb55923ef95aa657ba69f12d84610a811aa6d.tar.gz
textadept-2cccb55923ef95aa657ba69f12d84610a811aa6d.zip
More LuaDoc updates.
Diffstat (limited to 'doc/14_Appendix.md')
-rw-r--r--doc/14_Appendix.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md
index c7fff2d1..e128143b 100644
--- a/doc/14_Appendix.md
+++ b/doc/14_Appendix.md
@@ -118,7 +118,6 @@ non-existant graphics capabilities:
* No indicators other than `INDIC_ROUNDBOX` and `INDIC_STRAIGHTBOX`, although
neither has translucent drawing and `INDIC_ROUNDBOX` does not have rounded
corners.
-* Insert mode caret renders improperly.
* When scrolling to the right, long lines overwrite margins.
* No marker symbols other than `MARK_CHARACTER`.
* No mouse interactions, cursor types, or hotspots.
@@ -168,6 +167,7 @@ goto\_bookmark |Replaced|goto\_mark()
goto\_next |Replaced|goto\_mark(true)
goto\_prev |Replaced|goto\_mark(false)
**_M.textadept.editing** | |
+N/A |New |[INDIC\_BRACEMATCH][]
N/A |New |[INDIC\_HIGHLIGHT][]
INDIC\_HIGHLIGHT\_BACK |Removed |N/A<sup>d</sup>
autocomplete\_word(chars, default)|Changed |[autocomplete\_word][](default)
@@ -188,6 +188,7 @@ open |Changed |\_G.[io.snapopen()][]<sup>f</sup>
SC\_\* |Renamed |Removed "SC\_" prefix.
SC(FIND\|MOD\|VS\|WS) |Renamed |Removed "SC" prefix.
**buffer** | |
+check\_global() |Removed |
get\_style\_name(buffer, n) |Renamed |[style\_name][]\[n\]
reload() |Renamed |[io.reload\_file()][]
save() |Renamed |[io.save\_file()][]
@@ -195,6 +196,7 @@ save\_as() |Renamed |[io.save\_file\_as()][]
close() |Renamed |[io.close\_buffer()][]
set\_encoding() |Renamed |[io.set\_buffer\_encoding()][]
convert\_eo\_ls() |Renamed |[buffer.convert\_eols()][]
+dirty |Replaced|[buffer.modify][]
**events** | |
N/A |New |[INITIALIZED][]
handlers |Removed |N/A
@@ -231,6 +233,7 @@ close\_all() |Renamed |[close\_all\_buffers()][]
[file\_types]: api/textadept.file_types.html
[goto\_mark()]: api/textadept.bookmarks.html#goto_mark
[MARK\_BOOKMARK]: api/textadept.bookmarks.html#MARK_BOOKMARK
+[INDIC\_BRACEMATCH]: api/textadept.editing.html#INDIC_BRACEMATCH
[INDIC\_HIGHLIGHT]: api/textadept.editing.html#INDIC_HIGHLIGHT
[autocomplete\_word]: api/textadept.editing.html#autocomplete_word
[select\_enclosed()]: api/textadept.editing.html#select_enclosed
@@ -247,6 +250,7 @@ close\_all() |Renamed |[close\_all\_buffers()][]
[io.close\_buffer()]: api/io.html#close_buffer
[io.set\_buffer\_encoding()]: api/io.html#set_buffer_encoding
[buffer.convert\_eols()]: api/buffer.html#convert_eols
+[buffer.modify]: api/buffer.html#modify
[INITIALIZED]: api/events.html#INITIALIZED
[ui]: api/ui.html
[bufstatusbar\_text]: api/ui.html#bufstatusbar_text