diff options
| author | John Ehresman <unknown> | 2017-03-08 13:41:56 +1100 |
|---|---|---|
| committer | John Ehresman <unknown> | 2017-03-08 13:41:56 +1100 |
| commit | f498a000ab363cba7c2987cb6f6e596601446fa4 (patch) | |
| tree | 699501d49f0e6f64e80234dc0f87f41d0843f52f /doc | |
| parent | 4a0fff2699da348228ff22b134f4149bc02ceb9a (diff) | |
| download | scintilla-mirror-f498a000ab363cba7c2987cb6f6e596601446fa4.tar.gz | |
Improve f-string support.
Add support for multiline expressions in triple quoted f-strings.
Handle nested "()", "[]", and "{}" in f-string expressions and terminate
expression coloring at ":" or "!".
End f-string if ending quote is seen in a "{}" expression.
Fix terminating single quoted f-string at EOL.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ScintillaHistory.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 290ac3927..c94d6a148 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -538,6 +538,14 @@ are adjacent like "/*/*" or "*/*/". </li> <li> + In the Python lexer, improve f-string support. + Add support for multiline expressions in triple quoted f-strings. + Handle nested "()", "[]", and "{}" in f-string expressions and terminate expression coloring at ":" or "!". + End f-string if ending quote is seen in a "{}" expression. + Fix terminating single quoted f-string at EOL. + <a href="http://sourceforge.net/p/scintilla/bugs/1918/">Bug #1918</a>. + </li> + <li> The VHDL folder folds an "entity" on the first line of the file. </li> <li> |
