diff options
author | nyamatongwe <devnull@localhost> | 2000-04-27 14:29:33 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-04-27 14:29:33 +0000 |
commit | cdfc99d5508d335a3f7b549badfb68b1afdfe7c8 (patch) | |
tree | 3a095833f5ef6a0249b610222c542f763d47f371 /doc/Design.html | |
parent | 97f2e58c0f21b7ad3d88ca936e9129d6fb6564a4 (diff) | |
download | scintilla-mirror-cdfc99d5508d335a3f7b549badfb68b1afdfe7c8.tar.gz |
Fixed bugs removed from TODO.
Design made more accurate.
Diffstat (limited to 'doc/Design.html')
-rw-r--r-- | doc/Design.html | 4 |
1 files changed, 2 insertions, 2 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. |