diff options
| -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> | 
