diff options
author | nyamatongwe <unknown> | 2001-03-01 12:48:48 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-03-01 12:48:48 +0000 |
commit | b7c7e71cddaac163ef72956d39ec7e20f44bbbc9 (patch) | |
tree | 4f52996bda8adf3d306f190bb659e6229ffb454c /doc | |
parent | 531da9019096857e65237e72c39055b989008c0a (diff) | |
download | scintilla-mirror-b7c7e71cddaac163ef72956d39ec7e20f44bbbc9.tar.gz |
INcluded not about escapes in Python triple quoted strings.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaToDo.html | 4 |
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> |