aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Design.html4
-rw-r--r--doc/ScintillaToDo.html8
2 files changed, 3 insertions, 9 deletions
diff --git a/doc/Design.html b/doc/Design.html
index d6fd6ee06..179e1802b 100644
--- a/doc/Design.html
+++ b/doc/Design.html
@@ -44,8 +44,8 @@
platform independent core code. This makes it easier to port Scintilla to a new platform and
ensures that most readers of the code do not have to deal with platform details. To minimise
portability problems and avoid code bloat, a conservative subset of C++ is used in Scintilla
- with no exception handling, templates, run time type information or use of the standard C++
- library.
+ with no exception handling, run time type information or use of the standard C++
+ library and with limited use of templates.
</p>
<p>
The currently supported platforms, Windows and GTK+/Linux are fairly similar in many ways.
diff --git a/doc/ScintillaToDo.html b/doc/ScintillaToDo.html
index 67f714ba6..644f233a7 100644
--- a/doc/ScintillaToDo.html
+++ b/doc/ScintillaToDo.html
@@ -50,12 +50,6 @@
changing to the top directory.
</p>
<h3>
- Windows Version Bugs
- </h3>
- <p>
- No memory for input fields in find and replace dialogs.
- </p>
- <h3>
GTK+ Version Bugs
</h3>
<p>
@@ -93,7 +87,7 @@
SciTE To Do
</h3>
<p>
- More lexers: IDL, and Delphi. Make the subset Perl lexer understand more Perl.
+ More lexers: Delphi and PHP. Make the subset Perl lexer understand more Perl.
</p>
<p>
Regular expressions in find functions.