aboutsummaryrefslogtreecommitdiff
path: root/doc/14_Appendix.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-09-16 21:26:43 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-09-16 21:26:43 -0400
commit095980fbbc1f5f4956afdee2802b87ce45f245e7 (patch)
treef1c214a39b66bd939dde2f7deb26e449f7fe57c9 /doc/14_Appendix.md
parentdbef5c3fa8ca9f842f75a6db1f0aa0fb029a4be6 (diff)
downloadtextadept-095980fbbc1f5f4956afdee2802b87ce45f245e7.tar.gz
textadept-095980fbbc1f5f4956afdee2802b87ce45f245e7.zip
Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.
Also removed more unused constants.
Diffstat (limited to 'doc/14_Appendix.md')
-rw-r--r--doc/14_Appendix.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md
index 144a8602..666f2228 100644
--- a/doc/14_Appendix.md
+++ b/doc/14_Appendix.md
@@ -120,7 +120,7 @@ non-existant graphics capabilities:
corners.
* Insert mode caret renders improperly.
* When scrolling to the right, long lines overwrite margins.
-* No marker symbols other than `SC_MARK_CHARACTER`.
+* No marker symbols other than `MARK_CHARACTER`.
* No mouse interactions, cursor types, or hotspots.
* Only up to 16 colors recognized: black (`0x000000`), red (`0x800000`), green
(`0x008000`), yellow (`0x808000`), blue (`0x000080`), magenta (`0x800080`),
@@ -179,6 +179,8 @@ N/A |New |[MARK\_ERROR][]
MARK\_ERROR\_BACK |Removed |N/A<sup>c</sup>
**_M.textadept.snapopen** |Removed |N/A
open |Changed |\_G.[io.snapopen()][]<sup>e</sup>
+**_SCINTILLA.constants** | |
+SC\_\* |Renamed |Removed "SC\_" prefix.
**buffer** | |
get\_style\_name(buffer, n) |Renamed |[style\_name][]\[n\]
reload |Renamed |[io.reload\_file][]