diff options
author | 2013-09-16 21:26:43 -0400 | |
---|---|---|
committer | 2013-09-16 21:26:43 -0400 | |
commit | 095980fbbc1f5f4956afdee2802b87ce45f245e7 (patch) | |
tree | f1c214a39b66bd939dde2f7deb26e449f7fe57c9 /doc/14_Appendix.md | |
parent | dbef5c3fa8ca9f842f75a6db1f0aa0fb029a4be6 (diff) | |
download | textadept-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.md | 4 |
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][] |