diff options
| author | nyamatongwe <devnull@localhost> | 2001-11-01 00:00:22 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-11-01 00:00:22 +0000 |
| commit | df78a0f2a8f47abd5530c3d27952a53f6f70e9c4 (patch) | |
| tree | ae83b645b0179a2b1f9ff521617c7d936a0b513e /include/Scintilla.iface | |
| parent | 2b7444bdf454623d98d22b1042f2574d45fa8f17 (diff) | |
| download | scintilla-mirror-df78a0f2a8f47abd5530c3d27952a53f6f70e9c4.tar.gz | |
Moved position of SC_MARK_BACKGROUND in file and renumbered to be in
sequence.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 199e60ac7..ab3c5b6ed 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -229,6 +229,9 @@ val SC_MARK_CIRCLEPLUSCONNECTED=19 val SC_MARK_CIRCLEMINUS=20 val SC_MARK_CIRCLEMINUSCONNECTED=21 +# Invisible mark that only sets the line background color +val SC_MARK_BACKGROUND=22 + val SC_MARK_CHARACTER=10000 # Markers used for outlining column @@ -240,9 +243,6 @@ val SC_MARKNUM_FOLDERSUB=29 val SC_MARKNUM_FOLDER=30 val SC_MARKNUM_FOLDEROPEN=31 -# Invisible mark that only sets the line background color -val SC_MARK_BACKGROUND=32 - # Set the symbol used for a particular marker number. fun void MarkerDefine=2040(int markerNumber, int markerSymbol) |
