From 095980fbbc1f5f4956afdee2802b87ce45f245e7 Mon Sep 17 00:00:00 2001
From: mitchell <70453897+667e-11@users.noreply.github.com>
Date: Mon, 16 Sep 2013 21:26:43 -0400
Subject: Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.
Also removed more unused constants.
---
doc/14_Appendix.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'doc/14_Appendix.md')
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/Ac
**_M.textadept.snapopen** |Removed |N/A
open |Changed |\_G.[io.snapopen()][]e
+**_SCINTILLA.constants** | |
+SC\_\* |Renamed |Removed "SC\_" prefix.
**buffer** | |
get\_style\_name(buffer, n) |Renamed |[style\_name][]\[n\]
reload |Renamed |[io.reload\_file][]
--
cgit v1.2.3