aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authorMarko Njezic <devnull@localhost>2012-04-15 17:44:42 +0200
committerMarko Njezic <devnull@localhost>2012-04-15 17:44:42 +0200
commit423f81b9e19da08af4992aca9acdf8cfa121413a (patch)
tree46d50fd43b5b019342ab8e7662502140c1f1c123 /doc/ScintillaDoc.html
parent8ebe86f15bd3de9a87c1ce3bb3f150bb197e1ea8 (diff)
downloadscintilla-mirror-423f81b9e19da08af4992aca9acdf8cfa121413a.tar.gz
Add an option to draw wrap markers in line number margin. Feature #3518198.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 6fec8becb..9826e769c 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -5249,6 +5249,12 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){
Subline is indented by at least 1 to make room for the flag.<br />
</td>
</tr>
+
+ <tr>
+ <td align="left"><code>SC_WRAPVISUALFLAG_MARGIN</code></td>
+ <td align="center">4</td>
+ <td>Visual flag in line number margin.</td>
+ </tr>
</tbody>
</table>