aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-04-29 08:35:12 +1000
committerNeil <nyamatongwe@gmail.com>2014-04-29 08:35:12 +1000
commitac63e3430a9787d1c98090a5f55dadc3cc4dd6f3 (patch)
tree49dc7806819b13b7c61018259b83d53fb76a0a1b /doc/ScintillaHistory.html
parent8265cfedef23121375966cfd6f22975330580f11 (diff)
downloadscintilla-mirror-ac63e3430a9787d1c98090a5f55dadc3cc4dd6f3.tar.gz
Feature [feature-requests:#1049]. Lexer added for DMIS, a language for coordinate
measuring machines. From Andreas Tscharner.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index b6c2fbc50..4f95c28af 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -447,6 +447,7 @@
<td>Mike M</td>
</tr><tr>
<td>nkmathew</td>
+ <td>Andreas Tscharner</td>
</tr>
</table>
<p>
@@ -470,6 +471,10 @@
SC_MOD_INSERTCHECK.
</li>
<li>
+ DMIS lexer added. DMIS is a language for coordinate measuring machines.
+ <a href="http://sourceforge.net/p/scintilla/feature-requests/1049/">Feature #1049.</a>
+ </li>
+ <li>
Line state may be displayed in the line number margin to aid in debugging lexing and folding with
SC_FOLDFLAG_LINESTATE (128).
</li>