aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-07-26 17:23:37 +1000
committernyamatongwe <unknown>2011-07-26 17:23:37 +1000
commita45db0f61311a26c65af82e4f67e7bb473e99844 (patch)
tree04a858aef46f1f1076dedf3310d0d3328f07f993
parent7379b2b4618255d8e3b573d1122bb9a4ccb79764 (diff)
downloadscintilla-mirror-a45db0f61311a26c65af82e4f67e7bb473e99844.tar.gz
Updates for current state.
-rw-r--r--doc/ScintillaToDo.html23
1 files changed, 2 insertions, 21 deletions
diff --git a/doc/ScintillaToDo.html b/doc/ScintillaToDo.html
index 20251b01d..0b0163ad8 100644
--- a/doc/ScintillaToDo.html
+++ b/doc/ScintillaToDo.html
@@ -36,17 +36,8 @@
Scintilla Bugs
</h3>
<p>
- At the end of italics style runs characters can be chopped off. An example
- is using Verdana 12 point italics for strings makes an ending double quote
- half visible and an ending single quote invisible. This is hard to solve
- completely, may be better to avoid these situations by, for example,
- choosing a font like Times New Roman for strings. There is a specific kluge
- for the end of line which adds some room for italics but this does not
- work elsewhere.
- </p>
- <p>
- Dragging over bold text in some fonts will ripple because of the difference in
- size between drawing all of a string at once and drawing it in parts.
+ Dragging over text on some platforms (notably OS X) will ripple because Scintilla only measures text in whole pixels.
+ Could be improved by using floating-point coordinates.
</p>
<p>
Automatic scrolling when text dragged near edge of window.
@@ -79,10 +70,6 @@
Stream folding which could be used to fold up the contents of HTML elements.
</p>
<p>
- Persisting view state such as current folding into a stream or blob so it is easy
- to restore.
- </p>
- <p>
Printing of highlight lines and folding margin.
</p>
<p>
@@ -90,12 +77,6 @@
GRASP.
</p>
<p>
- A VCL component wrapper around Scintilla so it can be used with Delphi or
- Borland C++ Builder.
- There is <a href="http://www.pnotepad.org/scintilla/">some work</a>
- on this available.
- </p>
- <p>
More lexers for other languages.
</p>
<h3>