diff options
| author | mitchell <unknown> | 2020-06-17 21:31:53 -0400 |
|---|---|---|
| committer | mitchell <unknown> | 2020-06-17 21:31:53 -0400 |
| commit | 7118d8f892a0b62a8ac09ad36b06e080aaa53cea (patch) | |
| tree | 086f163165a320784e1111bd881bc86bb4c6c8e9 /doc/ScintillaHistory.html | |
| parent | eb79217e0a5b400bcb4e049c67defb5dda593af9 (diff) | |
| download | scintilla-mirror-7118d8f892a0b62a8ac09ad36b06e080aaa53cea.tar.gz | |
Backport: Feature [feature-requests:1358]. Support lstlisting environment that is similar to verbatim.
Backport of changeset 8293:ad96f0ae7df5.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 898eb6d4c..f572606af 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -547,6 +547,7 @@ <td>McLoo</td> </tr><tr> <td>Chris Graham</td> + <td>Hugues Larrive</td> </tr> </table> <p> @@ -591,6 +592,10 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2019/">Bug #2019</a>. </li> <li> + The latex lexer supports lstlisting environment that is similar to verbatim. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1358/">Feature #1358</a>. + </li> + <li> Fixed bug with GTK on recent Linux distributions where underscores were invisible. <a href="https://sourceforge.net/p/scintilla/bugs/2173/">Bug #2173</a>. </li> |
