aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaToDo.html
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-03-01 12:48:48 +0000
committernyamatongwe <unknown>2001-03-01 12:48:48 +0000
commitb7c7e71cddaac163ef72956d39ec7e20f44bbbc9 (patch)
tree4f52996bda8adf3d306f190bb659e6229ffb454c /doc/ScintillaToDo.html
parent531da9019096857e65237e72c39055b989008c0a (diff)
downloadscintilla-mirror-b7c7e71cddaac163ef72956d39ec7e20f44bbbc9.tar.gz
INcluded not about escapes in Python triple quoted strings.
Diffstat (limited to 'doc/ScintillaToDo.html')
-rw-r--r--doc/ScintillaToDo.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaToDo.html b/doc/ScintillaToDo.html
index 1c8966ca2..4c306978f 100644
--- a/doc/ScintillaToDo.html
+++ b/doc/ScintillaToDo.html
@@ -38,6 +38,10 @@
Dragging over bold text in some fonts will ripple because of the difference in size between
drawing all of a string at once and drawing it in parts.
</p>
+ <p>
+ Python lexer does not understand escapes within triple quoted string like:
+ """String with emmbeded quote \""""
+ </p>
<h3>
GTK+ Version Bugs
</h3>