On Jan 6, 10:29 am, "Edward K. Ream" <[email protected]> wrote:
> The MacOS bugs seem like the most troublesome, and I'll be working on
> them next.
The briefest of testing revealed two issues:
1. leoSettings.leo contains a number of @font nodes that have no
effect::
@font body text font
@font button font
@font log font
@font menu text font
@font outline font
@font url font
Rev 4909 disables these nodes. They will soon disappear entirely.
Indeed, they have been replaced by the node::
@data qt-gui-plugin-style-sheet
Testing reveals no harm in eliminating these @font nodes.
Note that other @font nodes *do* have effect: they are used by the
syntax colorer. For example:
@font php keyword fonts
2. There appears to be a problem with the MacOS version of Qt that I
am using. The default setting::
@bool use_focus_border = True
disrupts scrolling: the red border is (wrongly) part of the scroll
area, so that lots of horizontal red lines appear as the text panes
scroll. Naturally, the workaround is to set this setting to False.
BTW, clicking in the pane makes the lines disappear, as does any other
operation that causes the pane to be redrawn.
Edward
P.S. I do see the serious cut/paste bugs. It should be easy to fix
them. That's next.
EKR
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en.