From a45db0f61311a26c65af82e4f67e7bb473e99844 Mon Sep 17 00:00:00 2001
From: nyamatongwe
- 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.
-
- 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.
Automatic scrolling when text dragged near edge of window.
@@ -78,10 +69,6 @@
Stream folding which could be used to fold up the contents of HTML elements.
- Persisting view state such as current folding into a stream or blob so it is easy
- to restore.
-
Printing of highlight lines and folding margin.
- A VCL component wrapper around Scintilla so it can be used with Delphi or - Borland C++ Builder. - There is some work - on this available. -
More lexers for other languages.
-- cgit v1.2.3