aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-03-01 12:48:48 +0000
committernyamatongwe <devnull@localhost>2001-03-01 12:48:48 +0000
commitfba7cebf263da8a4b9bc2299f64d4ef1689ccef5 (patch)
tree4f52996bda8adf3d306f190bb659e6229ffb454c
parent90197fe033f665e31d70b132ad7dcfa4bd30d92e (diff)
downloadscintilla-mirror-fba7cebf263da8a4b9bc2299f64d4ef1689ccef5.tar.gz
INcluded not about escapes in Python triple quoted strings.
-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>